From 753f50b307e2b34a6798cb1ac863ed731dcdbc2b Mon Sep 17 00:00:00 2001 From: Kishan Kavala Date: Thu, 25 Jul 2013 16:26:26 +0530 Subject: [PATCH] CLOUDSTACK-3769: Fixed variable name localMountPointPath in vmopsSnapshot plugin --- scripts/vm/hypervisor/xenserver/vmopsSnapshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vm/hypervisor/xenserver/vmopsSnapshot b/scripts/vm/hypervisor/xenserver/vmopsSnapshot index a4b06622aa9..f638de4fe32 100755 --- a/scripts/vm/hypervisor/xenserver/vmopsSnapshot +++ b/scripts/vm/hypervisor/xenserver/vmopsSnapshot @@ -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 / dir on it, if it doesn't exist already. # Assuming that secondaryStorageMountPath exists remotely