FS#41012 - [nfs-utils] error starting nfs-blkmap.service
Attached to Project:
Arch Linux
Opened by Sebastiaan Lokhorst (lonaowna) - Friday, 27 June 2014, 18:48 GMT
Last edited by Tobias Powalowski (tpowa) - Tuesday, 09 September 2014, 13:07 GMT
Opened by Sebastiaan Lokhorst (lonaowna) - Friday, 27 June 2014, 18:48 GMT
Last edited by Tobias Powalowski (tpowa) - Tuesday, 09 September 2014, 13:07 GMT
|
Details
When I start nfs-client.target, I get the following error in
the journal:
Dependency failed for pNFS block layout mapping daemon. Despite of this error, nfs-client.target seems to start fine anyway. (everything works as expected) It looks like this error was introduced with nfs-utils 1.3.0. I am currently running 1.3.0-2. |
This task depends upon
Closed by Tobias Powalowski (tpowa)
Tuesday, 09 September 2014, 13:07 GMT
Reason for closing: Not a bug
Tuesday, 09 September 2014, 13:07 GMT
Reason for closing: Not a bug
The blkmapd daemon performs device discovery and mapping for the parallel NFS (pNFS) block layout client [RFC5663]
However, even when I do not need it, I think an error like this is ugly and should be handled better. This is the only red and bold error in my entire journal, from boot to shutdown.
On a side note, if I would want to use blkmapd, how would I use it? Right now it fails with "open pipe file /var/lib/nfs/rpc_pipefs/nfs/blocklayout failed: No such file or directory".
nfs-server.service
If enabled, nfs service is started together with dependencies
such as mountd, statd, rpc.idmapd
This is a "service" file rather than a "target" (which is the
normal grouping construct) so that
systemctl start nfs-server
can work (if no type is given, ".service" is assumed).
nfs-client.target
If enabled, daemons needs for an nfs client are enabled.
This does *not* include rpc.statd. the rpc-statd.service unit
is started by /usr/sbin/start-statd which mount.nfs will run
if statd is needed.
nfs-blkmap.target
If enabled, then blkmapd will be run when nfs-client.target is
started.
Check your /etc/systemd/system/multi-user directory if you have it enabled.
I guess this can be closed. Thanks again for the explanation!