]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
vstart_runner: fix misleading log message
authorRamana Raja <rraja@redhat.com>
Thu, 30 Jun 2016 10:48:44 +0000 (16:18 +0530)
committerJohn Spray <john.spray@redhat.com>
Thu, 30 Jun 2016 22:44:55 +0000 (23:44 +0100)
Message is logged as, filesystem is mounted,
despite the vstart_runner just trying to mount
at this stage.

Signed-off-by: Ramana Raja <rraja@redhat.com>
tasks/cephfs/vstart_runner.py

index 5a0581fd8e5b313e344f6c8b19367fcb71b2c6cc..effd2501acd8a280f725fcbd11261cc23dbd3d34 100644 (file)
@@ -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