Project

General

Profile

Bug #64182

Updated by Rishabh Dave 4 months ago

The last two commands have no effect on the caps held by @client.x@ in its keyring - 

 <pre> 
 $ ceph fs volume create b 
 $ ceph fs authorize a client.x / rw 
 $ ceph fs authorize a client.x /dir1 rw 
 $ ceph fs authorize a client.x /dir2 rw 
 $ ceph auth get client.x 

 $ ceph fs authorize b client.x / rw 
 $ ceph fs authorize b client.x /dir1 rw 
 $ ceph fs authorize b client.x /dir2 rw 
 $ ceph auth get client.x </pre> 

 </pre> The last two commands have no effect on the caps held by @client.x@ in its keyring.

Back