mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CLOUDSTACK-6669: Fix support resize in usage server
Signed-off-by: Sebastien Goasguen <runseb@gmail.com>
This commit is contained in:
parent
25580c7cd1
commit
303e6ffc1e
@ -87,7 +87,7 @@ public class VolumeUsageParser {
|
||||
long zoneId = usageVol.getZoneId();
|
||||
Long templateId = usageVol.getTemplateId();
|
||||
long size = usageVol.getSize();
|
||||
String key = "" + volId;
|
||||
String key = volId + "-" + doId + "-" + size;
|
||||
|
||||
diskOfferingMap.put(key, new VolInfo(volId, zoneId, doId, templateId, size));
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user