Scripts for managing KVM hypervisors used with DRBD and LVM.
Go to file
Alexis Ben Miloud--Josselin 42226c7817 Add dependency check
2018-06-08 10:36:54 +02:00
add-vm.sh Disks and dryn-run mode can be defined in config file 2018-05-15 14:04:50 +02:00
kvmstats.sh Add dependency check 2018-06-08 10:36:54 +02:00
README.md Add a README.md file 2018-05-15 14:12:30 +02:00

KVM tools

This repository contain scripts for managing KVM hypervisors used with DRBD and LVM.

Currently it only contain the add-vm.sh script for create DBRD volumes and virtuals machines.

Install

Copy add-vm.sh script in /usr/local/sbin/ :

install -m 0755 add-vm.sh /usr/local/sbin/add-vm

Edit configuration in /etc/evolinux/add-vm.cnf :

masterKVMIP=192.168.0.X
slaveKVMIP=192.168.0.Y

Dry-run mode

You can use the dry-run mode by setting doDryRun var in config file :

doDryRun=true