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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to