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.

Bug 660467

Summary: pvchange refuses to atomically combine --addtag and --deltag
Product: Red Hat Enterprise Linux 6 Reporter: Corey Marthaler <cmarthal>
Component: lvm2Assignee: Alasdair Kergon <agk>
Status: CLOSED ERRATA QA Contact: Corey Marthaler <cmarthal>
Severity: medium Docs Contact:
Priority: low    
Version: 6.0CC: agk, dwysocha, heinzm, jbrassow, joe.thornber, mbroz, prajnoha, prockai
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: lvm2-2.02.82-1.el6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-05-19 14:27:12 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Corey Marthaler 2010-12-06 21:08:44 UTC
Description of problem:
This is basically bug 652186 for PVs.

[root@grant-01 ~]#  pvchange   --deltag 1 --deltag 2 --addtag 5 --addtag 6 /dev/sdb2
  Please give exactly one option of -x, -uuid, --addtag or --deltag
  Run `pvchange --help' for more information.

However, this now works with vgchange and lvchange:

[root@grant-01 ~]#  vgchange --deltag 1 --addtag 5 VG
  Volume group "VG" successfully changed

[root@grant-01 ~]#  lvchange --deltag 1 --addtag 5 VG/LV
  Logical volume "LV" changed

Version-Release number of selected component (if applicable):
2.6.32-71.el6.x86_64

lvm2-2.02.72-8.el6_0.3    BUILT: Fri Nov 12 10:01:34 CST 2010
lvm2-libs-2.02.72-8.el6_0.3    BUILT: Fri Nov 12 10:01:34 CST 2010
lvm2-cluster-2.02.72-8.el6_0.3    BUILT: Fri Nov 12 10:01:34 CST 2010
udev-147-2.29.el6    BUILT: Tue Aug 31 16:44:10 CDT 2010
device-mapper-1.02.53-8.el6_0.3    BUILT: Fri Nov 12 10:01:34 CST 2010
device-mapper-libs-1.02.53-8.el6_0.3    BUILT: Fri Nov 12 10:01:34 CST 2010
device-mapper-event-1.02.53-8.el6_0.3    BUILT: Fri Nov 12 10:01:34 CST 2010
device-mapper-event-libs-1.02.53-8.el6_0.3    BUILT: Fri Nov 12 10:01:34 CST 2010
cmirror-2.02.72-8.el6_0.3    BUILT: Fri Nov 12 10:01:34 CST 2010


How reproducible:
everytime

Comment 1 Alasdair Kergon 2010-12-06 21:20:13 UTC
It should cope with multiple adds OR multiple dels at the moment, just not a mixture of adds and dels.

Comment 2 Alasdair Kergon 2011-01-24 13:39:59 UTC
In 2.02.82

Comment 5 Corey Marthaler 2011-03-10 17:20:14 UTC
Fix verified in the latest rpms. However, I'm opening a bug for the goofy " 0 physical volumes not changed" message that appears now.

[root@taft-01 ~]# pvchange   --deltag 1 --deltag 2 --addtag 5 --addtag 6 /dev/sdb1
  Physical volume "/dev/sdb1" changed
  1 physical volume changed / 0 physical volumes not changed

[root@taft-01 ~]# pvs -a -o +pv_tags
  /dev/sdb1              test      lvm2 a-   135.66g 135.66g 5,6

[root@taft-01 ~]# pvchange   --deltag 5 --deltag 6 --addtag 1 --addtag 2 /dev/sdb1
  Physical volume "/dev/sdb1" changed
  1 physical volume changed / 0 physical volumes not changed

[root@taft-01 ~]# pvs -a -o +pv_tags
  /dev/sdb1              test      lvm2 a-   135.66g 135.66g 1,2


2.6.32-94.el6.x86_64

lvm2-2.02.83-2.el6    BUILT: Tue Feb  8 10:10:57 CST 2011
lvm2-libs-2.02.83-2.el6    BUILT: Tue Feb  8 10:10:57 CST 2011
lvm2-cluster-2.02.83-2.el6    BUILT: Tue Feb  8 10:10:57 CST 2011
udev-147-2.31.el6    BUILT: Wed Jan 26 05:39:15 CST 2011
device-mapper-1.02.62-2.el6    BUILT: Tue Feb  8 10:10:57 CST 2011
device-mapper-libs-1.02.62-2.el6    BUILT: Tue Feb  8 10:10:57 CST 2011
device-mapper-event-1.02.62-2.el6    BUILT: Tue Feb  8 10:10:57 CST 2011
device-mapper-event-libs-1.02.62-2.el6    BUILT: Tue Feb  8 10:10:57 CST 2011
cmirror-2.02.83-2.el6    BUILT: Tue Feb  8 10:10:57 CST 2011

Comment 6 errata-xmlrpc 2011-05-19 14:27:12 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHBA-2011-0772.html