Bug 812039

Summary: netfs.service missing
Product: [Fedora] Fedora Reporter: Frank Ch. Eigler <fche>
Component: systemdAssignee: systemd-maint
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: johannbg, metherid, notting, plautrba, systemd-maint
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-04-12 16:04:45 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Frank Ch. Eigler 2012-04-12 15:23:22 UTC
With a new f17-branched install, it does not seem possible to
auto-mount nfs directories at boot.  netfs.service does not
appear to exist - or at least be installed, and nothing else
appears to run mount -a, so I end up having to do it by hand.

Comment 1 Frank Ch. Eigler 2012-04-12 15:26:41 UTC
% rpm -q systemd
systemd-44-4.fc17.x86_64

Comment 2 Bill Nottingham 2012-04-12 15:30:17 UTC
netfs.service missing is intentional; this should be handled without it.

What's your fstab look like? Are you using /etc/init.d/network, or NetworkManager?

Comment 3 Frank Ch. Eigler 2012-04-12 15:43:39 UTC
% grep nfs /etc/fstab
super:/home	/home	nfs	defaults 0 0

Of /etc/init.d/network / NetworkManager, the VM's using whatever's default,
NetworkManager is running.

Comment 4 Bill Nottingham 2012-04-12 15:49:52 UTC
What happens if you do:

ln -s ../NetworkManager-wait-online.service /lib/systemd/system/remote-fs-pre-target.wants/NetworkManager-wait-online.service

?

Comment 5 Frank Ch. Eigler 2012-04-12 15:59:07 UTC
After creating the appropriate directory, the ensconced symlink
appears to have done the job, thanks!

Comment 6 Bill Nottingham 2012-04-12 16:04:45 UTC
OK, marking as a duplicate. This is https://bugzilla.redhat.com/show_bug.cgi?id=787314#c9 - I'll prod the NM team a little harder about this.

*** This bug has been marked as a duplicate of bug 787314 ***