-
If I understand it correctly, currently stratis does not allow to specify redundancy. addressing such questions relative to raid designs, would be helpful. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Thank you for your question, ilippert. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for the explanation, drckeefe. This suffice absolutely. I would suggest to make this explicit in the stratis doc, readily recognisable. If such a documentation is not going to happen, I would be happy for the ticket to be closed. |
Beta Was this translation helpful? Give feedback.
-
We do not yet have a Stratis user manual, which is where this would belong, properly speaking. Moving to our Discussions section. |
Beta Was this translation helpful? Give feedback.
Thank you for your question, ilippert.
Adding additional devices to a pool provides more available space. Devices are concatenated together to extend the pool's size. In a new pool, data is written to the filesystem(s), free blocks are consumed form the thin-pool in sequential order until all of the free blocks are used for that device, and then writes will proceed to the next device in the pool set. RAID 0 on the other hand will stripe IO across known devices in the set. Consider creating a RAID 0 using either hardware or software RAID and then creating a Stratis pool from the resulting device, if splitting IO is required in the workload.