[Bug 854172] New: network:ha-clustering:Factory/ha-cluster-bootstrap: unable to detect IP address for eth0
https://bugzilla.novell.com/show_bug.cgi?id=854172 https://bugzilla.novell.com/show_bug.cgi?id=854172#c0 Summary: network:ha-clustering:Factory/ha-cluster-bootstrap: unable to detect IP address for eth0 Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Minor Priority: P5 - None Component: 3rd party software AssignedTo: lmb@suse.com ReportedBy: rbrown@suse.com QAContact: opensuse-communityscreening@forge.provo.novell.com CC: tserong@suse.com Found By: --- Blocker: --- the various scripts in ha-cluster-bootstrap currently look at eth0 to try and find a 'best guess' to suggest for the network addresses to bind to/use This approach will never work in openSUSE 13.1 and later as we're now using versions of systemd/udev with 'Persistent Network Interface Names' http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterface... Perhaps a 'better' approach would be to try and enumerate a better guess by looking at the routing table, or forgetting about the suggested IP addresses all together? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=854172 https://bugzilla.novell.com/show_bug.cgi?id=854172#c Lars Marowsky-Bree <lmb@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium CC| |lmb@suse.com AssignedTo|lmb@suse.com |kgronlund@suse.com Severity|Minor |Normal -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=854172 https://bugzilla.novell.com/show_bug.cgi?id=854172#c1 --- Comment #1 from Kristoffer Gronlund <kgronlund@suse.com> 2013-12-08 22:40:37 UTC --- Yes, this is a problem. For the bootstrap scripts, I think looking at the routing table could be a viable solution, but perhaps the right way to do this is just not to guess. Especially since cluster machines are somewhat likely to have multiple interfaces anyway... I have been working / thinking about a slightly different approach to the bootstrapping issue to be included in crm shell. There, my hope is to support all possible configurations, including multiple interfaces, multicast instead of unicast configuration, etc. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=854172 https://bugzilla.novell.com/show_bug.cgi?id=854172#c Kristoffer Gronlund <kgronlund@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=854172 https://bugzilla.novell.com/show_bug.cgi?id=854172#c2 --- Comment #2 from Kristoffer Gronlund <kgronlund@suse.com> 2014-02-22 20:53:07 UTC --- Pull request with possible fix submitted upstream / to Tim. https://github.com/tserong/sleha-bootstrap/pull/10 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=854172 https://bugzilla.novell.com/show_bug.cgi?id=854172#c3 --- Comment #3 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-02-28 07:00:12 CET --- This is an autogenerated message for OBS integration: This bug (854172) was mentioned in https://build.opensuse.org/request/show/224177 Factory / ha-cluster-bootstrap -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=854172 https://bugzilla.novell.com/show_bug.cgi?id=854172#c5 Richard Brown <rbrown@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |FIXED --- Comment #5 from Richard Brown <rbrown@suse.com> 2014-03-07 16:24:21 UTC --- Closing as bug appears to be fixed in Beta 2 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=854172 https://bugzilla.novell.com/show_bug.cgi?id=854172#c Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:running:57861:low -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=854172 https://bugzilla.novell.com/show_bug.cgi?id=854172#c6 Vit Pelcak <vpelcak@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vpelcak@suse.com --- Comment #6 from Vit Pelcak <vpelcak@suse.com> 2014-07-18 14:04:30 UTC --- I am not sure if I can reproduce this bug for sle11. Maybe by changing udev rules? But I don't have much experience with it. Can I ask you for help here? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=854172 https://bugzilla.novell.com/show_bug.cgi?id=854172#c7 --- Comment #7 from Tim Serong <tserong@suse.com> 2014-07-24 06:54:57 UTC --- Try editing /etc/udev/rules.d/70-persistent-net.rules - find the line that says NAME="eth0" at the end, change it to NAME="eth1" (or whatever), then reboot. You should no longer have an eth0. Alternately, get a system with two NICs, and make sure eth0 isn't configured, but eth1 is. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=854172 https://bugzilla.novell.com/show_bug.cgi?id=854172#c Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:57861:low |maint:running:57861:low | |maint:released:sle11-sp3:58 | |114 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=854172 https://bugzilla.novell.com/show_bug.cgi?id=854172#c Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:57861:low |maint:released:sle11-sp3:58 |maint:released:sle11-sp3:58 |114 |114 | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=854172 https://bugzilla.novell.com/show_bug.cgi?id=854172#c8 --- Comment #8 from Swamp Workflow Management <swamp@suse.de> 2014-08-13 12:44:53 UTC --- SUSE-RU-2014:0995-1: An update that has 48 recommended fixes can now be installed. Category: recommended (low) Bug References: 695440,804763,821124,845525,846449,847005,850589,851990,853345,854039,854050,854172,854423,856135,856353,858721,859683,860169,862319,862383,862572,863071,863527,865260,866618,867039,867048,868986,870696,871098,871175,872287,872290,872655,873970,877484,877640,878128,878362,878597,878662,879034,879934,880258,880520,881321,881884,884079 CVE References: Sources used: SUSE Linux Enterprise Software Development Kit 11 SP3 (src): libqb-0.17.0-0.7.6 SUSE Linux Enterprise High Availability Extension 11 SP3 (src): cluster-glue-1.0.11-0.23.1, corosync-1.4.7-0.19.6, crmsh-1.2.6-0.35.11, hawk-0.6.3-0.18.10, libqb-0.17.0-0.7.6, openais-1.1.4-5.19.7, pacemaker-1.1.11-0.7.53, pacemaker-mgmt-2.1.2-0.15.12, resource-agents-3.9.5-0.34.57, sleha-bootstrap-0.3-0.28.6 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com