Antw: Re: RFC: libiscsi-wip

2012-11-09 Thread Ulrich Windl
Hi! Accidentially yesterday I was thinking that some graphical frontend (like hawk for clusters) would be nice for iSCSI. If I'd design a interface library, I'd use a two-level approach: The higher level would provide interfaces at an abstract level (like: start_discovery, login_target,

Re: [PATCH 1/2] iscsi_flash_sysfs: Add flash target mgmt support through sysfs.

2012-11-09 Thread Vikas Chaudhary
-Original Message- From: Mike Christie micha...@cs.wisc.edu Reply-To: open-iscsi@googlegroups.com open-iscsi@googlegroups.com Date: Wednesday 7 November 2012 11:39 AM To: Lalit Chandivade lalit.chandiv...@qlogic.com Cc: Vikas vikas.chaudh...@qlogic.com, open-iscsi@googlegroups.com

[RFC_V2 PATCH 1/2] iscsi_flash_sysfs: Add flash target mgmt support through sysfs.

2012-11-09 Thread vikas . chaudhary
From: Adheer Chandravanshi adheer.chandravan...@qlogic.com This patch allows iscsiadm to manage iSCSI target information stored on adapter flash on per host basis. The sysfs entries will look as cited below: /sys/firmware/iscsi_offload/host1/new /sys/firmware/iscsi_offload/host1/delete

[RFC_V2 PATCH 2/2] qla4xxx: Add flash target mgmt support through sysfs.

2012-11-09 Thread vikas . chaudhary
From: Adheer Chandravanshi adheer.chandravan...@qlogic.com This patch allows iscsiadm to manage iSCSI target information stored on qla4xxx adapter flash on per host basis. Signed-off-by: Adheer Chandravanshi adheer.chandravan...@qlogic.com Signed-off-by: Vikas Chaudhary