bump manila to latest stable to fix mount issue
Closes-Bug: ATMOSPHERE-165
Depends-On: https://review.vexxhost.dev/c/atmosphere/+/555
Change-Id: I64e938fce828f9bce96d5f75683657702394f01b
diff --git a/images/manila/Dockerfile b/images/manila/Dockerfile
index 5d8a796..729862b 100644
--- a/images/manila/Dockerfile
+++ b/images/manila/Dockerfile
@@ -3,7 +3,7 @@
# Atmosphere-Rebuild-Time: 2024-06-26T17:38:39Z
FROM openstack-venv-builder AS build
-ARG MANILA_GIT_REF=f0c33dec536708c940f2010d11dd8c778c28d2e7
+ARG MANILA_GIT_REF=221dae96df038d572dbe99f71e75e7bc7d2cf55e
ADD --keep-git-dir=true https://opendev.org/openstack/manila.git#${MANILA_GIT_REF} /src/manila
RUN git -C /src/manila fetch --unshallow
RUN --mount=type=cache,mode=0755,target=/root/.cache/pip,sharing=private <<EOF bash -xe
diff --git a/releasenotes/notes/fix-manila-device-name-mixed-2cb5f82275df359c.yaml b/releasenotes/notes/fix-manila-device-name-mixed-2cb5f82275df359c.yaml
new file mode 100644
index 0000000..5f7645c
--- /dev/null
+++ b/releasenotes/notes/fix-manila-device-name-mixed-2cb5f82275df359c.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - |
+ Updated Manila to utilize device UUIDs instead of device names for mounting
+ operations. This change ensures consistent device identification and
+ prevents device name conflicts that could occur after rebooting the Manila
+ server.