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 1339705 - ceph-disk prepare: Error: partprobe /dev/vdb failed : Error: Error informing the kernel about modifications to partition /dev/vdb1 -- Device or resource busy.
Summary: ceph-disk prepare: Error: partprobe /dev/vdb failed : Error: Error informing ...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: parted
Version: 7.3
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: rc
: ---
Assignee: Brian Lane
QA Contact: Release Test Team
URL:
Whiteboard:
: 1339675 (view as bug list)
Depends On: 1336756
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-05-25 16:29 UTC by Brian Lane
Modified: 2019-12-16 05:50 UTC (History)
10 users (show)

Fixed In Version: parted-3.1-26
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1336756
Environment:
Last Closed: 2016-11-04 00:10:45 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Ceph Project Bug Tracker 15176 0 None None None 2016-05-25 16:29:24 UTC
Red Hat Product Errata RHBA-2016:2183 0 normal SHIPPED_LIVE parted bug fix update 2016-11-03 13:17:59 UTC

Comment 1 Brian Lane 2016-05-25 16:38:48 UTC
It ends up that part of the problem here is that partprobe is open/closing the device 3 times while probing it. It should only open/close the RW fd once, like parted does, to minimize the udev BLKRRPART command that happens in response to the close.

Here's the proposed patch:

https://github.com/bcl/parted/commit/570802f5ac81a977735dbd9fc4c109387bdbc2c5

Which results in:

# strace -e open -o /dev/stdout partprobe /dev/sda | grep '"/dev/sda"'
open("/dev/sda", O_RDONLY)              = 3
open("/dev/sda", O_RDWR)                = 3

A single open/close.

This should stop udev from trying to issue a BLKRRPART in the middle of partprobe running. It doesn't remove the need for a short delay and udev settle before/after running partprobe.

Comment 2 Brian Lane 2016-05-25 17:24:45 UTC
*** Bug 1339675 has been marked as a duplicate of this bug. ***

Comment 7 Jan Stodola 2016-08-11 11:36:36 UTC
I'm not able to reproduce the issue with parted-3.1-27.el7 using the reproducer from comment 3, tested with 20000 iterations.

Moving to VERIFIED.

Comment 9 errata-xmlrpc 2016-11-04 00:10:45 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2016-2183.html


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