Bug 889887
Summary: | please add a small timeout in netinstall images for INSTALLATION SOURCE that permits one to override the 'closest mirror' selection (and the long wait it might imply) | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Reartes Guillermo <rtguille> | |
Component: | anaconda | Assignee: | Chris Lumens <clumens> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | medium | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 18 | CC: | awilliam, g.kaviyarasu, jonathan, maurizio.antillon, sbueno, vanmeeuwen+fedora | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | anaconda-19.6-1 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1045205 (view as bug list) | Environment: | ||
Last Closed: | 2013-05-11 06:33:13 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: | 1045205 |
Description
Reartes Guillermo
2012-12-23 20:47:45 UTC
I do somewhat agree, given that we've got this shiny installation source UI that we then don't really let you use. On the other hand, our threading/spoke stuff doesn't really work in this direction. Threads can wait on other things to be completed but there's not really any way to stop a thread when you enter a spoke. So, I think implementation of this would be very difficult. Would you settle for a check for the old "askmethod" command line parameter and not immediately fire up the mirror checking stuff if that parameter exists? > Would you settle for a check for the old "askmethod" command line parameter
> and not immediately fire up the mirror checking stuff if that parameter exists?
I have no objection for such proposal.
The current workaround (Fedora Release NetInstall ISO) is:
1. Start Anaconda and reach the MAIN HUB
2. Enter NETWORK CONFGURATION and 'disable' the Network
3. Wait for INSTALLATION SOURCE to be back in 'Nothing Selected'
4. Enter NETWORK CONFGURATION and 'enable' the Network
5. Enter INSTALLATION SOURCE and now select NFS or other.
In my test (KVM Guest) it works, but i don't know if this workaround
do work with all network cards at them moment. (It should but there
could be bugs).
Since this workaround is somewhat simple, maybe it should be documented
as the default way of aborting the automatic selection of closest mirror
by Anaconda for NetInstall Images. In that case, nothing new is needed.
Cheers.
Tested with F19 Beta TC3. The askmethod behaviour described in c#1 has been added. It works, though it's somewhat ugly: it leaves the Installation Source spoke in an 'error' condition. But it works. Note, Reartes took the testing further than me, and found that if you actually try to complete an install with the new parameter, it fails: https://bugzilla.redhat.com/show_bug.cgi?id=962098 . There parameter 'askmethod', it is still not usable due to the issue in comment #3. Re-Tested with F19b RC4 (19.30-1) How do you mean 'not usable'? It does what it's meant to do: lets you go into the spoke immediately. I wouldn't call that 'not usable'. |