Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 676998 Details for
Bug 890955
error messages for BTRFS multi-partition root
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
support for multi-device btrfs volume
0001-support-for-multi-device-btrfs-volume.patch (text/plain), 1.06 KB, created by
Gene Czarcinski
on 2013-01-11 17:02:26 UTC
(
hide
)
Description:
support for multi-device btrfs volume
Filename:
MIME Type:
Creator:
Gene Czarcinski
Created:
2013-01-11 17:02:26 UTC
Size:
1.06 KB
patch
obsolete
>From 4770be177085a17837687d2d858acfc9696092e1 Mon Sep 17 00:00:00 2001 >From: Fedora Ninjas <grub2-owner@fedoraproject.org> >Date: Fri, 11 Jan 2013 10:52:01 -0500 >Subject: [PATCH] support for multi-device btrfs volume > >The current code produces error messages if passed a device >list with multiple devices for a btrfs volume. It worked OK >for single device btrfs volume. > >This has been regression tested with root/boot on a regular >partition, single device VG logical volume, >and single device btrfs volume. >--- > util/grub-mkconfig_lib.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/util/grub-mkconfig_lib.in b/util/grub-mkconfig_lib.in >index 76133b4..8e2ff66 100644 >--- a/util/grub-mkconfig_lib.in >+++ b/util/grub-mkconfig_lib.in >@@ -279,7 +279,7 @@ gettext_printf () { > uses_abstraction () { > device="$1" > >- abstraction="`"${grub_probe}" --device "${device}" --target=abstraction`" >+ abstraction="`"${grub_probe}" --device ${device} --target=abstraction`" > for module in ${abstraction}; do > if test "x${module}" = "x$2"; then > return 0 >-- >1.8.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
gczarcinski
: review+
Actions:
View
|
Diff
Attachments on
bug 890955
:
670777
|
676998
|
786358
|
812228