diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-06-02 12:15:47 +0200 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-06-02 12:17:02 +0200 |
commit | 9bd8cdf2ecc2b60f873b393122b19985cbc4587c (patch) | |
tree | a4e0ad7e2824e24b187525fc3c51f8d382d1aceb /Nova compute evacuation.md | |
parent | a61d928b279c5c508aca3bfc7cb14d810c3d75de (diff) |
vault backup: 2025-06-02 12:15:47
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 |