@@ -17,7 +17,7 @@ We have enabled two new volume types in Catania and Palermo regions:
...
@@ -17,7 +17,7 @@ We have enabled two new volume types in Catania and Palermo regions:
- volume type FAST: based on SSD disks
- volume type FAST: based on SSD disks
- volume type CAPACITY: provides the same durability and nearly the same performance as the default type, but is better suited to build large volumes (> 1 TB).
- volume type CAPACITY: provides the same durability and nearly the same performance as the default type, but is better suited to build large volumes (> 1 TB).
To create e.g. a SSD-based volume simply select the volume type "fast" in the "type" menu on the dashboard, or with the following CLI command::
To create e.g. a SSD-based volume simply select the volume type "fast" in the "type" menu on the dashboard, or with the following CLI command::
openstack volume create --type fast --size 10 test-ssd
openstack volume create --type fast --size 10 test-ssd
...
@@ -25,6 +25,21 @@ We have enabled two new volume types in Catania and Palermo regions:
...
@@ -25,6 +25,21 @@ We have enabled two new volume types in Catania and Palermo regions:
N.B. By default fast volumes quota is set to zero. Users who need fast disks should make a request to cloud-support@garr.it.
N.B. By default fast volumes quota is set to zero. Users who need fast disks should make a request to cloud-support@garr.it.
How can I change volume type (garr-ct1 and garr-pa1 regions)