snippetbashTip
virsh pool-start — Start a previously configured but inactive virtual machine storage pool. See also: `virsh`, `virsh-p
Viewed 0 times
virsh pool-startinactivecommandstartbutcliconfiguredpreviously
Problem
How to use the
virsh pool-start command: Start a previously configured but inactive virtual machine storage pool. See also: virsh, virsh-pool-define-as, virsh-pool-destroy. More information: <https://manned.org/virsh>.Solution
virsh pool-start — Start a previously configured but inactive virtual machine storage pool. See also: virsh, virsh-pool-define-as, virsh-pool-destroy. More information: <https://manned.org/virsh>.Start the storage pool specified by name or UUID (determine using
virsh pool-list) and create the underlying storage system if it doesn't exist:virsh pool-start --pool {{name|uuid}} --buildCode Snippets
Start the storage pool specified by name or UUID (determine using `virsh pool-list`) and create the underlying storage system if it doesn't exist
virsh pool-start --pool {{name|uuid}} --buildContext
tldr-pages: common/virsh pool-start
Revisions (0)
No revisions yet.