finish installation instructions
[ganeti-extstorage-zfs] / README
1 Ganet extstorage provider for local zfs volumes
2
3 INSTALLATION
4
5   cd /usr/share/ganeti/extstorage/
6   git clone https://github.com/ffzg/ganeti-extstorage-zfs zfs
7
8   # enable new disk template
9
10   gnt-cluster modify --enabled-disk-templates plain,drbd,ext \
11         --ipolicy-disk-templates plain,drbd,ext
12
13   # create log directory
14
15   mkdir /var/log/ganeti/extstorage
16
17   # try instance creation with something similar to
18
19   gnt-instance add -t ext --disk=0:size=10G,provider=zfs \
20         --disk=1:size=20G,provider=zfs \
21         -n arh-hw --no-name-check --no-ip-check \
22         -o debootstrap+default -B maxmem=512M zfs-ext-test
23