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

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Prasanna Santhanam 2013-08-27 15:27:35 +05:30
parent 89c3297e56
commit d7da3ceaef
1 changed files with 1 additions and 1 deletions

View File

@ -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,