mirror of https://github.com/apache/cloudstack.git
Merge remote-tracking branch 'origin/hotfix/4.4/CLOUDSTACK-7883' into 4.4
This commit is contained in:
commit
713a3590b6
|
|
@ -785,8 +785,6 @@ public class SolidfirePrimaryDataStoreDriver implements PrimaryDataStoreDriver {
|
|||
|
||||
SolidFireUtil.SolidFireVolume sfVolume = deleteSolidFireVolume(volumeInfo, sfConnection);
|
||||
|
||||
_volumeDao.deleteVolumesByInstance(volumeInfo.getId());
|
||||
|
||||
// if (!sfAccountHasVolume(sfAccountId, sfConnection)) {
|
||||
// // delete the account from the SolidFire SAN
|
||||
// deleteSolidFireAccount(sfAccountId, sfConnection);
|
||||
|
|
|
|||
Loading…
Reference in New Issue