diff --git a/tasks/ceph.py b/tasks/ceph.py index 0a10822676b..42fc691e343 100644 --- a/tasks/ceph.py +++ b/tasks/ceph.py @@ -375,7 +375,7 @@ def cluster(ctx, config): '--set-uid=0', '--cap', 'mon', 'allow *', '--cap', 'osd', 'allow *', - '--cap', 'mds', 'allow', + '--cap', 'mds', 'allow *', keyring_path, ], )