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 316849 Details for
Bug 462452
RHEL4 HA LVM setup check error messages not being fully displayed
[?]
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]
Patch that fixes issue
lvm.sh.patch (text/plain), 1.43 KB, created by
Shane Bradley
on 2008-09-16 13:24:44 UTC
(
hide
)
Description:
Patch that fixes issue
Filename:
MIME Type:
Creator:
Shane Bradley
Created:
2008-09-16 13:24:44 UTC
Size:
1.43 KB
patch
obsolete
>--- /root/software/rgmanager-1.9.80/usr/share/cluster/lvm.sh 2008-05-29 04:55:24.000000000 +1000 >+++ lvm.sh 2008-08-28 13:16:28.000000000 +1000 >@@ -60,7 +60,7 @@ > ## > if ! lvm dumpconfig activation/volume_list >& /dev/null; then > ocf_log err "HA LVM: Improper setup detected" >- ocf_log err "- \"volume_list\" not specified in lvm.conf." >+ ocf_log err "\"volume_list\" not specified in lvm.conf." > return $OCF_ERR_GENERIC > fi > >@@ -70,7 +70,7 @@ > ## > if ! lvm dumpconfig activation/volume_list | grep $(local_node_name); then > ocf_log err "HA LVM: Improper setup detected" >- ocf_log err "- @$(local_node_name) missing from \"volume_list\" in lvm.conf" >+ ocf_log err "@$(local_node_name) missing from \"volume_list\" in lvm.conf" > return $OCF_ERR_GENERIC > fi > >@@ -81,7 +81,7 @@ > ## > if lvm dumpconfig activation/volume_list | grep $OCF_RESKEY_vg_name; then > ocf_log err "HA LVM: Improper setup detected" >- ocf_log err "- $OCF_RESKEY_vg_name found in \"volume_list\" in lvm.conf" >+ ocf_log err "$OCF_RESKEY_vg_name found in \"volume_list\" in lvm.conf" > return $OCF_ERR_GENERIC > fi > >@@ -93,7 +93,7 @@ > # Fixme: we might be able to perform a better check... > if [ "$(find /boot/*.img -newer /etc/lvm/lvm.conf)" == "" ]; then > ocf_log err "HA LVM: Improper setup detected" >- ocf_log err "- initrd image needs to be newer than lvm.conf" >+ ocf_log err "initrd image needs to be newer than lvm.conf" > return $OCF_ERR_GENERIC > 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 462452
:
316849