juju update-storage-pool
¶
See also: create-storage-pool, remove-storage-pool, storage-pools
Summary¶
Update storage pool attributes.
Usage¶
juju update-storage-pool [options] <name> [<key>=<value> [<key>=<value>...]]
Options¶
Flag |
Default |
Usage |
---|---|---|
|
false |
Do not use web browser for authentication |
|
Model to operate in. Accepts [<controller name>:]<model name>|<model UUID> |
Examples¶
Update the storage-pool named iops with new configuration details:
juju update-storage-pool workload-storage volume-type=provisioned-iops iops=40
Update which provider the pool is for:
juju update-storage-pool lxd-storage type=lxd-zfs
Details¶
Update configuration attributes for a single existing storage pool.