Bug 968023
Summary: | NFSv3 mount of installation repository fails unless 'nolock' option is passed | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Adam Williamson <awilliam> | ||||||||
Component: | anaconda | Assignee: | Chris Lumens <clumens> | ||||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | high | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | 19 | CC: | anaconda-maint-list, clumens, dshea, g.kaviyarasu, jonathan, mkolman, orion, sbueno, vanmeeuwen+fedora | ||||||||
Target Milestone: | --- | Keywords: | CommonBugs | ||||||||
Target Release: | --- | ||||||||||
Hardware: | All | ||||||||||
OS: | All | ||||||||||
Whiteboard: | AcceptedFreezeException https://fedoraproject.org/wiki/Common_F19_bugs#nfsv3-nolock-fail | ||||||||||
Fixed In Version: | anaconda-19.30.3-1.fc19 | Doc Type: | Bug Fix | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2013-06-12 03:39:01 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: | |||||||||||
Bug Depends On: | |||||||||||
Bug Blocks: | 834091 | ||||||||||
Attachments: |
|
Description
Adam Williamson
2013-05-28 19:41:12 UTC
Nominating as final FE as anaconda has their 'freeze' in place; if we change this it would be beneficial to do it for F19 final. https://lists.fedorahosted.org/pipermail/anaconda-patches/2013-May/004028.html should fix this, but was not yet ack'ed and committed. I will test it with an updates.img . http://www.happyassassin.net/extras/updates-968023.img (including clumens' patch from c#2) fixes this for me. also confirmed that NFSv4 mounts still work fine with the update in place. Discussed at 2013-05-30 freeze exception review meeting: http://meetbot.fedoraproject.org/fedora-blocker-review/2013-05-30/f19final-blocker-review-1.1.2013-05-30-16.02.log.txt . Accepted as a freeze exception issue as this will significantly complicate the use of NFS repos in Final if not fixed. The patch for this has been stuck in review since May 3, it looks like: https://lists.fedorahosted.org/pipermail/anaconda-patches/2013-May/004032.html was the last message in the thread, Brian never followed up after that. Chris, do you maybe want to give this one a kick to get it reviewed and applied? It'd be really good to have this one fixed soon. anaconda-19.30.3-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/anaconda-19.30.3-1.fc19 Package anaconda-19.30.3-1.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing anaconda-19.30.3-1.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-10283/anaconda-19.30.3-1.fc19 then log in and leave karma (feedback). Something appears to have broken mounting nfs4 mounts for me with 19.30.3, perhaps this fix broke it. In my ks %post I'm now getting: # Make sure the rpc_pipefs filesystem is available for rpc.idmapd /bin/mount -t rpc_pipefs sunrpc /var/lib/nfs/rpc_pipefs + /bin/mount -t rpc_pipefs sunrpc /var/lib/nfs/rpc_pipefs # Start rpc.idmapd for nfs4 rpc.idmapd -v + rpc.idmapd -v rpc.idmapd: libnfsidmap: using (default) domain: cora.nwra.com rpc.idmapd: libnfsidmap: Realms list: 'CORA.NWRA.COM' rpc.idmapd: libnfsidmap: loaded plugin /lib64/libnfsidmap/nsswitch.so for method nsswitch + mount -v -t nfs4 saga:/backup /data/backup mount.nfs4: mount(2): No such device mount.nfs4: No such device mount.nfs4: timeout set for Fri Jun 7 14:41:50 2013 mount.nfs4: trying text-based options 'addr=10.10.10.2,clientaddr=10.10.11.103' I'm also doing a modprobe nfs in %pre. Created attachment 759407 [details]
anaconda.log
Created attachment 759408 [details]
anaconda.program.log
Created attachment 759409 [details]
syslog
Okay, today's install went fine, so hopefully no worries. I'll keep testing... anaconda-19.30.3-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |