Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem: [root@host-084 ~]# cman_tool nodes Node Sts Inc Joined Name 1 M 8 2015-04-08 15:49:57 host-084 2 M 8 2015-04-08 15:49:57 host-085 3 M 12 2015-04-08 15:49:57 host-086 # read_only_volume_list set on all three nodes in the cluster [root@host-084 ~]# grep read_only_volume_list /etc/lvm/lvm.conf # If read_only_volume_list is defined, each LV that is to be activated # read_only_volume_list = [ "vg1", "vg2/lvol1", "@tag1", "@*" ] read_only_volume_list = [ "@RO" ] [root@host-084 ~]# vgs VG #PV #LV #SN Attr VSize VFree test 8 0 0 wz--nc 100.00g 100.00g [root@host-084 ~]# lvcreate -n linear -L 300M --addtag RO test Logical volume "linear" created. [root@host-084 ~]# lvs -a -o +devices,lv_tags LV VG Attr LSize Devices LV Tags linear test -wi-a----- 300.00m /dev/sda1(0) RO [root@host-084 ~]# lvchange -an test/linear [root@host-084 ~]# lvchange -ay test/linear [root@host-084 ~]# lvs -a -o +devices,lv_tags LV VG Attr LSize Devices LV Tags linear test -wi-a----- 300.00m /dev/sda1(0) RO Version-Release number of selected component (if applicable): 2.6.32-550.el6.x86_64 lvm2-2.02.118-1.el6 BUILT: Tue Mar 24 08:25:21 CDT 2015 lvm2-libs-2.02.118-1.el6 BUILT: Tue Mar 24 08:25:21 CDT 2015 lvm2-cluster-2.02.118-1.el6 BUILT: Tue Mar 24 08:25:21 CDT 2015 udev-147-2.61.el6 BUILT: Mon Mar 2 05:08:11 CST 2015 device-mapper-1.02.95-1.el6 BUILT: Tue Mar 24 08:25:21 CDT 2015 device-mapper-libs-1.02.95-1.el6 BUILT: Tue Mar 24 08:25:21 CDT 2015 device-mapper-event-1.02.95-1.el6 BUILT: Tue Mar 24 08:25:21 CDT 2015 device-mapper-event-libs-1.02.95-1.el6 BUILT: Tue Mar 24 08:25:21 CDT 2015 device-mapper-persistent-data-0.3.2-1.el6 BUILT: Fri Apr 4 08:43:06 CDT 2014 cmirror-2.02.118-1.el6 BUILT: Tue Mar 24 08:25:21 CDT 2015 How reproducible: Everytime