Skip to content
Snippets Groups Projects
Unverified Commit 6801573c authored by anarcat's avatar anarcat
Browse files

add procedure for some other kvm hosts

parent 6cc57892
No related branches found
No related tags found
No related merge requests found
...@@ -13,11 +13,15 @@ ...@@ -13,11 +13,15 @@
4. wipe host data, possibly with a delay: 4. wipe host data, possibly with a delay:
* On KVM hosts, remove the LVM logical volumes or virtual disk files: * On some KVM hosts, remove the LVM logical volumes:
`lvs` will list the logical volumes on the machine echo 'lvremove -y vgname/lvname' | at now + 7 days
`echo 'lvremove -y vgname/lvname' | at now + 7 days` Use `lvs` will list the logical volumes on the machine.
* Other KVM hosts use file-backed storage:
echo 'rm -r /srv/vmstore/gayi.torproject.org/' | at now + 7 days
* for a normal machine or a machine we do not own the parent host * for a normal machine or a machine we do not own the parent host
for, wipe the disks using the method described below 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