]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/volumes: Create subvolume with isolated rados namespace 35671/head
authorKotresh HR <khiremat@redhat.com>
Mon, 27 Apr 2020 18:31:33 +0000 (00:01 +0530)
committerKotresh HR <khiremat@redhat.com>
Fri, 19 Jun 2020 10:39:34 +0000 (16:09 +0530)
commit9eac44efc6f41a85f114284b8a6c7f5a3a7e8fa5
treeb865b77d2e50cd9f7496b734142a8fc6afd0f360
parentcae4ccd411bb53fe89d040f020b6743f87826a47
mgr/volumes: Create subvolume with isolated rados namespace

1. Add --namespace-isolated option to 'subvolume create' command
   to create subvolume in a separate RADOS namespace
2. Add "pool_namespace" field to 'subvolume info' command
   which displays the rados namespace if set else empty string

Fixes: https://tracker.ceph.com/issues/45289
Signed-off-by: Kotresh HR <khiremat@redhat.com>
(cherry picked from commit 7396880d4096b3a2a813b8ebcdcdf3082ee98b23)
doc/cephfs/fs-volumes.rst
qa/tasks/cephfs/test_volumes.py
src/pybind/mgr/volumes/fs/operations/versions/subvolume_base.py
src/pybind/mgr/volumes/fs/volume.py
src/pybind/mgr/volumes/module.py