snippetbashTip
virsh pool-destroy — Stop an active virtual machine storage pool. See also: `virsh`, `virsh-pool-delete`. More informatio
Viewed 0 times
virtualcommandstoragecliactivevirsh pool-destroymachinestop
Problem
How to use the
virsh pool-destroy command: Stop an active virtual machine storage pool. See also: virsh, virsh-pool-delete. More information: <https://manned.org/virsh>.Solution
virsh pool-destroy — Stop an active virtual machine storage pool. See also: virsh, virsh-pool-delete. More information: <https://manned.org/virsh>.Stop a storage pool specified by name or UUID (determine using
virsh pool-list):virsh pool-destroy --pool {{name|uuid}}Code Snippets
Stop a storage pool specified by name or UUID (determine using `virsh pool-list`)
virsh pool-destroy --pool {{name|uuid}}Context
tldr-pages: common/virsh pool-destroy
Revisions (0)
No revisions yet.