From: "Austin S. Hemmelgarn" <ahferroin7@gmail.com>
To: "Hugo Mills" <hugo@carfax.org.uk>,
waxhead <waxhead@dirtcellar.net>,
"Hérikz Nawarro" <herikz.nawarro@gmail.com>,
linux-btrfs@vger.kernel.org
Subject: Re: btrfs raid assurance
Date: Wed, 26 Jul 2017 08:12:19 -0400 [thread overview]
Message-ID: <3ae7c0e5-ce84-cbc7-9e68-9e4df9aa4f18@gmail.com> (raw)
In-Reply-To: <20170725214505.GP7140@carfax.org.uk>
On 2017-07-25 17:45, Hugo Mills wrote:
> On Tue, Jul 25, 2017 at 11:29:13PM +0200, waxhead wrote:
>>
>>
>> Hugo Mills wrote:
>>>
>>>>> You can see about the disk usage in different scenarios with the
>>>>> online tool at:
>>>>>
>>>>> http://carfax.org.uk/btrfs-usage/
>>>>>
>>>>> Hugo.
>>>>>
>> As a side note, have you ever considered making this online tool
>> (that should never go away just for the record) part of btrfs-progs
>> e.g. a proper tool? I use it quite often (at least several timers
>> per. month) and I would love for this to be a visual tool
>> 'btrfs-space-calculator' would be a great name for it I think.
>>
>> Imagine how nice it would be to run....
>>
>> btrfs-space-calculator -mraid1 -draid10 /dev/sda1 /dev/sdb1
>> /dev/sdc2 /dev/sdd2 /dev/sde3 for example and instantly get
>> something similar to my example below (no accuracy intended)
>
> It's certainly a thought. I've already got the algorithm written
> up. I'd have to resurrect my C skills, though, and it's a long way
> down my list of things to do. :/
>
> Also on the subject of this tool, I'd like to make it so that the
> parameters get set in the URL, so that people can copy-paste the URL
> of the settings they've got into IRC for discussion. However, that
> would involve doing more JavaScript, which is possibly even lower down
> my list of things to do than starting doing C again...
Is the core logic posted somewhere? Because if I have some time, I
might write up a quick Python script to do this locally (it may not be
as tightly integrated with the regular tools, but I can count on half a
hand how many distros don't include Python by default).
>
> Hugo.
>
>> d=data
>> m=metadata
>> .=unusable
>>
>> { 500mb} [|ddddd|] /dev/sda1
>> { 3000mb} [|ddddd|mmmmm|mmmmm|mmmmm|mmmmm|mm...|] /dev/sdb1
>> { 3000mb} [|ddddd|mmmmm|mmmmm|mmmmm|mmmmm|mmm..|] /dev/sdc2
>> { 5000mb}
>> [|ddddd|mmmmm|mmmmm|mmmmm|mmmmm|mmmmm|mmmmm|mmmmm|mmmmm|mmmmm|]
>> /dev/sdb1
>> --------
>> {11500mb} Total space
>>
>> usable for data (raid10): 1000mb / 2000mb
>> usable for metadata (raid1): 4500mb / 9000mb
>> unusable: 500mb
>>
>> Of course this would have to change one (if ever) subvolumes can
>> have different raid levels etc, but I would have loved using
>> something like this instead of jumping around carfax abbey (!) at
>> night.
>
> The core algorithm for the tool actually works pretty well for
> dealing with different RAID levels, as long as you know how much of
> each kind of data you're going to be using. (Although it's actually
> path-dependent -- write 100 GB of RAID-0 then 100 GB of RAID-1 can
> have different results than if you write them in the opposite order --
> but that's a kind of edge effect).
>
> Hugo.
>
next prev parent reply other threads:[~2017-07-26 12:12 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-25 12:55 btrfs raid assurance Hérikz Nawarro
2017-07-25 13:16 ` Austin S. Hemmelgarn
2017-07-25 13:46 ` Hugo Mills
2017-07-25 13:50 ` Hérikz Nawarro
2017-07-25 13:51 ` Hugo Mills
2017-07-25 13:55 ` Hérikz Nawarro
2017-07-25 13:58 ` Hugo Mills
2017-07-25 21:29 ` waxhead
2017-07-25 21:45 ` Hugo Mills
2017-07-26 12:12 ` Austin S. Hemmelgarn [this message]
2017-07-26 12:27 ` Hugo Mills
2017-07-26 12:28 ` Hugo Mills
2017-07-26 12:36 ` Austin S. Hemmelgarn
2017-07-26 23:07 ` Hugo Mills
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=3ae7c0e5-ce84-cbc7-9e68-9e4df9aa4f18@gmail.com \
--to=ahferroin7@gmail.com \
--cc=herikz.nawarro@gmail.com \
--cc=hugo@carfax.org.uk \
--cc=linux-btrfs@vger.kernel.org \
--cc=waxhead@dirtcellar.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).