rewrote documentation to provide easier steps
[ganeti-extstorage-zfs] / t / gnt-instance-modify.sh
1 #!/bin/sh -xe
2
3 gnt-instance stop t-plain
4 gnt-instance modify -t drbd -n box02 t-plain
5 gnt-instance rename --no-ip-check --no-name-check t-plain t-plain-drbd
6 gnt-instance failover t-plain-drbd
7 gnt-instance modify -t plain t-plain-drbd
8 gnt-instance rename --no-ip-check --no-name-check t-plain-drbd t-plain-remote
9 gnt-instance start t-plain-remote