]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/cephfs/mount.py: clean up the none used code
authorXiubo Li <xiubli@redhat.com>
Thu, 4 Jun 2020 00:34:00 +0000 (20:34 -0400)
committerXiubo Li <xiubli@redhat.com>
Tue, 14 Jul 2020 10:27:44 +0000 (06:27 -0400)
Signed-off-by: Xiubo Li <xiubli@redhat.com>
qa/tasks/cephfs/mount.py

index 6b258d2f84b46340199c3f4100435bc53fd79a2d..b9e167a8382ab26cc6fd5856cea8a6a63bd12225 100644 (file)
@@ -81,11 +81,6 @@ class CephFSMount(object):
         self.fs.wait_for_daemons()
         log.info('Ready to start {}...'.format(type(self).__name__))
 
-    def _bringup_network_manager_service(self):
-        args = ["sudo", "bash", "-c",
-                "systemctl start NetworkManager"]
-        self.client_remote.run(args=args, timeout=(5*60), omit_sudo=False)
-
     def _setup_brx_and_nat(self):
         # The ip for ceph-brx should be
         ip = IP(self.ceph_brx_net)[-2]