From: Phillip Susi <phill@thesusis.net>
To: Chris Murphy <lists@colorremedies.com>
Cc: Cedric.dewijs@eclipso.eu, Linux-RAID <linux-raid@vger.kernel.org>
Subject: Re: What is the best way to combine 4 HDD's and 2 SSD's into a single filesystem?
Date: Tue, 19 Jan 2021 14:27:55 -0500 [thread overview]
Message-ID: <87ft2w67hh.fsf@vps.thesusis.net> (raw)
In-Reply-To: <CAJCQCtTT+_2F2EFUz=juOn2YG+ZOu2gmNx1Qwu2wp6273T9DNA@mail.gmail.com>
Chris Murphy writes:
> A
>
> HDD1+SSD1=>
> Btrfs raid1 profile for metadata, raid0 or
> raid1 profile for data depending on your risk tolerance
> HDD2+SSD2=>
But then sometimes reads will go to one leg and miss the cache and have
to hit the HDD even though the data is in the ssd cache of the other leg
already. Therefore, wouldn't it be preferable to keep the mirroring
underneath the cache? Also having a separate B with the other two HDDs
and using it purely as a backup further halves your storage capacity (
so now only 1/4th ). Also if one disk gets spun up to satisfy a read,
the next read might go start up the other disk rather than go to the one
that is already running.
I'd say make a raid5 of the 4 HDDs, a raid1 of the the two SSDs, and use
the combined SSDs to cache the combined HDDs.
prev parent reply other threads:[~2021-01-19 20:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-17 20:35 What is the best way to combine 4 HDD's and 2 SSD's into a single filesystem?
2021-01-17 22:38 ` John Stoffel
2021-01-17 23:32 ` Wols Lists
2021-01-18 1:59 ` Chris Murphy
2021-01-19 19:27 ` Phillip Susi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ft2w67hh.fsf@vps.thesusis.net \
--to=phill@thesusis.net \
--cc=Cedric.dewijs@eclipso.eu \
--cc=linux-raid@vger.kernel.org \
--cc=lists@colorremedies.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.