Skip to content

Synchronise 2026.1 with upstream#18

Open
github-actions[bot] wants to merge 3 commits into
stackhpc/2026.1from
upstream/2026.1-2026-07-20
Open

Synchronise 2026.1 with upstream#18
github-actions[bot] wants to merge 3 commits into
stackhpc/2026.1from
upstream/2026.1-2026-07-20

Conversation

@github-actions

Copy link
Copy Markdown

This PR contains a snapshot of 2026.1 from upstream stable/2026.1.

akintewe and others added 3 commits July 15, 2026 06:32
The LOG.warning call in the create_backup_continue error handler
had %(backup). instead of %(backup)s., and the LOG.exception call
in the restore_backup_continue error handler had %(share). instead
of %(share)s., causing Python to raise a ValueError: incomplete
format when a backup continuation failure occurred.

This meant the except blocks would fail before the DB update
calls could execute, leaving shares and backups permanently stuck
in incorrect states.

Closes-Bug: #2147529
Closes-Bug: #2148041
Change-Id: I51cca129e24fd2dc831d0ffacbde526e90da7a86
Signed-off-by: sakumbha <sakumbha@redhat.com>
(cherry picked from commit 4a9ecb2)
The container driver's docker image was hosted as a
tarball on a personal GitHub account since 2016. Switch
to pulling from quay.io/openstack-manila where the
image is published by manila-image-elements CI.

Also fix import_docker_service_image_ubuntu to handle
file:// URLs (copy to $FILES before gunzip) and registry
references (docker pull + tag).

Change-Id: I6106959f0f2dc894b66f1a2c7b5c4a567fdf72a3
Partial-Bug: #2160440
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
(cherry picked from commit 1334dc1)
@github-actions github-actions Bot added the automated Automated action performed by GitHub Actions label Jul 20, 2026
@github-actions
github-actions Bot requested a review from a team as a code owner July 20, 2026 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated Automated action performed by GitHub Actions synchronisation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants