pool-start
Starts a defined inactive storage pool.
Syntax
Where:- <pool-name>
- Is the name of the storage pool.
- <pool-UUID>
- Is the UUID of the storage pool.
Selected options
- --pool
- Specifies the storage pool.
- --build
- Creates the directory or the file system or creates the label for a disk (depending on the storage pool type) before starting the storage pool.
- --overwrite
- Only valid for storage pools of type dir, fs, or netfs.
Creates the directory, the file system or the label, overwriting existing ones.
- --no-overwrite
- Only valid for storage pools of type dir, fs, or netfs.
Creates the directory or the file system only if it does not exist. Returns an error if it does exist.
Usage
Managing storage poolsExample
This example starts storage pool
pool1.# virsh pool-start pool1
