mirror of https://github.com/apache/cloudstack.git
bug 12143: set volume "folder" to migration destination pool's path
status 12143: resolved fixed
This commit is contained in:
parent
009fa8c079
commit
fb05f4a927
|
|
@ -2700,7 +2700,7 @@ public class StorageManagerImpl implements StorageManager, StorageService, Manag
|
|||
VolumeVO volume = (VolumeVO)volumes.get(i);
|
||||
Long oldPoolId = volume.getPoolId();
|
||||
volume.setPath(answer.getVolumePath());
|
||||
volume.setFolder(answer.getVolumeFolder());
|
||||
volume.setFolder(destPool.getPath());
|
||||
volume.setPodId(destPool.getPodId());
|
||||
volume.setPoolId(destPool.getId());
|
||||
volume.setLastPoolId(oldPoolId);
|
||||
|
|
|
|||
Loading…
Reference in New Issue