Hi Ferenc, On Thursday 24 Sep 2009 20:49:04 Ferenc Wagner wrote: > Hi, > > Is anybody still maintaining this package? Some bug reports has been > unanswered for years... >
We are trying to review the open-iscsi package..
I looked into the initramfs script.
for x in $(cat /proc/cmdline); do
case ${x} in
iscsi_initiator=*)
ISCSI_INITIATOR="${x#iscsi_initiator=}"
;;
iscsi_target_name=*)
ISCSI_TARGET_NAME="${x#iscsi_target_name=}"
;;
iscsi_target_ip=*)
ISCSI_TARGET_IP="${x#iscsi_target_ip=}"
;;
I don't see the open-iscsi package directly using the the IP/IPOPTS value.
afaik it executes configure_networking and assumes that the network is
functional. Right ?
As for the iscsi target ip, it takes it from the conf file.
PS: I am trying to work on this package and will need your support.
Regards,
Ritesh
--
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
"Necessity is the mother of invention."
signature.asc
Description: This is a digitally signed message part.

