Created attachment 1002321 [details] rdsosreport When installing Atomic Host with /boot on local disk and /root on iscsi dracut can't find the netroot. From the logs it seems that parse-nfs-root unsets the netroot value found by parse-iscsi-root. Are we hitting the issue because it is not usual to have both nfs and iscsi modules installed? The initramfs was created as part of (rawhide) tree compose by rpm-ostree tools with --no-hostonly and --add iscsi options. Normal rawhide installation works in the case, but nfs module is not in initramfs generated in installer. From the log: [ 2.454591] localhost dracut-cmdline[126]: ///lib/dracut-lib.sh@108(str_replace): echo iscsi:@10.34.102.54::3260::iqn.2009-02.com.example:rv2 [ 2.455777] localhost dracut-cmdline[126]: ///lib/dracut/hooks/cmdline/90-parse-iscsiroot.sh@96(source): netroot_enc=iscsi:@10.34.102.54::3260::iqn.2009-02.com.example:rv2 [ 2.456921] localhost dracut-cmdline[126]: ///lib/dracut/hooks/cmdline/90-parse-iscsiroot.sh@97(source): echo '[ -f '\''/tmp/iscsistarted-iscsi:@10.34.102.54::3260::iqn.2009-02.com.example:rv2'\'' ]' [ 2.457891] localhost dracut-cmdline[126]: ///lib/dracut/hooks/cmdline/90-parse-iscsiroot.sh@101(source): rootok=1 [ 2.458891] localhost dracut-cmdline[126]: ///lib/dracut/hooks/cmdline/90-parse-iscsiroot.sh@104(source): '[' -z /dev/mapper/fa_gasoline-root ']' [ 2.459879] localhost dracut-cmdline[126]: /lib/dracut-lib.sh@418(source_all): for f in '"/$_dir"/*.sh' [ 2.460893] localhost dracut-cmdline[126]: /lib/dracut-lib.sh@418(source_all): '[' -e //lib/dracut/hooks/cmdline/90-parse-nfsroot.sh ']' [ 2.461887] localhost dracut-cmdline[126]: /lib/dracut-lib.sh@418(source_all): . //lib/dracut/hooks/cmdline/90-parse-nfsroot.sh [ 2.462865] localhost dracut-cmdline[126]: ///lib/dracut/hooks/cmdline/90-parse-nfsroot.sh@26(source): type getarg [ 2.463877] localhost dracut-cmdline[126]: ///lib/dracut/hooks/cmdline/90-parse-nfsroot.sh@29(source): '[' -z /dev/mapper/fa_gasoline-root ']' [ 2.464852] localhost dracut-cmdline[126]: ///lib/dracut/hooks/cmdline/90-parse-nfsroot.sh@30(source): '[' -z '' ']' [ 2.465852] localhost dracut-cmdline[126]: ////lib/dracut/hooks/cmdline/90-parse-nfsroot.sh@30(source): getarg nfsroot= [ 2.466684] localhost dracut-cmdline[126]: ///lib/dracut-lib.sh@187(getarg): debug_off [ 2.467546] localhost dracut-cmdline[126]: ///lib/dracut-lib.sh@18(debug_off): set +x [ 2.468380] localhost dracut-cmdline[126]: ///lib/dracut-lib.sh@227(getarg): return 1 [ 2.469389] localhost dracut-cmdline[126]: ///lib/dracut/hooks/cmdline/90-parse-nfsroot.sh@30(source): nfsroot= [ 2.470556] localhost dracut-cmdline[126]: ///lib/dracut/hooks/cmdline/90-parse-nfsroot.sh@32(source): '[' -n iscsi:@10.34.102.54::3260::iqn.2009-02.com.example:rv2 ']' [ 2.471717] localhost dracut-cmdline[126]: ///lib/dracut/hooks/cmdline/90-parse-nfsroot.sh@32(source): oldnetroot=iscsi:@10.34.102.54::3260::iqn.2009-02.com.example:rv2 [ 2.472953] localhost dracut-cmdline[126]: ///lib/dracut/hooks/cmdline/90-parse-nfsroot.sh@36(source): '[' -n iscsi:@10.34.102.54::3260::iqn.2009-02.com.example:rv2 ']' [ 2.474085] localhost dracut-cmdline[126]: ////lib/dracut/hooks/cmdline/90-parse-nfsroot.sh@37(source): getargs netroot= [ 2.474990] localhost dracut-cmdline[126]: ///lib/dracut-lib.sh@305(getargs): debug_off [ 2.475835] localhost dracut-cmdline[126]: ///lib/dracut-lib.sh@18(debug_off): set +x [ 2.476683] localhost dracut-cmdline[126]: ///lib/dracut-lib.sh@334(getargs): return 0 [ 2.477745] localhost dracut-cmdline[126]: ///lib/dracut/hooks/cmdline/90-parse-nfsroot.sh@37(source): for n in '$(getargs netroot=)' [ 2.478909] localhost dracut-cmdline[126]: ///lib/dracut/hooks/cmdline/90-parse-nfsroot.sh@38(source): '[' iscsi:@10.34.102.54::3260::iqn.2009-02.com.example:rv2 = iscsi:@10.34.102.54::3260::iqn.2009-02.com.example:rv2 ']' [ 2.479877] localhost dracut-cmdline[126]: ///lib/dracut/hooks/cmdline/90-parse-nfsroot.sh@38(source): break [ 2.481082] localhost dracut-cmdline[126]: ///lib/dracut/hooks/cmdline/90-parse-nfsroot.sh@40(source): '[' iscsi:@10.34.102.54::3260::iqn.2009-02.com.example:rv2 = iscsi:@10.34.102.54::3260::iqn.2009-02.com.example:rv2 ']' [ 2.482086] localhost dracut-cmdline[126]: ///lib/dracut/hooks/cmdline/90-parse-nfsroot.sh@41(source): warn 'Ignoring netroot argument for NFS' [ 2.483067] localhost dracut-cmdline[126]: //lib/dracut-lib.sh@72(warn): echo 'Warning: Ignoring netroot argument for NFS' [ 2.483882] localhost dracut-cmdline[126]: Warning: Ignoring netroot argument for NFS [ 2.484867] localhost dracut-cmdline[126]: ///lib/dracut/hooks/cmdline/90-parse-nfsroot.sh@42(source): netroot=/dev/mapper/fa_gasoline-root [ 2.485852] localhost dracut-cmdline[126]: ///lib/dracut/hooks/cmdline/90-parse-nfsroot.sh@49(source): '[' -n '' ']' [ 2.486841] localhost dracut-cmdline[126]: ///lib/dracut/hooks/cmdline/90-parse-nfsroot.sh@58(source): case "$netroot" in [ 2.487849] localhost dracut-cmdline[126]: ///lib/dracut/hooks/cmdline/90-parse-nfsroot.sh@60(source): unset netroot [ 2.488850] localhost dracut-cmdline[126]: ///lib/dracut/hooks/cmdline/90-parse-nfsroot.sh@60(source): return boot optisns: linux16 /ostree/fedora-atomic-54b51c02bbca82c4eb6518e455a7042971cce9f342f50de38104bfde162b9773/vmlinuz-4.0.0-0.rc3.git1.1.fc23.x86_64 rhgb ip=enp63s0:dhcp rd.lvm.lv=fa_gasoline/root iscsi_initiator=iqn.1994-05.com.redhat:d651414b86b3 quiet netroot=iscsi:@10.34.102.54::3260::iqn.2009-02.com.example:rv2 root=/dev/mapper/fa_gasoline-root ostree=/ostree/boot.0/fedora-atomic/54b51c02bbca82c4eb6518e455a7042971cce9f342f50de38104bfde162b9773/0 initrd16 /ostree/fedora-atomic-54b51c02bbca82c4eb6518e455a7042971cce9f342f50de38104bfde162b9773/initramfs-4.0.0-0.rc3.git1.1.fc23.x86_64.img
yes, you are right, there is a bug in the parse-nfsroot.sh script http://git.kernel.org/cgit/boot/dracut/dracut.git/commit/?id=afcc697cb8c588eef68bb635f790991411209089
This bug appears to have been reported against 'rawhide' during the Fedora 23 development cycle. Changing version to '23'. (As we did not run this process for some time, it could affect also pre-Fedora 23 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 23 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora23
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
This message is a reminder that Fedora 23 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 23. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '23'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 23 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
Fedora 23 changed to end-of-life (EOL) status on 2016-12-20. Fedora 23 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed.