Bug 809961

Summary: yast2-iscsi-server writes its config to /etc/ietd.conf, but /usr/sbin/ietd expects config at /etc/iet/ietd.conf
Product: [openSUSE] openSUSE 12.3 Reporter: Yasuhiko Kamata <belphegor>
Component: YaST2Assignee: Thomas Fehr <fehr>
Status: RESOLVED DUPLICATE QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None CC: forgotten_TO_yFnyghN
Version: Final   
Target Milestone: ---   
Hardware: i586   
OS: SUSE Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Yasuhiko Kamata 2013-03-18 11:40:31 UTC
User-Agent:       Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0

yast2-iscsi-server reads/generates ietd.conf under /etc,
but ietd reads its config from /etc/iet/ietd.conf.

Reproducible: Always

Steps to Reproduce:
1. install packages: yast2-iscsi-server, iscsitarget.
2. add one or more targets with yast -> Network Services -> iSCSI target.
3. prepare iSCSI initiator (in my test, Windows 8).
Actual Results:  
none of targets can be accessed.

Expected Results:  
added targets should be able to be accessed by initiator.

openSUSE < 12.2 is not affected.
In 12.2, updated version (1.4.20.3-2.8.1) is only affected.
In 12.3, default version (1.4.20.3-8.1.2) is affected.
Comment 1 Thomas Fehr 2013-04-17 10:11:00 UTC
I changed this in git master already.
12.2 and 12.3 needs to be fixed in iscsitarget package by moving config file
and adding a symlink.

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