I am (re)debating this Issue, as I have done in the Past.
My use Case, as a Homelab user, is that some/many Hosts are up only when needed (at specific Times, in order to reduce Power Consumption), and so the "normal" way with Quorum doesn't really work.
I had a look at https://forum.proxmox.com/threads/proxmox-cluster-no-ha-only-config.131497/ and it brings more Questions than Answers.
In the Past I coded some workarounds (https://forum.proxmox.com/threads/cluster-made-of-permanent-adhoc-nodes.53591/) but not sure if the same Concept would work in this Case.
I could have 4-5 "Main" / "Master" Hosts permanently up with say 20 Votes each, then all other Hosts would work whether up or down.
I do NOT require HA.
What I mainly miss are:
- Migrate / Move a VM to a different Host (permanently). This is the main Feature I miss right now. I would otherwise Export to
Other Feature I might miss but I guess can be worked around (I guess I could just use
- (When I'll start using them) Synchronized Firewall Security Profile / IP Set across the Hosts
- (When I'll start using them) Synchronized Firewall Rules across the Hosts
- Synchronized Tags Names/Colors/etc across the Hosts
My use Case, as a Homelab user, is that some/many Hosts are up only when needed (at specific Times, in order to reduce Power Consumption), and so the "normal" way with Quorum doesn't really work.
I had a look at https://forum.proxmox.com/threads/proxmox-cluster-no-ha-only-config.131497/ and it brings more Questions than Answers.
In the Past I coded some workarounds (https://forum.proxmox.com/threads/cluster-made-of-permanent-adhoc-nodes.53591/) but not sure if the same Concept would work in this Case.
I could have 4-5 "Main" / "Master" Hosts permanently up with say 20 Votes each, then all other Hosts would work whether up or down.
I do NOT require HA.
What I mainly miss are:
- Migrate / Move a VM to a different Host (permanently). This is the main Feature I miss right now. I would otherwise Export to
.raw
Image, copy Config File, then Re-import on the Destination VM. I could also of course do a zfs send | ssh zfs receive
Manually and scp
the config file, although I feel like that Snapshots that have been taken through the GUI do NOT get migratedOther Feature I might miss but I guess can be worked around (I guess I could just use
salt
or scp
to Synchronize those):- (When I'll start using them) Synchronized Firewall Security Profile / IP Set across the Hosts
- (When I'll start using them) Synchronized Firewall Rules across the Hosts
- Synchronized Tags Names/Colors/etc across the Hosts