]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/ceph: Set owner on mds mount point 18380/head
authorZack Cerza <zack@redhat.com>
Mon, 1 May 2017 23:07:33 +0000 (17:07 -0600)
committerZack Cerza <zack@redhat.com>
Wed, 18 Oct 2017 18:59:09 +0000 (12:59 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
qa/tasks/ceph.py

index 19b0f40f7998e1199cd714b9c62db9a57a7b4cde..0b967aabe370c42f8fa279f6844d4d8fdfed4b27 100644 (file)
@@ -658,6 +658,9 @@ def cluster(ctx, config):
                     mds_dir + '/keyring',
                 ],
             )
+            remote.run(args=[
+                'sudo', 'chown', '-R', 'ceph:ceph', mds_dir
+            ])
 
     cclient.create_keyring(ctx, cluster_name)
     log.info('Running mkfs on osd nodes...')