]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #62668 from rishabh-d-dave/vols-namespace
authorRishabh Dave <ridave@redhat.com>
Thu, 26 Jun 2025 08:23:32 +0000 (13:53 +0530)
committerGitHub <noreply@github.com>
Thu, 26 Jun 2025 08:23:32 +0000 (13:53 +0530)
mgr/vol: include group name in subvolume's pool namespace name

Reviewed-by: Venky Shankar <vshankar@redhat.com>
Reviewed-by: Kotresh HR <khiremat@redhat.com>
1  2 
PendingReleaseNotes
doc/cephfs/fs-volumes.rst
qa/tasks/cephfs/test_volumes.py

Simple merge
index 951d47ef1b692fb2d4933a621a2e2aedb324be99,f6adf1b4caa7c3593acd1cf2dfa8efbcdb5f1aef..66b641efbf20e5dcb64e9c304d3056538fe9999b
@@@ -1624,8 -1624,16 +1624,16 @@@ Before resorting to a measure as drasti
  drastic measures and then assess if the file system experience has improved due
  to it. One example of such less drastic measure is to disable asynchronous
  threads launched by volumes plugins for cloning and purging trash. For details
 -on these see: :ref:`pause-purge-threads` and :ref:`pause-clone-threads`.
 +on these see: :ref:`Pause Purge threads<pause-purge-threads>` and :ref:`Pause Clone Threads<pause-clone-threads>`.
  
  
+ .. note:: Pool namespace for CephFS volumes until Tentacle release had names in
+    this format: "fsvolumens__<subvol-name>". However, this could lead to clash
+    in namespace when two subvolumes of same were located in this different
+    subvolume group. And therefore after Tentacle pool namespace format was
+    changed to "fsvolumens__<subvol-grp-name>_<subvol-name>".
  .. _manila: https://github.com/openstack/manila
  .. _CSI: https://github.com/ceph/ceph-csi
Simple merge