[Bug 1907141] Re: blkmapd: open pipe file /run/rpc_pipefs/nfs/blocklayout failed: No such file or directory
Thomas Debesse
1907141 at bugs.launchpad.net
Mon Sep 19 17:34:00 UTC 2022
In fact the modprobe only workarounds one problem, the service is still
failing.
Before `modprobe blocklayoutdriver`, I got that:
```
Starting pNFS block layout mapping daemon...
open pipe file /run/rpc_pipefs/nfs/blocklayout failed: No such file or directory
Started pNFS block layout mapping daemon.
nfs-blkmap.service: Main process exited, code=killed, status=6/ABRT
nfs-blkmap.service: Failed with result 'signal'.
```
After, I get that:
```
Starting pNFS block layout mapping daemon...
nfs-blkmap.service: Can't open PID file /run/blkmapd.pid (yet?) after start: Operation not permitted
Started pNFS block layout mapping daemon.
nfs-blkmap.service: Main process exited, code=killed, status=6/ABRT
nfs-blkmap.service: Failed with result 'protocol'.
```
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to nfs-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1907141
Title:
blkmapd: open pipe file /run/rpc_pipefs/nfs/blocklayout failed: No
such file or directory
Status in nfs-utils package in Ubuntu:
Confirmed
Status in nfs-utils package in Debian:
New
Bug description:
for a long time I have seen such an error in the boot log
Dec 07 21:00:07 homl blkmapd[267]: open pipe file
/run/rpc_pipefs/nfs/blocklayout failed: No such file or directory
while the NFS works without problems
recently found a solution to this error
https://bugzilla.redhat.com/show_bug.cgi?id=1753870
add kernel module pre-load to the unit
# /etc/systemd/system/nfs-blkmap.service.d/override.conf
[Service]
ExecStartPre=/usr/sbin/modprobe blocklayoutdriver
and the next time the system boots this error did not appear
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1907141/+subscriptions
More information about the foundations-bugs
mailing list