You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ki...@apache.org on 2013/07/25 12:58:01 UTC

[1/2] git commit: updated refs/heads/4.2 to 753f50b

Updated Branches:
  refs/heads/4.2 1012d8786 -> 753f50b30
  refs/heads/master 555211a08 -> 36d900472


CLOUDSTACK-3769: Fixed variable name localMountPointPath in vmopsSnapshot plugin


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/753f50b3
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/753f50b3
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/753f50b3

Branch: refs/heads/4.2
Commit: 753f50b307e2b34a6798cb1ac863ed731dcdbc2b
Parents: 1012d87
Author: Kishan Kavala <ki...@cloud.com>
Authored: Thu Jul 25 16:26:26 2013 +0530
Committer: Kishan Kavala <ki...@cloud.com>
Committed: Thu Jul 25 16:26:40 2013 +0530

----------------------------------------------------------------------
 scripts/vm/hypervisor/xenserver/vmopsSnapshot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/753f50b3/scripts/vm/hypervisor/xenserver/vmopsSnapshot
----------------------------------------------------------------------
diff --git a/scripts/vm/hypervisor/xenserver/vmopsSnapshot b/scripts/vm/hypervisor/xenserver/vmopsSnapshot
index a4b0662..f638de4 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 <accountId>/<instanceId> dir on it, if it doesn't exist already.
     # Assuming that secondaryStorageMountPath  exists remotely


[2/2] git commit: updated refs/heads/master to 36d9004

Posted by ki...@apache.org.
CLOUDSTACK-3769: Fixed variable name localMountPointPath in vmopsSnapshot plugin


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/36d90047
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/36d90047
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/36d90047

Branch: refs/heads/master
Commit: 36d900472b7c8641737326cd6f1081171307da2b
Parents: 555211a
Author: Kishan Kavala <ki...@cloud.com>
Authored: Thu Jul 25 16:26:26 2013 +0530
Committer: Kishan Kavala <ki...@cloud.com>
Committed: Thu Jul 25 16:27:32 2013 +0530

----------------------------------------------------------------------
 scripts/vm/hypervisor/xenserver/vmopsSnapshot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/36d90047/scripts/vm/hypervisor/xenserver/vmopsSnapshot
----------------------------------------------------------------------
diff --git a/scripts/vm/hypervisor/xenserver/vmopsSnapshot b/scripts/vm/hypervisor/xenserver/vmopsSnapshot
index a4b0662..f638de4 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 <accountId>/<instanceId> dir on it, if it doesn't exist already.
     # Assuming that secondaryStorageMountPath  exists remotely