does anyone know how to create a shared folder in any distribution of Linux that could be accessible by Windows and would be HA (high available)?
Background: I have Windows Server cluster and it needs a witness. Two types are available – shared folder and shared disk. Having only one witness is pretty dangerous, so a high available witness is needed.
Basically, it should be a shared folder (preferably by samba) that is clustered between two computers and accessible from single IP address. Data should be written to both storages simultaneously or first to primary and then immediately to secondary (both storages must be the same). When one computer dies, other should take its place with the same IP. There is no shared storage.
What I found so far is that there should be two solutions - DRBD and CTDB. Somewhere says both of those together. There is some information scattered over the internet, but no complete solutions. I found this to be probably the best instructions https://wiki.samba.org/index.php/5.0:_Heartbeat_HA_Configuration, but I don't need any DNS, LDAP or User Management.
Any Linux superuser that could create this cluster?