Skip to content
Snippets Groups Projects
Verified Commit 9a3846c5 authored by anarcat's avatar anarcat
Browse files

apply same destruction policy for ganeti hosts

parent 84725fa6
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ provided you follow the warnings.
* If the VM is on a KVM host: `virsh shutdown $host`, or at least stop the
primary service on the machine
* If the machine is on ganeti: `gnt-instance remove $host`
* If the machine is on ganeti: `gnt-instance stop $host`
4. On KVM hosts, undefine the VM: `virsh undefine $host`
......@@ -28,6 +28,11 @@ provided you follow the warnings.
echo 'rm -r /srv/vmstore/gayi.torproject.org/' | at now + 7 days
* On Ganeti hosts, remove the actual instance with a delay, from
the Ganeti master:
gnt-instance remove $host | at now + 7 days
* for a normal machine or a machine we do not own the parent host
for, wipe the disks using the method described below
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment