document how to use fabric to clear out qemu warnings in ganeti authored by anarcat's avatar anarcat
...@@ -120,10 +120,10 @@ There are a few scenarios here: ...@@ -120,10 +120,10 @@ There are a few scenarios here:
qemu, and restarting ganeti (thankfully) doesn't restart VMs. to qemu, and restarting ganeti (thankfully) doesn't restart VMs. to
fix this, migrate all VMs to their secondaries and back: fix this, migrate all VMs to their secondaries and back:
gnt-node migrate fsn-node-XX ./reboot --ganeti-migrate-back -v --kind=cancel --reason 'qemu flagged in needrestart' \
for instance in $instances_migrated_above; do -H chi-node-0{1,2,3,4,5,6,7,8,9}.torproject.org \
gnt-instance migrate $instance chi-node-1{0,1}.torproject.org \
done fsn-node-0{1,2,3,4,5,6,7,8}.torproject.org
* **Open vSwitch** (`openvswitch-switch` and `openvswitch-common`, * **Open vSwitch** (`openvswitch-switch` and `openvswitch-common`,
[bug 34185](https://bugs.torproject.org/34185)): to upgrade manually, empty the server, restart, [bug 34185](https://bugs.torproject.org/34185)): to upgrade manually, empty the server, restart,
... ...
......