]> git.proxmox.com Git - qemu-defaults.git/blob - qemu-defaults.cfg
initial import
[qemu-defaults.git] / qemu-defaults.cfg
1
2 # default for all VMs
3 qm:
4 memory 1024
5 cores 1
6
7 # default for all VMs with ostype win7
8 qm::win7
9 memory 8192
10
11 # default for VMs inside pool1
12 qm:pool1
13 memory 2048
14 cores 2
15
16 # default for all VMs with ostype win7
17 qm::win7 @group1
18 memory 8192
19
20 # default for all storages
21 storage:
22 # iothrottle mbps=5
23
24 # defaults for storage local
25 storage::local
26 # iothrottle mbps=10
27
28 # defaults for storage local when use for VM inside pool1
29 storage:pool1:local @group2
30 # iothrottle mbps=20