Displaying 2 results from an estimated 2 matches for "disable_clust".
2004 Sep 30
1
RE: Loop and ENBD device management (was Re: Automation scripts)
> This should already be useful, at least for file-based disks. It''d be
> nice to
> have the ENBD script working and have some kind of iSCSI script at
some
> stage.
For iSCSI, have a look at iscsi-init at sourceforge.
http://iscsi-init.sourceforge.net. Load it as a module in an initrd and
it uses some kernel parameters and automatically configures the network
and then
2007 Jan 02
0
[PATCH 1/4] add scsi-target and IO_CMD_EPOLL_WAIT patches
...ystem_id,
++ &class_device_attr_partition_number,
++ &class_device_attr_unit_address,
++ NULL,
++};
++
++static struct scsi_host_template ibmvstgt_sht = {
++ .name = TGT_NAME,
++ .module = THIS_MODULE,
++ .can_queue = INITIAL_SRP_LIMIT,
++ .sg_tablesize = SG_ALL,
++ .use_clustering = DISABLE_CLUSTERING,
++ .max_sectors = DEFAULT_MAX_SECTORS,
++ .transfer_response = ibmvstgt_cmd_done,
++ .transfer_data = ibmvstgt_transfer_data,
++ .eh_abort_handler = ibmvstgt_eh_abort_handler,
++ .tsk_mgmt_response = ibmvstgt_tsk_mgmt_response,
++ .shost_attrs = ibmvstgt_attrs,
++ .proc_name = TGT_NAME,
+...