Use Stratis as shared storage between 3 hosts #594
Unanswered
mehrdad2000
asked this question in
Q&A
Replies: 4 comments 1 reply
|
@mauelsha has done some work on stratisd in a clustered environment, but I'm unsure of the status of that at the moment. Outside of that, NFS is probably the best way to handle multinode Stratis at the moment. We recently worked on supporting NFS on top of Stratis filesystems so that should be working now. |
0 replies
|
@jbaublitz do you have tuning on nfs? Because i have performance issue on nfs when disk i/o increased. |
0 replies
|
What kind of performance problems are you seeing? Is this NFS on top of a simple XFS filesystem or a more complicated stack? |
0 replies
|
NFS on top of a simple XFS filesystem |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi
I have 3 server that work together as cluster.
Need share storage that replicate a volume between them.
First of all i use nfs but it has performance issue in high i/o.
Second use redhat glusterfs but eol of this product is near.
Third solution is use ceph and minio but i heard configuration and maintaining of them is though.
Any idea? Must be opensource, simple, work in high i/o, redhat supported.
Is it possible to use Stratis in this scenario?
All reactions