]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Remove norequire_active_mds option from mount as its not
authorVasu Kulkarni <vasu@redhat.com>
Mon, 11 Sep 2017 19:44:28 +0000 (12:44 -0700)
committerVasu Kulkarni <vasu@redhat.com>
Mon, 11 Sep 2017 19:44:28 +0000 (12:44 -0700)
available in distro kernels

Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
qa/tasks/cephfs/kernel_mount.py

index bfa1ac679166bd90367b9982be2806e4d922bc73..9b0ab797245bf1d83ed954dc05d47c4d373c8def 100644 (file)
@@ -65,7 +65,7 @@ class KernelMount(CephFSMount):
         if mount_path is None:
             mount_path = "/"
 
-        opts = 'name={id},secretfile={secret},norequire_active_mds'.format(id=self.client_id,
+        opts = 'name={id},secretfile={secret}'.format(id=self.client_id,
                                                       secret=secret)
 
         if mount_fs_name is not None: