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 299019 Details for
Bug 438816
HA LVM: lvm_by_vg.sh is stripping tags from all the VGs and not from only the configured one.
[?]
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]
Fix described problem in lvm_by_vg.sh
lvm_by_vg_strip_tags_only_from_the_assigned_vg.patch (text/plain), 655 bytes, created by
Simone Gotti
on 2008-03-25 13:35:19 UTC
(
hide
)
Description:
Fix described problem in lvm_by_vg.sh
Filename:
MIME Type:
Creator:
Simone Gotti
Created:
2008-03-25 13:35:19 UTC
Size:
655 bytes
patch
obsolete
>diff --git a/rgmanager/src/resources/lvm_by_vg.sh b/rgmanager/src/resources/lvm_by_vg.sh >index e97f9b9..b1840a1 100755 >--- a/rgmanager/src/resources/lvm_by_vg.sh >+++ b/rgmanager/src/resources/lvm_by_vg.sh >@@ -56,7 +56,7 @@ function strip_tags > > for i in `vgs --noheadings -o tags $OCF_RESKEY_vg_name | sed s/","/" "/g`; do > ocf_log info "Stripping tag, $i" >- vgchange --deltag $i >+ vgchange --deltag $i $OCF_RESKEY_vg_name > done > > if [ ! -z `vgs -o tags --noheadings $OCF_RESKEY_vg_name` ]; then >@@ -93,6 +93,7 @@ function vg_status > local i > local dev > local readdev >+ local my_name=$(local_node_name) > > # > # Check that all LVs are active
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 438816
: 299019