Is it possible to use two external linstor clusters at the same time? #689
jonathon2nd
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
It's an interesting idea. It's not something we have anticipated, and if you did not use a an external cluster, the answer would be clearly no. Right now, I do see a few issues:
Generally, I don't see any advantage regarding HA, as any volume on one partition of the cluster could only ever exist on those nodes: the other partition simply does not know about the LINSTOR cluster and its volumes. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
We are planning some new servers, and we are evaluating having two clusters for HA.
Is it possible to have two
apiVersion: piraeus.io/v1 kind: LinstorCluster
k8s objects for our external linstor clusters, and have some way to have k8s workers 1 2 and 3 use cluster1, and workers 4 5 and 6 use cluster2?I noticed in
apiVersion: piraeus.io/v1 kind: LinstorSatellite
the following in the yamlSo I think it is possible, I have checked linstor doc and not seeing anything.
Our idea would be to have one k8s cluster span these two host clusters (as opposed to using something like liqo)
Beta Was this translation helpful? Give feedback.
All reactions