Re: iSCSI timeouts on login with 32/64bit user/kernel

2012-11-01 Thread Michael Christie
On Nov 1, 2012, at 12:46 AM, Lisa Marie nullo...@sdf.org wrote: The problem with these type of patches has not been that we cannot find a solution that works on new setups with the patches. The problem is that we are not allowed to merge patches in the upstream kernel that break existing

Re: iSCSI timeouts on login with 32/64bit user/kernel

2012-11-01 Thread Lisa Marie
The problem with these type of patches has not been that we cannot find a solution that works on new setups with the patches. The problem is that we are not allowed to merge patches in the upstream kernel that break existing setups. For example if the user has only upgraded the kernel or only

[PATCH] Update README for removal of DBM requirement

2012-11-01 Thread Andy Grover
Removed in 093b1f4 (2006) Signed-off-by: Andy Grover agro...@redhat.com --- README | 23 ++- 1 files changed, 14 insertions(+), 9 deletions(-) diff --git a/README b/README index 7364b2d..ec22098 100644 --- a/README +++ b/README @@ -159,15 +159,20 @@ Usage: iscsid [OPTION]

Disabling startup on Centos 5.8

2012-11-01 Thread richard
Hi, My iSCSI target is broken and I need to disable open-iscsi from starting up as it sits in a loop trying to connect without timing out. However.. I'm seemingly unable to do this.. I've disabled all services via chkconfig and confirmed in each rc*.d directory Rebooted, it still comes up

Re: [PATCH] Update README for removal of DBM requirement

2012-11-01 Thread Mike Christie
On 10/24/2012 05:37 PM, Andy Grover wrote: Removed in 093b1f4 (2006) Signed-off-by: Andy Grover agro...@redhat.com --- README | 23 ++- 1 files changed, 14 insertions(+), 9 deletions(-) diff --git a/README b/README index 7364b2d..ec22098 100644 --- a/README +++

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

Re: [PATCH v2 0/3] ISCSITOOLS: Patchset to add the extraction of ibft net attributes

2012-11-01 Thread Mike Christie
Overall it looks like. Just wondering if qla2xxx or be2iscsi developers have tested? It looks like it should work, because it would basically skip doing anything to those ifaces. On 10/24/2012 06:30 PM, Eddie Wai wrote: Version 2: - Added boot_initiator to hold the ibft initiator name -

Re: [PATCH v2 1/3] ISCSISTART: Saved ibft boot info to the session sysfs

2012-11-01 Thread Mike Christie
On 10/24/2012 06:30 PM, Eddie Wai wrote: + /* boot_nic is only for IBFT subsys */ + memset(context-boot_nic, 0, sizeof(context-boot_nic)); + snprintf(context-boot_nic, sizeof(context-boot_nic), %s, + id); } else

Re: [PATCH v2 2/3] ISCSID: Added the extraction of the session boot info

2012-11-01 Thread Mike Christie
On 10/24/2012 06:30 PM, Eddie Wai wrote: + + /* Extract boot info */ + strlcpy(boot_content, boot_initiator, sizeof(boot_content)); + if (sysfs_get_str(session, ISCSI_SESSION_SUBSYS, + boot_content, +

Re: [PATCH v2 1/3] ISCSISTART: Saved ibft boot info to the session sysfs

2012-11-01 Thread Eddie Wai
On Thu, 2012-11-01 at 19:42 -0500, Mike Christie wrote: On 10/24/2012 06:30 PM, Eddie Wai wrote: + /* boot_nic is only for IBFT subsys */ + memset(context-boot_nic, 0, sizeof(context-boot_nic)); + snprintf(context-boot_nic, sizeof(context-boot_nic), %s, +