[Bug 1017729] Re: Eucalyptus allows volume creation beyond the limit set in the configuration
Andy Grimm
1017729 at bugs.launchpad.net
Tue Jul 3 19:45:55 UTC 2012
While the UI itself does not clearly state the units of this setting,
you can see it in the code in
clc/modules/core/src/main/java/edu/ucsb/eucalyptus/cloud/entities/StorageInfo.java:
@ConfigurableField( description = "Total disk space reserved for volumes", displayName = "Disk space reserved for volumes" )
@Column( name = "system_storage_volume_size_gb" )
private Integer maxTotalVolumeSizeInGb;
So the unit is GB, meaning that a value of "6000000" is approximately 6 Petabytes. I am guessing you were specifying this assuming that it was a smaller unit.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/1017729
Title:
Eucalyptus allows volume creation beyond the limit set in the
configuration
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/1017729/+subscriptions
More information about the Ubuntu-server-bugs
mailing list