Files
cheatsheet-tldr/tldr/virsh-pool-autostart

19 lines
525 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# virsh pool-autostart
> Enable or disable autostart for a virtual machine storage pool.
> See also: `virsh`.
> More information: <https://manned.org/virsh>.
- Enable autostart for the storage pool specified by name or UUID (determine using `virsh pool-list`):
`virsh pool-autostart --pool {{name|uuid}}`
- Disable autostart for the storage pool specified by name or UUID:
`virsh pool-autostart --pool {{name|uuid}} --disable`