]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/volumes: Fix subvolumegroup ls 45165/head
authorKotresh HR <khiremat@redhat.com>
Tue, 1 Feb 2022 11:06:34 +0000 (16:36 +0530)
committerKotresh HR <khiremat@redhat.com>
Fri, 25 Feb 2022 10:12:22 +0000 (15:42 +0530)
commit9f7bd0bf568f9dab6458fc580309d1080a7bf4b7
treedb77ecc0c14649a0bdfa0675b82a904037478dd8
parent7661fa8063c4793ccc5991ea3e32618ebbeadb47
mgr/volumes: Fix subvolumegroup ls

The subvolumegroup ls listed '_deleting' directory which is
internal to 'mgr/volumes' and should not be listed as a
subvolumegroup. This patch fixes the same by filtering it.

Fixes: https://tracker.ceph.com/issues/54099
Signed-off-by: Kotresh HR <khiremat@redhat.com>
(cherry picked from commit a125b0e8a22ba6c8d14f25fe85ce8d0771299c6c)
src/pybind/mgr/volumes/fs/fs_util.py
src/pybind/mgr/volumes/fs/volume.py