Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1728781

Summary: Network device is not configured after installation on s390x
Product: [Fedora] Fedora Reporter: Jan Stodola <jstodola>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: rawhideCC: anaconda-maint-list, dan, hannsj_uhl, jonathan, kellin, rvykydal, tstaudt, vanmeeuwen+fedora, vponcova, wwoods
Target Milestone: ---   
Target Release: ---   
Hardware: s390x   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-07-11 06:56:53 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: 467765    
Attachments:
Description Flags
dbus.log none

Description Jan Stodola 2019-07-10 17:01:42 UTC
Description of problem:
Network device on installed system is not configured with static IPv4 address used during manual installation on s390x. There is no ifcfg config file created on the installed system either:

[root@rtt8 ~]# ls /etc/sysconfig/network-scripts/ifcfg*
/etc/sysconfig/network-scripts/ifcfg-lo
[root@rtt8 ~]#

[root@rtt8 ~]# ip a
ip a  
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group defaul
t qlen 1000  
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00  
    inet 127.0.0.1/8 scope host lo  
       valid_lft forever preferred_lft forever  
    inet6 ::1/128 scope host   
       valid_lft forever preferred_lft forever  
2: enca00: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group de
fault qlen 1000  
    link/ether 02:00:00:00:05:56 brd ff:ff:ff:ff:ff:ff  
    inet6 2620:52:0:1068:49de:9539:e6ef:eb95/64 scope global dynamic noprefixroute   
       valid_lft 2591983sec preferred_lft 604783sec  
    inet6 fec0:0:a10:6f00:7112:437d:2b4a:77eb/64 scope site dynamic noprefixroute   
       valid_lft 2591983sec preferred_lft 604783sec  
    inet6 fe80::c411:f470:e555:f21b/64 scope link noprefixroute   
       valid_lft forever preferred_lft forever  
[root@rtt8 ~]# 

When running installation on x86_64 with manually entered static IPv4 configuration during the installation, an ifcfg config file is created on the installed system and the configuration is applied during boot.

Version-Release number of selected component (if applicable):
Fedora-Rawhide-20190707.n.0
anaconda 31.18-1.fc31

How reproducible:
always

Steps to Reproduce:
1. Run installation of rawhide on s390x
2. Reboot into installed system

Actual results:
Network device is available, but has no IPv4 address assigned

Expected results:
Network is up, with IPv4 address assigned

Comment 2 Jan Stodola 2019-07-10 17:03:39 UTC
Created attachment 1589161 [details]
dbus.log

Comment 7 Radek Vykydal 2019-07-11 06:56:15 UTC
Seems to be the same issue as bug 1727904 (caused by switching to NM in initramfs). Can we mark this one as a duplicate?

Comment 8 Radek Vykydal 2019-07-11 06:56:53 UTC

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