
4 Jan
2011
4 Jan
'11
2:01 p.m.
2011/1/4 Marcin Krol <mrkafk@gmail.com>:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello everyone,
How do I make storage pool auto start?
I have:
virsh # pool-list Name State Autostart - ----------------------------------------- default active yes virtimages active no
I don't see anything in pool's xml that could suit this purpose:
That's expected because autostart isn't configured in the XML config. See the virsh pool-autostart command for this. Matthias