All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] GRUB: add support for RAID1C3 and RAID1C4
@ 2019-12-02 18:19 Goffredo Baroncelli
  2019-12-02 18:19 ` [PATCH] btrfs: " Goffredo Baroncelli
  2019-12-03 13:23 ` [RFC] GRUB: " David Sterba
  0 siblings, 2 replies; 4+ messages in thread
From: Goffredo Baroncelli @ 2019-12-02 18:19 UTC (permalink / raw)
  To: David Sterba; +Cc: linux-btrfs


The enclosed patch adds support for RAID1C3 and RAID1C4 to grub.
I know that David already told that he want to write one; however
recently I looked to the grub source and so I make a patch.

I tested the patch as following:
- computing the checksum of a file bigger than 64KB in a RAID1C3 
  filesystem (so the file is in a data bG)
- computing the checksum of a file smaller than 64KB in a RAID1C3
  filesystem (so the file is in the metadata BG)
- computing the checksum of a file bigger than 64KB in a RAID1C4 
  filesystem (so the file is in a data bG)
- computing the checksum of a file smaller than 64KB in a RAID1C4
  filesystem (so the file is in the metadata BG)
- perform the tests abowe removing some disks in order to test all the
  possible missing disks combination

Of course the test is considered passed if the checksum matches with
its correct value.

Comments are welcome.

BR
G.Baroncelli

-- 
gpg @keyserver.linux.it: Goffredo Baroncelli <kreijackATinwind.it>
Key fingerprint BBF5 1610 0B64 DAC6 5F7D  17B2 0EDA 9B37 8B82 E0B5


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-12-03 17:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-02 18:19 [RFC] GRUB: add support for RAID1C3 and RAID1C4 Goffredo Baroncelli
2019-12-02 18:19 ` [PATCH] btrfs: " Goffredo Baroncelli
2019-12-03 13:23 ` [RFC] GRUB: " David Sterba
2019-12-03 17:30   ` Goffredo Baroncelli

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.