On Sat, Jan 12, 2013 at 11:26:23AM -0500, Gene Czarcinski wrote:
>
> And here is the patch:
...
> - abstraction="`"${grub_probe}" --device "${device}" --target=abstraction`"
> + abstraction="`"${grub_probe}" --device ${device} --target=abstraction`"
...
> with
> device="/dev/vda2
> /dev/vdb2
> /
I have located and submitted a patch to correct a problem with grub2's
handling of a three-device (actually, anything more than two) btrfs
volume. Here is the bugzilla report:
https://bugzilla.redhat.com/show_bug.cgi?id=890955
And here is the patch:
---