Re: [PATCH] Discovery daemon via non-tcp transport needs 'ipc' set

2015-08-22 Thread Roi Dayan
Of course. I wanted to make another change before submitting the patch. The patch currently also change update_session() to connect targets in serial as it was a faster change for a testing the issue but it is a problem when you have many targets. it fills slow and forever to finish. I want to

Re: [PATCH] Discovery daemon via non-tcp transport needs 'ipc' set

2015-08-21 Thread The Lee-Man
Roi: Could you supply your changes? On Monday, August 10, 2015 at 11:14:48 PM UTC-7, Roi Dayan wrote: I also played with discoveryd. found an issue when you have many portals. can be reproduced with iscsiadm. The netlink response from the kernel is using multicast. So when we have more

Re: [PATCH] Discovery daemon via non-tcp transport needs 'ipc' set

2015-08-11 Thread Roi Dayan
I also played with discoveryd. found an issue when you have many portals. can be reproduced with iscsiadm. The netlink response from the kernel is using multicast. So when we have more than 1 portal there is an issue that multiple forks of the discoveryd handle the same response. I noticed that

Re: [PATCH] Discovery daemon via non-tcp transport needs 'ipc' set

2015-08-10 Thread The Lee-Man
On Tuesday, August 4, 2015 at 8:36:14 AM UTC-7, Mike Christie wrote: On 08/04/2015 10:33 AM, Mike Christie wrote: On 08/04/2015 09:45 AM, Roi Dayan wrote: On Friday, July 24, 2015 at 3:38:00 AM UTC+3, The Lee-Man wrote: On Wednesday, July 22, 2015 at 1:43:59 PM UTC-7, Mike

Re: [PATCH] Discovery daemon via non-tcp transport needs 'ipc' set

2015-08-04 Thread Roi Dayan
On Friday, July 24, 2015 at 3:38:00 AM UTC+3, The Lee-Man wrote: On Wednesday, July 22, 2015 at 1:43:59 PM UTC-7, Mike Christie wrote: On 07/22/2015 10:24 AM, The Lee-Man wrote: On Tuesday, July 21, 2015 at 9:29:19 PM UTC-7, Mike Christie wrote: On 07/21/2015 05:47 PM,

Re: [PATCH] Discovery daemon via non-tcp transport needs 'ipc' set

2015-08-04 Thread Mike Christie
On 08/04/2015 09:45 AM, Roi Dayan wrote: On Friday, July 24, 2015 at 3:38:00 AM UTC+3, The Lee-Man wrote: On Wednesday, July 22, 2015 at 1:43:59 PM UTC-7, Mike Christie wrote: On 07/22/2015 10:24 AM, The Lee-Man wrote: On Tuesday, July 21, 2015 at 9:29:19 PM UTC-7,

Re: [PATCH] Discovery daemon via non-tcp transport needs 'ipc' set

2015-08-04 Thread Mike Christie
On 08/04/2015 10:33 AM, Mike Christie wrote: On 08/04/2015 09:45 AM, Roi Dayan wrote: On Friday, July 24, 2015 at 3:38:00 AM UTC+3, The Lee-Man wrote: On Wednesday, July 22, 2015 at 1:43:59 PM UTC-7, Mike Christie wrote: On 07/22/2015 10:24 AM, The Lee-Man wrote: On

Re: [PATCH] Discovery daemon via non-tcp transport needs 'ipc' set

2015-07-23 Thread The Lee-Man
On Wednesday, July 22, 2015 at 1:43:59 PM UTC-7, Mike Christie wrote: On 07/22/2015 10:24 AM, The Lee-Man wrote: On Tuesday, July 21, 2015 at 9:29:19 PM UTC-7, Mike Christie wrote: On 07/21/2015 05:47 PM, leeman...@gmail.com javascript: wrote: From: Lee Duncan

Re: [PATCH] Discovery daemon via non-tcp transport needs 'ipc' set

2015-07-22 Thread The Lee-Man
On Tuesday, July 21, 2015 at 9:29:19 PM UTC-7, Mike Christie wrote: On 07/21/2015 05:47 PM, leeman...@gmail.com javascript: wrote: From: Lee Duncan ldu...@suse.com javascript: This patch allows iser transport to be used for the discovery daemon. Otherwise, iscsid core dumps when

Re: [PATCH] Discovery daemon via non-tcp transport needs 'ipc' set

2015-07-22 Thread Mike Christie
On 07/22/2015 10:24 AM, The Lee-Man wrote: On Tuesday, July 21, 2015 at 9:29:19 PM UTC-7, Mike Christie wrote: On 07/21/2015 05:47 PM, leeman...@gmail.com javascript: wrote: From: Lee Duncan ldu...@suse.com javascript: This patch allows iser transport to be used for the

Re: [PATCH] Discovery daemon via non-tcp transport needs 'ipc' set

2015-07-21 Thread Mike Christie
On 07/21/2015 05:47 PM, leeman.dun...@gmail.com wrote: From: Lee Duncan ldun...@suse.com This patch allows iser transport to be used for the discovery daemon. Otherwise, iscsid core dumps when attempting this. --- usr/discoveryd.c | 5 - 1 file changed, 5 deletions(-) diff --git

[PATCH] Discovery daemon via non-tcp transport needs 'ipc' set

2015-07-21 Thread leeman . duncan
From: Lee Duncan ldun...@suse.com This patch allows iser transport to be used for the discovery daemon. Otherwise, iscsid core dumps when attempting this. --- usr/discoveryd.c | 5 - 1 file changed, 5 deletions(-) diff --git a/usr/discoveryd.c b/usr/discoveryd.c index