[pve-devel] [PATCH qemu-server 0/4] allow explicitly configuring storage for vmstate

Fabian Grünbichler f.gruenbichler at proxmox.com
Wed May 10 12:00:17 CEST 2017


so the order of preference is now:
1.) vmstatestorage from vm config
2.) shared file based storage where VM already has disks
3.) shared storage where VM already has disks
4.) local file based storage where VM already has disks
5.) local storage where VM already has disks
6.) 'local' storage if VM has no disks

Fabian Grünbichler (4):
  config: add vmstatestorage option
  snapshot: use explicitly configured vmstate storage
  rename foreach_writable_storage to foreach_storage_used_by_vm
  config: make vmstatestorage hotpluggable

 PVE/QemuConfig.pm | 32 ++++++++++++++++++--------------
 PVE/QemuServer.pm |  7 ++++++-
 2 files changed, 24 insertions(+), 15 deletions(-)

-- 
2.1.4





More information about the pve-devel mailing list