Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 326086 Details for
Bug 437714
sys-fs/lvm2-2.02.97-r1 init stop fails to deactivated lvs and vgs on shutdown
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch to fix issue
t (text/plain), 974 bytes, created by
Norman Back
on 2012-10-09 13:47:58 UTC
(
hide
)
Description:
proposed patch to fix issue
Filename:
MIME Type:
Creator:
Norman Back
Created:
2012-10-09 13:47:58 UTC
Size:
974 bytes
patch
obsolete
>--- lvm.rc-2.02.95-r2 2012-05-27 08:05:22.000000000 +0100 >+++ /etc/init.d/lvm 2012-10-09 12:27:19.929089534 +0100 >@@ -73,7 +73,7 @@ > einfo "Shutting down the Logical Volume Manager" > > >- VGS=$($lvm_path vgs --config "${config}" -o vg_name --noheadings --nosuffix 2> /dev/null) >+ VGS=$($lvm_path vgs --config "${config}" -o vg_name --noheadings --nosuffix --rows 2> /dev/null) > > if [ "$VGS" ] > then >@@ -83,8 +83,8 @@ > # Extra PV find pass because some devices might not have been available until very recently > lvm_commands="${lvm_commands}lvchange --sysinit -a ln ${VGS}\n" > # Now make the nodes >- lvm_commands="${lvm_commands}vgchange --sysinit -a ln\n" >+ lvm_commands="${lvm_commands}vgchange --sysinit -a ln ${VGS}\n" > # Order of this is important, have to work around dash and LVM readline > printf "%b\n" "${lvm_commands}" | $lvm_path /proc/self/fd/0 --config "${config}" >/dev/null > eend $? "Failed" > fi
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 437714
: 326086 |
371228