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 1301073 - DM_MULTIPATH_TIMESTAMP among udev properties when device is no longer multipathed
Summary: DM_MULTIPATH_TIMESTAMP among udev properties when device is no longer multipa...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: device-mapper-multipath
Version: 7.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: LVM and device-mapper development team
QA Contact: Lin Li
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-22 14:19 UTC by mulhern
Modified: 2021-09-03 12:03 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-02-12 04:16:02 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description mulhern 2016-01-22 14:19:28 UTC
Description of problem:

This value hangs around in a device's udev properties even when device is no longer multipathed. Other DM_MULTIPATH_* values disappear.

Version-Release number of selected component (if applicable):

Name        : device-mapper-multipath
Arch        : x86_64
Version     : 0.4.9
Release     : 85.el7
Size        : 178 k
Repo        : installed
From repo   : RHEL-7

How reproducible:

Seems consistent.

Steps to Reproduce:
1. Remove some multipath devices from a group.
2. Use udevadm to list their udev properties.
3. Notice that DM_MULTIPATH_TIMESTAMP remains even while other DM_MULTIPATH_* properties are gone.

Actual results:

DM_MULTIPATH_TIMESTAMP remains, other DM_MULTIPATH_* properties gone.

Expected results:

I was a little surprised to see any DM_MULTIPATH_* properties remaining for the device.

Additional info:

This may be quite deliberate, but even a reboot doesn't seem to clear it.

Comment 2 Ben Marzinski 2016-02-12 04:16:02 UTC
DM_MULTIPATH_TIMESTAMP will always be there when multipathing is enabled and multipathd is running.  It's purpose it to cut down on how often multipath has to check if a device is a multipath path.  This can take a bit of time, so we don't want to check on every change event.  Instead, multipathd updates a timestamp whenever a new path device is discovered for the first time, or the configuration file is reloaded.  When a change event happens, the device checks its existing timestamp value against the current one, and if it has changed, multipath will recheck the path.


Note You need to log in before you can comment on or make changes to this bug.