docs/doc/source/storage/kubernetes/local-volume-groups-cli-commands.rst
Rafael Jardim 2e74ccd0b7 Storage Update
Signed-off-by: Rafael Jardim <rafaeljordao.jardim@windriver.com>
Change-Id: Ic8eea41e912e52ddebc5ed9dca62e8d4f9255b09
2021-03-23 09:20:34 -03:00

3.9 KiB

Local Volume Groups CLI Commands

You can use commands to manage local volume groups.

Command Syntax Description
system host-lvg-list <hostname>
List local volume groups.
system host-lvg-show <hostname> <groupname>
Show details for a particular local volume group.
system host-lvg-add <hostname> <groupname>
Add a local volume group.
system host-lvg-delete <hostname> <groupname>
Delete a local volume group.
system host-lvg-modify [-b <instance_backing>]
[-c <concurrent_disk_operations>] [-l <lvm_type>]
<hostname> <groupname>
Modify a local volume group.
<instance_backing>

is the storage method for the local volume group (image or remote). The remote option is valid only for systems with dedicated storage.

<concurrent_disk_operations>

is the number of I/O intensive disk operations, such as glance image downloads or image format conversions, that can occur at the same time.

<lvm_type>

is the provisioning type for VM volumes (thick or thin). The default value is thin.

<hostname>

is the name or ID of the host.

<groupname>

is the name or ID of the local volume group.