Is it possible to set different node.startup values per network in iscsid.conf?

For example, I connect to an iscsi device over 4 interfaces:

 eth0: 10.1.1.20/24
 eth1: 172.19.1.20/24
 eth2: 172.19.2.20/24
 eth3: 172.19.3.20/24

I want nodes with portals on the 172.19.0.0/16 network to startup automatically. I don't want nodes with portals on the 10.1.1.0/24 network to be started. I could set "node.startup=automatic" in iscsid.conf and then do this:

 iscsiadm -m node -p 10.7.7.1:3260 --op update -n node.startup -v manual

But I have to run that command manually every time I add a new target on the iscsi server.

Is there a way to specify a different node.startup value for different networks in iscsid.conf ?

Thanks.

-- James



--
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/open-iscsi?hl=en.

Reply via email to