Skip to content

specify the difference/similarity between stratis (given no options for redundancy currently) and raid 0 #381

Answered by drckeefe
ilippert asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mulkieran
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #380 on January 05, 2022 03:49.