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 611775 Details for
Bug 856209
Use vgchange -aay in rc.sysinit and netfs init script
[?]
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]
lvm patch
lvm.patch (text/plain), 1.33 KB, created by
Lukáš Nykrýn
on 2012-09-11 14:07:31 UTC
(
hide
)
Description:
lvm patch
Filename:
MIME Type:
Creator:
Lukáš Nykrýn
Created:
2012-09-11 14:07:31 UTC
Size:
1.33 KB
patch
obsolete
>diff --git a/initscripts.spec b/initscripts.spec >index a24e469..cdcd706 100644 >--- a/initscripts.spec >+++ b/initscripts.spec >@@ -36,7 +36,7 @@ Conflicts: xorg-x11, glib2 < 2.11.1-2 > Conflicts: alsa-utils < 1.0.18 > Conflicts: plymouth < 0.8.3-9 > Conflicts: s390utils < 2:1.8.2-11 >-Conflicts: dmraid < 1.0.0.rc16-7, lvm2 < 2.02.65 >+Conflicts: dmraid < 1.0.0.rc16-7, lvm2 < 2.02.97-2 > Conflicts: e2fsprogs < 1.15 > # http://bugzilla.redhat.com/show_bug.cgi?id=252973 > Conflicts: nut < 2.2.0 >diff --git a/rc.d/init.d/netfs b/rc.d/init.d/netfs >index 2b5dd84..8178412 100755 >--- a/rc.d/init.d/netfs >+++ b/rc.d/init.d/netfs >@@ -55,7 +55,7 @@ case "$1" in > fi > if [ -x /sbin/lvm ]; then > if /sbin/lvm vgscan > /dev/null 2>&1 ; then >- action $"Setting up Logical Volume Management:" /sbin/lvm vgchange -a y >+ action $"Setting up Logical Volume Management:" /sbin/lvm vgchange -a ay > fi > fi > >diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit >index 65c3858..37beba7 100755 >--- a/rc.d/rc.sysinit >+++ b/rc.d/rc.sysinit >@@ -198,7 +198,7 @@ fi > [ -r /proc/mdstat -a -r /dev/md/md-device-map ] && /sbin/mdadm -IRs > > if [ -x /sbin/lvm ]; then >- action $"Setting up Logical Volume Management:" /sbin/lvm vgchange -a y --sysinit >+ action $"Setting up Logical Volume Management:" /sbin/lvm vgchange -a ay --sysinit > fi > > if [ -f /etc/crypttab ]; then
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 856209
: 611775