1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

Update pages/common/virsh-pool-undefine.md

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
This commit is contained in:
Adam Herst 2021-05-28 10:29:54 -04:00 committed by Starbeamrainbowlabs
parent e0746611da
commit e4541ccecc

View file

@ -4,6 +4,6 @@
> See also: `virsh`.
> More information: <https://manned.org/virsh>.
- Delete the configuration for the storage pool specified name or UUID (determine the name or UUID using `virsh pool-list`):
- Delete the configuration for the storage pool specified name or UUID (determine using `virsh pool-list`):
`virsh pool-undefine --pool {{name|uuid}}`