Add doc for disks config in add-vm

This commit is contained in:
Victor LABORIE 2018-07-27 11:06:31 +02:00
parent f830db53e3
commit 72953ee6a5
1 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,14 @@ masterKVMIP=192.168.0.X
slaveKVMIP=192.168.0.Y
~~~
Script add-vm.sh assume you have two LVM Volume Group named "ssd" and "hdd".
You can override this by adding a Bash array in /etc/evolinux/add-vm.cnf, eg:
~~~
disks=("VG1" "VG2")
~~~
## Dry-run mode
You can use the dry-run mode by setting doDryRun var in config file: