Project

General

Profile

Backport #40571

Updated by Ramana Raja almost 5 years ago

https://github.com/ceph/ceph/pull/28767 Allow setting mode bits(directory permissions) when creating fs subvolume, and fs subvolume group through the CLI. 

 $ ceph fs subvolumegroup create <vol name> <gp name> --mode <mode> 
 $ ceph fs subvolume create <vol name> <subvol name> <size> --mode <mode>

Back