Hi
I have 3 nodes Proxmox cluster. I've created one LXC container with the only responsibility being HAProxy for my cluster. It uses shared Ceph storage (each Proxmox node is Ceph node too). It has statically assigned IP, so it's irrelevant, on which node it runs - I can always access it via this IP. The problem is: when I shutdown node with this container, this container just die and nothing happens.
There are two situations:
- I gracefully shutdown Proxmox node - I expect live migration of container with zero downtime to another node (or at least restart on another node)
- Node is going down exceptionally (power outage, whatever) - I expect container to be restarted on another node
Do I miss any settings to make it working like this?
I have 3 nodes Proxmox cluster. I've created one LXC container with the only responsibility being HAProxy for my cluster. It uses shared Ceph storage (each Proxmox node is Ceph node too). It has statically assigned IP, so it's irrelevant, on which node it runs - I can always access it via this IP. The problem is: when I shutdown node with this container, this container just die and nothing happens.
There are two situations:
- I gracefully shutdown Proxmox node - I expect live migration of container with zero downtime to another node (or at least restart on another node)
- Node is going down exceptionally (power outage, whatever) - I expect container to be restarted on another node
Do I miss any settings to make it working like this?