Project

General

Profile

Bug #38297

Updated by Ramana Raja about 5 years ago

Enabled mgr module with rook orchestrator, and used use mgr/volumes module to
create subvolumes and volumes

# ceph fs volume create marvel
# ceph fs volume create dc

# ceph fs subvolume create dc batman

Expected Expect the fs subvolume (directory) 'batman' to be in fs volume (filesytem) 'dc',
instead I found it in volume 'marvel'.

# ceph-fuse /mnt/ceph-fuse --client_mds_namespace=dc
ceph-fuse[9948]: starting ceph client
2019-02-13 13:14:54.600 7ff2e719db40 -1 init, newargv = 0x563499afb1f0 newargc=7
ceph-fuse[9948]: starting fuse
# ls /mnt/ceph-fuse/
# umount /mnt/ceph-fuse/
# ceph-fuse /mnt/ceph-fuse --client_mds_namespace=marvel
ceph-fuse[10000]: starting ceph client
2019-02-13 13:15:35.573 7f5af873db40 -1 init, newargv = 0x55de3a176650 newargc=7
ceph-fuse[10000]: starting fuse
# ls /mnt/ceph-fuse/volumes/
_batman:batman.meta batman/
# ls /mnt/ceph-fuse/volumes/batman/
batman

Back