Skip to content

Instantly share code, notes, and snippets.

@chrisglass
Created November 29, 2010 08:30
Show Gist options
  • Save chrisglass/719730 to your computer and use it in GitHub Desktop.
Save chrisglass/719730 to your computer and use it in GitHub Desktop.
The iscsi "default" file for a properly configured drobo

Drobo Pros tend to die and reboot if the iscsi parameters are not right on the initiator (on the client).

As such, we need to make sure the following parameters are set in the iscsi (client) configuration file for the drobo node (change this in /etc/iscsi/iscsid.conf for it to be reboot-persistent):

node.session.cmds_max = 16
node.session.queue_depth = 16
node.conn[0].tcp.window_size = 65535

A more complete article is here: http://www.thirdmartini.com/index.php/DroboPro,_iSCSI_and_Linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment