mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4008: return virtual size of volume in KVM
This commit is contained in:
parent
0a85c1d4a7
commit
5384cbc41d
|
|
@ -270,7 +270,7 @@ public class KVMStorageProcessor implements StorageProcessor {
|
|||
|
||||
VolumeObjectTO newVol = new VolumeObjectTO();
|
||||
newVol.setPath(vol.getName());
|
||||
newVol.setSize(vol.getSize());
|
||||
newVol.setSize(volume.getSize());
|
||||
|
||||
return new CopyCmdAnswer(newVol);
|
||||
} catch (CloudRuntimeException e) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue