Bug 742593 - add module alias rpc_pipefs -> sunrpc
Summary: add module alias rpc_pipefs -> sunrpc
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: nfs-utils
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Steve Dickson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-09-30 17:01 UTC by Jeff Layton
Modified: 2011-11-17 13:17 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-11-17 13:17:33 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jeff Layton 2011-09-30 17:01:12 UTC
I noticed on my rawhide VM that rpc.idmapd was almost never getting started at boot time.

The problem seems to be that systemd was trying to start it very early in the boot process, before any of the other nfs services were started, and sunrpc.ko was not plugged in yet.

When this happens, rpc_pipefs has not been registered as a filesystem yet so the mount attempt of it fails. I was able to fix this by adding /etc/modprobe.d/sunrpc.conf with the following contents:

alias rpc_pipefs sunrpc

...with that, the nfs-idmap service seems to start correctly. I suggest that we ship a similar file as part of nfs-utils for now.

There's an upstream patch to add this alias internally to the sunrpc module, that Bruce is going to push for 3.2. That should eventually make this file unnecessary but it should be harmless even with that in place.

Comment 1 Jeff Layton 2011-09-30 17:09:36 UTC
cc'ing JCM...

John, does this look like the right thing to do for now?

Comment 2 Steve Dickson 2011-11-17 13:17:33 UTC
The "alias rpc_pipefs sunrpc" now exists in /etc/modprobe.d/dist.conf


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