diff options
Diffstat (limited to 'Nova compute evacuation.md')
-rw-r--r-- | Nova compute evacuation.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Nova compute evacuation.md b/Nova compute evacuation.md new file mode 100644 index 0000000..409ea42 --- /dev/null +++ b/Nova compute evacuation.md @@ -0,0 +1,10 @@ +--- +tags: + - openstack +--- +To evacuate a compute node we can `nova host-evacuate <hostname>`. I did it like this on the access node: +``` +nova --os-token gAAAAABoLXVPU1N-pYc8Xm7ypmWZX_hSuy7psMS_kudoYg6msHZdXYk_dordZB8Imm6-PT8916iPH5n9BvYLmHAQl7UGHuSNsfHZH8k_s1EPbfU8aE15s8Hu0ngNLW2amv_C-peJ8BZLHIl3K7cz2b05D0wRDnzbWl0h0w5NyY6aY_8YcMkVIzc --os-project-name hostnet --os-auth-url https://keystone.os1.openstack.group.one:5000/v3 host-evacuate n28.compute.env.vps1-cph8.one.com +``` + +[This](https://www.danplanet.com/blog/2016/03/03/evacuate-in-nova-one-command-to-confuse-us-all/) webpage has some useful information on evacuation in its different forms.
\ No newline at end of file |