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 907353 Details for
Bug 1107834
regression test for /boot on LVMlv missing
[?]
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]
add regression tests to verify that grubby supports /boot on LVMlv
0006-regression-test-to-verify-that-boot-on-LVMlv-support.patch (text/plain), 2.67 KB, created by
Gene Czarcinski
on 2014-06-10 18:26:45 UTC
(
hide
)
Description:
add regression tests to verify that grubby supports /boot on LVMlv
Filename:
MIME Type:
Creator:
Gene Czarcinski
Created:
2014-06-10 18:26:45 UTC
Size:
2.67 KB
patch
obsolete
>From 74fbb6f50421a7d45223ecafbe6cc555c33c36d0 Mon Sep 17 00:00:00 2001 >From: Gene Czarcinski <gczarcinski@gmail.com> >Date: Tue, 10 Jun 2014 14:16:36 -0400 >Subject: [PATCH 6/6] regression test to verify that boot on LVMlv supported >Content-Type: text/plain; charset="utf-8" >Content-Transfer-Encoding: 8bit > >With grub2-2.02 /boot on an LVMlv as well as /boot as a directory >and rootrf on a LVMlv is supported. These tests verify that >grubby supports the configurations. >--- > test.sh | 36 ++++++++++++++++++++++++++++++++++++ > 1 file changed, 36 insertions(+) > >diff --git a/test.sh b/test.sh >index d98368b..955a112 100755 >--- a/test.sh >+++ b/test.sh >@@ -620,6 +620,7 @@ if [ "$testgrub2" == "y" ]; then > grub2Test grub2.11 add/g2-1.11 --update-kernel=/boot/new-kernel.img \ > --initrd=/boot/new-initrd --boot-filesystem=/boot/ > >+ ### /boot on btrfs ### > testing="GRUB2 add kernel with boot on btrfs subvol" > grub2Test grub2.15 add/g2-1.15 --add-kernel=/boot/new-kernel.img \ > --title='title' \ >@@ -653,6 +654,41 @@ if [ "$testgrub2" == "y" ]; then > --initrd=/boot/new-initrd \ > --boot-filesystem= \ > --copy-default >+ >+ ### /boot on LVMlv ### >+ testing="GRUB2 add kernel with boot on LVMlv" >+ grub2Test grub2.21 add/g2-1.21 --add-kernel=/boot/new-kernel.img \ >+ --title='title' \ >+ --boot-filesystem=/boot/ \ >+ --copy-default >+ >+ testing="GRUB2 add initrd with boot on LVMlv" >+ grub2Test grub2.22 add/g2-1.22 --update-kernel=/boot/new-kernel.img \ >+ --initrd=/boot/new-initrd --boot-filesystem=/boot/ >+ >+ testing="GRUB2 add kernel with rootfs on LVMlv and boot directory" >+ grub2Test grub2.23 add/g2-1.23 --add-kernel=/boot/new-kernel.img \ >+ --title='title' \ >+ --boot-filesystem= \ >+ --copy-default >+ >+ testing="GRUB2 add initrd with rootfs on LVMlv and boot directory" >+ grub2Test grub2.24 add/g2-1.24 --update-kernel=/boot/new-kernel.img \ >+ --initrd=/boot/new-initrd --boot-filesystem= >+ >+ testing="GRUB2 add kernel and initrd with boot on LVMlv" >+ grub2Test grub2.25 add/g2-1.25 --add-kernel=/boot/new-kernel.img \ >+ --title='title' \ >+ --initrd=/boot/new-initrd \ >+ --boot-filesystem=/boot/ \ >+ --copy-default >+ >+ testing="GRUB2 add kernel and initrd with rootfs on LVMlv and boot directory" >+ grub2Test grub2.26 add/g2-1.26 --add-kernel=/boot/new-kernel.img \ >+ --title='title' \ >+ --initrd=/boot/new-initrd \ >+ --boot-filesystem= \ >+ --copy-default > fi > fi > >-- >1.9.3 >
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
Actions:
View
|
Diff
Attachments on
bug 1107834
: 907353