]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #47769 from neesingh-rh/wip-57263-pacific
authorYuri Weinstein <yweinste@redhat.com>
Mon, 19 Sep 2022 15:46:39 +0000 (08:46 -0700)
committerGitHub <noreply@github.com>
Mon, 19 Sep 2022 15:46:39 +0000 (08:46 -0700)
pacific: mgr/volumes: Add volume info command

Reviewed-by: Neeraj Pratap Singh <neesingh@redhat.com>
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
1  2 
doc/cephfs/fs-volumes.rst
qa/tasks/cephfs/test_volumes.py
src/pybind/mgr/volumes/fs/volume.py
src/pybind/mgr/volumes/module.py

Simple merge
Simple merge
index 2e83712453bb7a1dab7f4cdfdc1d853f11eadf3e,8a084f87984d85967838706ea25f2804d25feafc..0420e19942b0e46fb03026a84df0568418d2fe3e
@@@ -8,12 -7,12 +8,12 @@@ import cephf
  
  from mgr_util import CephfsClient
  
 -from .fs_util import listdir
 +from .fs_util import listdir, has_subdir
  
- from .operations.volume import create_volume, \
-     delete_volume, list_volumes, open_volume, get_pool_names
  from .operations.group import open_group, create_group, remove_group, \
      open_group_unique, set_group_attrs
+ from .operations.volume import create_volume, delete_volume, \
+     list_volumes, open_volume, get_pool_names, get_pool_ids, get_pending_subvol_deletions_count
  from .operations.subvolume import open_subvol, create_subvol, remove_subvol, \
      create_clone
  from .operations.trash import Trash
Simple merge