From: Ramana Raja Date: Thu, 30 Jun 2016 10:48:44 +0000 (+0530) Subject: vstart_runner: fix misleading log message X-Git-Tag: v11.1.1~58^2^2~152^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=335872355de607dc216136e9e4fa95a9d1371a7a;p=ceph-ci.git vstart_runner: fix misleading log message Message is logged as, filesystem is mounted, despite the vstart_runner just trying to mount at this stage. Signed-off-by: Ramana Raja --- diff --git a/tasks/cephfs/vstart_runner.py b/tasks/cephfs/vstart_runner.py index 5a0581fd8e5..effd2501acd 100644 --- a/tasks/cephfs/vstart_runner.py +++ b/tasks/cephfs/vstart_runner.py @@ -396,7 +396,7 @@ class LocalFuseMount(FuseMount): self.mountpoint ], wait=False) - log.info("Mounted client.{0} with pid {1}".format(self.client_id, self.fuse_daemon.subproc.pid)) + log.info("Mounting client.{0} with pid {1}".format(self.client_id, self.fuse_daemon.subproc.pid)) # Wait for the connection reference to appear in /sys waited = 0