mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4452: Fix the mount format to host:dir
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
89c3297e56
commit
d7da3ceaef
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue