Updated Branches:
  refs/heads/master 2abb1cb28 -> de770d37e

CLOUDSTACK-4452: Fix the mount format to host:dir

Signed-off-by: Prasanna Santhanam <[email protected]>
(cherry picked from commit eabd53b9719fe38b933efe1169c420c88ad5ecf5)


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/de770d37
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/de770d37
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/de770d37

Branch: refs/heads/master
Commit: de770d37ec1ab3f9cd848dd835a4fbb1c1647dc8
Parents: 2abb1cb
Author: Prasanna Santhanam <[email protected]>
Authored: Tue Aug 27 15:27:35 2013 +0530
Committer: Prasanna Santhanam <[email protected]>
Committed: Tue Aug 27 15:28:20 2013 +0530

----------------------------------------------------------------------
 tools/marvin/marvin/integration/lib/utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/de770d37/tools/marvin/marvin/integration/lib/utils.py
----------------------------------------------------------------------
diff --git a/tools/marvin/marvin/integration/lib/utils.py 
b/tools/marvin/marvin/integration/lib/utils.py
index 1512d52..c2403d4f 100644
--- a/tools/marvin/marvin/integration/lib/utils.py
+++ b/tools/marvin/marvin/integration/lib/utils.py
@@ -283,7 +283,7 @@ def is_snapshot_on_nfs(apiclient, dbconn, config, zoneid, 
snapshotid):
         )
         cmds = [
                 "mkdir -p %s /mnt/tmp",
-                "mount -t %s %s%s /mnt/tmp" % (
+                "mount -t %s %s:%s /mnt/tmp" % (
                     'nfs',
                     host,
                     path,

Reply via email to