Bug 1378518
Summary: | Persistent names are not used for disk devices in fstab and zipl.conf on s390x | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jan Stodola <jstodola> | ||||||||
Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | high | Docs Contact: | |||||||||
Priority: | high | ||||||||||
Version: | 25 | CC: | anaconda-maint-list, g.kaviyarasu, jonathan, mkolman, vanmeeuwen+fedora | ||||||||
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: | 2016-10-13 12:14:10 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, 1378351 | ||||||||||
Attachments: |
|
Description
Jan Stodola
2016-09-22 15:43:40 UTC
Created attachment 1203822 [details]
storage.log
Created attachment 1203827 [details]
fstab
Created attachment 1203838 [details]
zipl.conf
Retested on compose Fedora-25-20161007.0 with updates=http://fedora.danny.cz/s390/updates-1378338.img and I cannot reproduce it any longer: [root@rtt7 ~]# cat /proc/cmdline root=/dev/disk/by-path/ccw-0.0.3027-part1 rd.dasd=0.0.3027 rd.dasd=0.0.3127 rd.dasd=0.0.3527 cio_ignore=all,!condev rd.znet=qeth,0.0.0a00,0.0.0a01,0.0.0a02,layer2=1,portno=0 LANG=en_US.UTF-8 BOOT_IMAGE=0 [root@rtt7 ~]# cat /etc/fstab # # /etc/fstab # Created by anaconda on Thu Oct 13 09:59:43 2016 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # /dev/disk/by-path/ccw-0.0.3027-part1 / xfs defaults 0 0 /dev/disk/by-path/ccw-0.0.3127-part1 /boot ext4 defaults 1 2 /dev/disk/by-path/ccw-0.0.3527-part1 swap swap defaults 0 0 [root@rtt7 ~]# So, I'm closing this bug for now. |