* grub-core/fs/zfs/zfs.c (read_device): Add ability to sustain a single

drive failure on both raidz and raidz2.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-11-02 23:28:25 +01:00
parent aca5aefc7c
commit 177440046d
2 changed files with 71 additions and 34 deletions

View file

@ -1,3 +1,8 @@
2011-11-02 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/zfs/zfs.c (read_device): Add ability to sustain a single
drive failure on both raidz and raidz2.
2011-11-02 Vladimir Serbinenko <phcoder@gmail.com>
Fix RAIDZ(2) for >= 5 devices.