Hey,
Chris Leech has been working on this problem. He has some patches which
help, but I do not see them. Chris?
I am also attaching a hacky patch to remove another problem source with
lots of targets. Could you run that with Chris's patches when he responds?
On 06/07/2016 02:24 PM, Syed Mushtaq wrote:
>
>
> I am attaching the gmon output here
>
This was taken on iscsiadm right? Not on iscsid?
--
You received this message because you are subscribed to the Google Groups
"open-iscsi" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/open-iscsi.
For more options, visit https://groups.google.com/d/optout.
diff --git a/usr/initiator.c b/usr/initiator.c
index 8cd1896..f759ab6 100644
--- a/usr/initiator.c
+++ b/usr/initiator.c
@@ -1463,7 +1463,7 @@ retry_create:
if (!err) {
session->hostno = host_no;
- session_increase_wq_priority(session);
+ // session_increase_wq_priority(session);
}
return err;
}