Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 515668 - sys-kernel/genkernel-next should add iscsid.conf in initramfs
Summary: sys-kernel/genkernel-next should add iscsid.conf in initramfs
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Fabio Erculiani (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-06-29 11:07 UTC by Eric Grüttefien
Modified: 2016-05-23 14:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
add iscsid.conf to rammdisk (gen_initramfs.sh.patch,522 bytes, patch)
2014-06-29 11:08 UTC, Eric Grüttefien
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Grüttefien 2014-06-29 11:07:25 UTC
genkernel-next shoud add iscsid.conf in initramfs

see attached patch

Since without following can not be configured for root fs

----->
node.conn[0].timeo.noop_out_interval = 0
node.conn[0].timeo.noop_out_timeout = 0

node.session.timeo.replacement_timeout = 86400
<-----

what is what you normaly whant since without a reboot of or network disruption to your iscsi target leeds to a read only rootfs ;-)





Reproducible: Always

Actual Results:  
etc/iscsi/iscsid.conf is not copied to initialramdisk

Expected Results:  
etc/iscsi/iscsid.conf is copied to initialramdisk
Comment 1 Eric Grüttefien 2014-06-29 11:08:19 UTC
Created attachment 379898 [details, diff]
add iscsid.conf to rammdisk
Comment 2 Pacho Ramos gentoo-dev 2015-05-23 09:25:46 UTC
is this still valid for version 63?