mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-07 17:17:57 +03:00
3ab3dd55c4
templates can only be started in context of a pbs backup, and there we don't need or want to use most of the config, since they cannot be started normally anyway. We minimize the config by copying some specific relevant options (see the comments for why the options were chosen) and all disk configurations. Since we change the qemu commandline for templates, we now have to adapt the tests involving templates. Without this, users can get into a situation where the template cannot be backed up when there are some resources not available (such as cpu cores, kvm, pci devices, etc.) even if the backup process does not need them. This change has some nice side effects, such as we don't need to allocate the full amount of memory anymore for templates that have a hostpci device configured, the configured bridges don't have to exist, etc. Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> |
||
---|---|---|
.. | ||
cfg2cmd | ||
MigrationTest | ||
ovf_manifests | ||
restore-config-expected | ||
restore-config-input | ||
snapshot-expected | ||
snapshot-input | ||
Makefile | ||
run_config2command_tests.pl | ||
run_ovf_tests.pl | ||
run_pci_addr_checks.pl | ||
run_qemu_img_convert_tests.pl | ||
run_qemu_migrate_tests.pl | ||
run_qemu_restore_config_tests.pl | ||
run_snapshot_tests.pl | ||
snapshot-test.pm | ||
test_get_replicatable_volumes.pl | ||
test.vmdk |