Re: [PATCH 06/11] open-isns: Make default IQN prefix configurable

2014-11-17 Thread The Lee-Man
On Sunday, November 16, 2014 11:11:59 PM UTC-8, Uli wrote: Hi! I don't have the full context: Why is a IQNPREFIX necessary at all? It mean that there are incomplete IQNs somewhere? It is used to created the SourceName if not specified. This name is (usually) an IQN identifying the

Re: [PATCH 08/11] open-isns: Read source name from /etc/iscsi/initiatorname.iscsi

2014-11-17 Thread The Lee-Man
On Sunday, November 16, 2014 11:16:17 PM UTC-8, Uli wrote: Lee Duncan leeman...@gmail.com javascript: schrieb am 15.11.2014 um 02:15 in Nachricht 1416014130-25502-9-git-send-email-leeman.dun...@gmail.com javascript:: From: Hannes Reinecke ha...@suse.de javascript: [...] diff --git

[PATCH 00] Updated patch to read initiatorname

2014-11-17 Thread Lee Duncan
Updated based on comments from Uli. Two comments were changed: [PATCH 01] open-isns: Read source name from /etc/iscsi/initiatorname.iscsi -- Lee Duncan -- You received this message because you are subscribed to the Google Groups open-iscsi group. To unsubscribe from this group and stop

[PATCH] open-isns: Read source name from /etc/iscsi/initiatorname.iscsi

2014-11-17 Thread Lee Duncan
From: Hannes Reinecke h...@suse.de If no source name has been specified in the config file (or no config file is present) we should be falling back to read the InitiatorName from /etc/iscsi/initiatorname.iscsi. After all, the initiator name is supposed to be unique per machine. Signed-off-by:

Re: [PATCH v3] Add user interface for dynamic reconfiguration

2014-11-17 Thread Mike Christie
On 11/11/2014 03:36 PM, Tomoaki Nishimura wrote: +#define MAX_UPDATE_PARAMS 7 + +int iscsi_session_update_params(struct iscsi_conn *conn, node_rec_t *rec) +{ + struct iscsi_session *session = conn-session; + int i, rc; + struct connparam { + int param; +