Migrating from kvm + drbd to incus

Hi Guys

I think its time to move to inclus, but i have some doubts
50% of my clients use ubuntu + kvm + drbd ( a raid1 with 2 machines) _ Heartbeat with 2 hosts.

My main concert is how can I use incus in a cluster and have H.A. High Availability with only 2 hosts.

Any ideas or hints are welcome.

Thanks in advanced

You can’t. Just at the database level, Incus uses Raft which is a consensus based protocol.
It’s not possible to get quorum/consensus with just two systems.

On the storage front, you’re going to hit a similar snag though we have some work scheduled which may help with that in the near future. Basically we’re going to be adding support for clustered LVM (lvmlockd) which allows for using a shared disk (whether through fiber-channel, NVMEoF or through DRBD) and then have multiple systems place instances on that.

Thanks Graber

I will be looking carefully the project and as soos as it has drbd I’ ll be testing 80)

Best regards