diff --git a/pages/common/virsh-pool-build.md b/pages/common/virsh-pool-build.md index 5d17dba6a..b03c82cc6 100644 --- a/pages/common/virsh-pool-build.md +++ b/pages/common/virsh-pool-build.md @@ -1,9 +1,9 @@ # virsh pool-build -> Build the underlying storage system for a virtual machine storage pool as defined in it's configuration file (create a configuration file using `virsh pool-define-as`). -> See also: `virsh`. +> Build the underlying storage system for a virtual machine storage pool as defined in it's configuration file. +> See also: `virsh`, `virsh-pool-define-as`, `virsh-pool-start`. > More information: . -- Build the storage pool specified by name or UUID (determine using `virsh pool-list`; start the pool once built using `virsh pool-start`): +- Build the storage pool specified by name or UUID (determine using `virsh pool-list`): `virsh pool-build --pool {{name|uuid}}`