The information in this doc is based on Juju version 3.5.5, and may not accurately reflect other versions of Juju.
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 |
---|---|---|
-B , --no-browser-login |
false | Do not use web browser for authentication |
-m , --model |
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 operator-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.