CLOUDSTACK-3769: Fixed variable name localMountPointPath in vmopsSnapshot plugin

This commit is contained in:
Kishan Kavala 2013-07-25 16:26:26 +05:30
parent 1012d87860
commit 753f50b307
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ def umount(localDir):
util.SMlog("Successfully unmounted " + localDir)
return
def mountSnapshotsDir(secondaryStorageMountPath, localMountPoint, path):
def mountSnapshotsDir(secondaryStorageMountPath, localMountPointPath, path):
# The aim is to mount secondaryStorageMountPath on
# And create <accountId>/<instanceId> dir on it, if it doesn't exist already.
# Assuming that secondaryStorageMountPath exists remotely