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> (cherry picked from commit eabd53b9719fe38b933efe1169c420c88ad5ecf5)
This commit is contained in:
parent
2abb1cb282
commit
de770d37ec
|
|
@ -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