Github user wilderrodrigues commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/540#discussion_r34767796
  
    --- Diff: 
engine/storage/src/org/apache/cloudstack/storage/datastore/ObjectInDataStoreManagerImpl.java
 ---
    @@ -172,7 +175,11 @@ public DataObject create(DataObject obj, DataStore 
dataStore) {
                         if (snapshotDataStoreVO != null) {
                             
ss.setParentSnapshotId(snapshotDataStoreVO.getSnapshotId());
                         }
    -                    
ss.setInstallPath(TemplateConstants.DEFAULT_SNAPSHOT_ROOT_DIR + "/" + 
snapshotDao.findById(obj.getId()).getAccountId() + "/" + 
snapshot.getVolumeId());
    +                    String snapshotInstallPath = 
TemplateConstants.DEFAULT_SNAPSHOT_ROOT_DIR + "/" + 
snapshotDao.findById(obj.getId()).getAccountId() + "/" + snapshot.getVolumeId();
    +                    if 
(snapshot.getHypervisorType().equals(HypervisorType.VMware)) {
    --- End diff --
    
    It seems like it should be applied to any hypervisor.
    
    Is that another one we can take in and fix?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to