Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Ceph

Skru av reabalansering av OSDer

...

Code Block
for i in $(cat delete.txt); do hammer host interface delete --id $i --host compute05.skyhigh; done

Haproxy

To take a server out of haproxy rotation the following command can be used:

Code Block
titleDisable server in haproxy
root@servicelb3:~# echo "disable server bk_keystone_public/controller03" | nc -U /var/lib/haproxy/stats
 

Openstack

List instances on all compute nodes on stack.it.ntnu.no

...