equal
deleted
inserted
replaced
4 |
4 |
5 |
5 |
6 ME=${0##*/} |
6 ME=${0##*/} |
7 NODE=$(uname -n) |
7 NODE=$(uname -n) |
8 KVMTAB=/etc/kvmtab |
8 KVMTAB=/etc/kvmtab |
9 KVM_OPTS_BUILTIN='-drive file=/dev/drbd$ID,if=virtio,index=0,boot=on |
9 KVM_OPTS_BUILTIN='-drive file=/dev/drbd$ID,cache=none,aio=native,if=virtio,index=0,boot=on |
10 -boot c |
10 -boot c |
11 -m 512 |
11 -m 512 |
12 -net nic,macaddr=$MAC,model=virtio |
12 -net nic,macaddr=$MAC,model=virtio |
13 -net tap,ifname=tap$ID,script=no' |
13 -net tap,ifname=tap$ID,script=no' |
14 |
14 |