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

correctly queue a job, do not immediately execute!

parent 1735010a
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ provided you follow the warnings.
* On Ganeti hosts, remove the actual instance with a delay, from
the Ganeti master:
gnt-instance remove $host | at now + 7 days
echo "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