You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if there's a way to set different read/write nodes for 2 different clients.
For example, I have(distributed-replicated volume):
Clients: C1, C2
Nodes, N1,N2 N3,N4 N5,N6
I want C1 to read/write on default on N1,N3 and N5
But I also want C2 to read/write on default on N2,N4,N6
(of course if by any chance any node is down, it'd read/write on the one that's available)
I know I could set some set of nodes based on index as default, but that'd be for all clients simultaneosly
Any toughts on this? Thank you so much in advance.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone!
I was wondering if there's a way to set different read/write nodes for 2 different clients.
For example, I have(distributed-replicated volume):
Clients: C1, C2
Nodes, N1,N2 N3,N4 N5,N6
I want C1 to read/write on default on N1,N3 and N5
But I also want C2 to read/write on default on N2,N4,N6
(of course if by any chance any node is down, it'd read/write on the one that's available)
I know I could set some set of nodes based on index as default, but that'd be for all clients simultaneosly
Any toughts on this? Thank you so much in advance.
Best regards
Beta Was this translation helpful? Give feedback.
All reactions