[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
BUGS: btrfs multi-device support fixes
From: |
Gene Czarcinski |
Subject: |
BUGS: btrfs multi-device support fixes |
Date: |
Sat, 26 Oct 2013 11:36:30 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 |
There are two patches needed in grub2 to support multi-device btrfs volumes.
This first patch (previously submitted) involves the parameters passed
to grub2-probe. If not correctly passed, grub2-probe issues an error
message. The related problem report is:
https://bugzilla.redhat.com/show_bug.cgi?id=890955
The second problem involves having a multi-device btrfs volume with
/boot being on the btrfs volume either as part of the root subvolume or
as a separate subvolume. The result is an error messare at boot time:
error: no such device: root.
hit any key to continue
The solution is to modify grub-probe.c so that " " is issued rather than
"\n" for a hint. The related problem report is:
https://bugzilla.redhat.com/show_bug.cgi?id=1023161
To minimize problems, the two patches have been attached rather than
provided inline.
Peter, I cc'ed you so you would be aware of these bug reports. It would
be nice if this was applied to both Fedora 20 and 19.
Gene
0001-support-for-multi-device-btrfs-volume.patch
Description: Text Data
0001-fix-for-hint-problem-with-multi-device-btrfs.patch
Description: Text Data
- BUGS: btrfs multi-device support fixes,
Gene Czarcinski <=
- Re: BUGS: btrfs multi-device support fixes, Vladimir 'φ-coder/phcoder' Serbinenko, 2013/10/26
- Re: BUGS: btrfs multi-device support fixes, Gene Czarcinski, 2013/10/27
- Re: BUGS: btrfs multi-device support fixes, Andrey Borzenkov, 2013/10/27
- Re: BUGS: btrfs multi-device support fixes, Gene Czarcinski, 2013/10/27
- Re: BUGS: btrfs multi-device support fixes, Andrey Borzenkov, 2013/10/27
- [PATCH] update grub web page with reference to GIT instead of bzr., Andrey Borzenkov, 2013/10/27
- Re: [PATCH] update grub web page with reference to GIT instead of bzr., Bruce Dubbs, 2013/10/27
- Re: [PATCH] update grub web page with reference to GIT instead of bzr., Andrey Borzenkov, 2013/10/27
- Re: [PATCH] update grub web page with reference to GIT instead of bzr., Bruce Dubbs, 2013/10/27
- Re: [PATCH] update grub web page with reference to GIT instead of bzr., Vladimir 'φ-coder/phcoder' Serbinenko, 2013/10/27