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

2012-11-30 Thread Vikas Chaudhary
Chandravanshi adheer.chandravan...@qlogic.com Subject: Re: [RFC_V2 PATCH 1/2] iscsi_flash_sysfs: Add flash target mgmt support through sysfs. On Nov 9, 2012, at 5:35 AM, vikas.chaudh...@qlogic.com wrote: From: Adheer Chandravanshi adheer.chandravan...@qlogic.com This patch allows iscsiadm

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

2012-11-13 Thread Mike Christie
On 11/09/2012 05:35 AM, vikas.chaudh...@qlogic.com wrote: +/* Target attributes */ + +iscsi_flash_tgt_rw_attr(ip, ipaddress, ISCSI_FLASH_TGT_IP_ADDR); +iscsi_flash_tgt_rw_attr(port, port, ISCSI_FLASH_TGT_PORT); +iscsi_flash_tgt_rw_attr(opt_auto_send_tgt_disable, opt_auto_send_tgt_disable, +

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

2012-11-13 Thread Michael Christie
On Nov 9, 2012, at 5:35 AM, vikas.chaudh...@qlogic.com wrote: 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:

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

2012-11-09 Thread Vikas Chaudhary
-iscsi@googlegroups.com, Ravi Anand ravi.an...@qlogic.com, Adheer Chandravanshi adheer.chandravan...@qlogic.com Subject: Re: [PATCH 1/2] iscsi_flash_sysfs: Add flash target mgmt support through sysfs. On 11/04/2012 11:17 PM, Lalit Chandivade wrote: Mike, The related options are clubbed as a bit

[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

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

2012-11-06 Thread Mike Christie
On 11/04/2012 11:17 PM, Lalit Chandivade wrote: Mike, The related options are clubbed as a bit map, each bit means something within an option. I am trying to give few examples for each option, + FLASH_TGT_OPTIONS, This is an IPv6 target This

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

2012-11-04 Thread Lalit Chandivade
; Lalit Chandivade; Ravi Anand; Adheer Chandravanshi Subject: Re: [PATCH 1/2] iscsi_flash_sysfs: Add flash target mgmt support through sysfs. On 10/15/2012 07:01 AM, vikas.chaudh...@qlogic.com wrote: + +enum iscsi_flash_tgt_properties_enum { + FLASH_TGT_OPTIONS

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

2012-11-01 Thread Mike Christie
On 10/15/2012 07:01 AM, vikas.chaudh...@qlogic.com wrote: + +enum iscsi_flash_tgt_properties_enum { + FLASH_TGT_OPTIONS, + FLASH_TGT_ISCSI_OPTIONS, + FLASH_TGT_TCP_OPTIONS, + FLASH_TGT_IP_OPTIONS, What are the options? I saw a ipv6 one. What are the rest? Am I am going to

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

2012-11-01 Thread Mike Christie
On 11/01/2012 07:27 PM, Mike Christie wrote: On 10/15/2012 07:01 AM, vikas.chaudh...@qlogic.com wrote: + +enum iscsi_flash_tgt_properties_enum { +FLASH_TGT_OPTIONS, +FLASH_TGT_ISCSI_OPTIONS, +FLASH_TGT_TCP_OPTIONS, +FLASH_TGT_IP_OPTIONS, What are the options? I saw a