You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/04/09 15:20:44 UTC

[07/50] [abbrv] git commit: updated refs/heads/marvin_refactor to 2a99064

fix bug vmware create volume from snapshot will missing data


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

Branch: refs/heads/marvin_refactor
Commit: e9cc875336eab909bcbf3c7792d32d15444c5dee
Parents: 6dc6a72
Author: hongtu_zang <ho...@tcloudcomputing.com>
Authored: Sat Mar 16 09:54:09 2013 +0800
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Sun Mar 31 22:00:51 2013 +0530

----------------------------------------------------------------------
 .../vmware/manager/VmwareStorageManagerImpl.java   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e9cc8753/plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/VmwareStorageManagerImpl.java
----------------------------------------------------------------------
diff --git a/plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/VmwareStorageManagerImpl.java b/plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/VmwareStorageManagerImpl.java
index 1f11645..07a726b 100644
--- a/plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/VmwareStorageManagerImpl.java
+++ b/plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/VmwareStorageManagerImpl.java
@@ -743,7 +743,7 @@ public class VmwareStorageManagerImpl implements VmwareStorageManager {
 
         String secondaryMountPoint = _mountService.getMountPoint(secStorageUrl);
         String exportPath =  secondaryMountPoint + "/" + secStorageDir + "/" + exportName;
-        
+
         synchronized(exportPath.intern()) {
             if(!new File(exportPath).exists()) {
                 Script command = new Script(false, "mkdir", _timeout, s_logger);