mirror of
https://github.com/ceph/ceph
synced 2025-01-20 18:21:57 +00:00
task/kclient: chmod root to 1777.
Signed-off-by: Greg Farnum <greg@inktank.com>
This commit is contained in:
parent
f8958463ae
commit
f17847e537
@ -77,6 +77,7 @@ def task(ctx, config):
|
||||
secret=secret),
|
||||
],
|
||||
)
|
||||
remote.run(args=['sudo', 'chmod', '1777', mnt,)
|
||||
|
||||
try:
|
||||
yield
|
||||
|
Loading…
Reference in New Issue
Block a user