Red Hat Bugzilla – 1753865 – Start nfs-blkmap.service without blocklayoutdriver warn as blkmapd: open pipe file /var/lib/nfs/rpc_pipefs/nfs/blocklayout failed: No such file or directory
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.
Start nfs-blkmap.service without blocklayoutdriver warn as blkmapd: open pipe file /var/lib/nfs/rpc_pipefs/nfs/blocklayout failed: No such file or directory
Description of problem:
As rhel7 Bug 1563319 says, the NFS client should be able to automatically load module "blocklayoutdriver".
But seems there is always a blkmapd warning after starting nfs-blkmap.service:
"""
blkmapd[43744]: open pipe file /var/lib/nfs/rpc_pipefs/nfs/blocklayout failed: No such file or directory
"""
However, it doesn't affect the following function.
I'm not sure whether this is a real bug. But in the future may receive some complain as more customers using this scenario.
Version-Release number of selected component (if applicable):
nfs-utils-1.3.0-0.65.el7
How reproducible:
always
Steps to Reproduce:
1. modprobe -r blocklayoutdriver
2. systemctl restart nfs-blkmap.service
3. systemctl status nfs-blkmap.service
Actual results:
[05:51:28 root@ ~~]# lsmod | grep blocklayoutdriver
[05:51:28 root@ ~~]# service nfs-blkmap restart
Redirecting to /bin/systemctl restart nfs-blkmap.service
[05:51:28 root@ ~~]# service nfs-blkmap status
Redirecting to /bin/systemctl status nfs-blkmap.service
* nfs-blkmap.service - pNFS block layout mapping daemon
Loaded: loaded (/usr/lib/systemd/system/nfs-blkmap.service; disabled; vendor preset: disabled)
Active: active (running) since Mon 2019-09-16 05:51:28 IDT; 43ms ago
Process: 12014 ExecStart=/usr/sbin/blkmapd $BLKMAPDARGS (code=exited, status=0/SUCCESS)
Main PID: 12015 (blkmapd)
CGroup: /system.slice/nfs-blkmap.service
`-12015 /usr/sbin/blkmapd
Sep 16 05:51:28 kvm-01-guest05.rhts.eng.tlv.redhat.com systemd[1]: Starting pNFS block layout mapping daemon...
Sep 16 05:51:28 kvm-01-guest05.rhts.eng.tlv.redhat.com blkmapd[12015]: open pipe file /var/lib/nfs/rpc_pipefs/nfs/blocklayout failed: No such file or directory <<<<<<<<<<<<<<<<<<
Sep 16 05:51:28 kvm-01-guest05.rhts.eng.tlv.redhat.com systemd[1]: Started pNFS block layout mapping daemon.
Expected results:
No warning
Additional info:
RHEL8 also has this problem.
Comment 4RHEL Program Management
2021-03-20 07:30:45 UTC
After evaluating this issue, there are no plans to address it further or fix it in an upcoming release. Therefore, it is being closed. If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened.