edit_storage_ceiling
Sets the storage ceiling for a storage pool.
Format
Standard Mode
emcli edit_storage_ceiling
       -storage_name="<storage name>"
       -pool_name="<pool name>"
       -storage_ceiling="<storage ceiling in GB>"
Interactive or Script Mode
edit_storage_ceiling(
        storage_name="<storage name>" 
        ,pool_name="<pool name>"
        ,storage_ceiling="<storage ceiling in GB>"
        )
[ ]  indicates that the parameter is optional. Options
- 
                        storage_name Name of the storage. 
- 
                        pool_name Name of the storage pool. 
- 
                        storage_ceiling Storage Ceiling to be set on the storage pool. 
Exit Codes
0 if successful. A non-zero value indicates that verb processing was unsuccessful.
Example
The following example sets the storage ceiling for a storage pool sunzfs1:
edit_storage_ceiling
                -storage_name="sunzfs1"
                -pool_name="pool-01"
                -storage_ceiling="100"