]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/volumes: Fix subvolumegroup ls
authorKotresh HR <khiremat@redhat.com>
Tue, 1 Feb 2022 11:06:34 +0000 (16:36 +0530)
committerKotresh HR <khiremat@redhat.com>
Wed, 16 Feb 2022 06:38:33 +0000 (12:08 +0530)
commita125b0e8a22ba6c8d14f25fe85ce8d0771299c6c
treebd272c4b02af2d13b6d3adba177e53eb20b84cd8
parent95a83efcbe7b7faf2a292889e7c7ea7fcc629749
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>
src/pybind/mgr/volumes/fs/fs_util.py
src/pybind/mgr/volumes/fs/volume.py