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 555211a080
commit 36d900472b

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