I have 3 nodes joined together and I have imported some legacy KVM virtual machines. These require kernel boot images which I have configured in the conf file as an argument.
At the moment I have put those files on an NFS share that all nodes can see so they have the same path on all nodes. Thus if HA kicks in the next node can find the files. But I don't want this dependency on the NFS server which isn't HA.
What I want is a shared folder in which I can drop files and they are replicated. I set the local fs option [shared] which sounds like what you need but if you touch a file it doesn't replicate.
I know that I can just create a folder on all nodes and create a cron to do it but I was certain there would be an better way such that if I join with a new node it all just works without creating a spaghetti mess everywhere.
I searched for [shared] option on local and that was inconclusive, all shared stuff seems to point to mounting external server which I don't want and if I include the search term replication either google wants to sell me something or its just talking about VM replication.
There is a machine config area that gets replicated but thats limited to 30Mb RAM and I need a bit more than that.
Any help greatly appreciated.
At the moment I have put those files on an NFS share that all nodes can see so they have the same path on all nodes. Thus if HA kicks in the next node can find the files. But I don't want this dependency on the NFS server which isn't HA.
What I want is a shared folder in which I can drop files and they are replicated. I set the local fs option [shared] which sounds like what you need but if you touch a file it doesn't replicate.
I know that I can just create a folder on all nodes and create a cron to do it but I was certain there would be an better way such that if I join with a new node it all just works without creating a spaghetti mess everywhere.
I searched for [shared] option on local and that was inconclusive, all shared stuff seems to point to mounting external server which I don't want and if I include the search term replication either google wants to sell me something or its just talking about VM replication.
There is a machine config area that gets replicated but thats limited to 30Mb RAM and I need a bit more than that.
Any help greatly appreciated.