search for: dev_loss_tmo

Displaying 3 results from an estimated 3 matches for "dev_loss_tmo".

2006 Aug 28
1
EXT3 filesystem on scsi device becoming readonly
Dear All, Can somebody help me on the following issue: When I mount the SCSI device on storage with ext3 filesystem & perform cp in loop, it becomes readonly. The steps to reproduce the issue are: 1)Create a ext3 file system on HDLM device mkfs ?t ext3 /dev/sdn 2)Mount the device Mount /dev/sddlmaa /home/<dir. name> 3)Execute cp ?f command in a loop on mounted device.
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...ruct fc_vport **vport); static int fc_bsg_hostadd(struct Scsi_Host *, struct fc_host_attrs *); static int fc_bsg_rportadd(struct Scsi_Host *, struct fc_rport *); static void fc_bsg_remove(struct request_queue *); static void fc_bsg_goose_queue(struct fc_rport *); /* * Module Parameters */ /* * dev_loss_tmo: the default number of seconds that the FC transport * should insulate the loss of a remote port. * The maximum will be capped by the value of SCSI_DEVICE_BLOCK_MAX_TIMEOUT. */ static unsigned int fc_dev_loss_tmo = 60; /* seconds */ module_param_named(dev_loss_tmo, fc_dev_loss_tmo, uint, S...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...ruct fc_vport **vport); static int fc_bsg_hostadd(struct Scsi_Host *, struct fc_host_attrs *); static int fc_bsg_rportadd(struct Scsi_Host *, struct fc_rport *); static void fc_bsg_remove(struct request_queue *); static void fc_bsg_goose_queue(struct fc_rport *); /* * Module Parameters */ /* * dev_loss_tmo: the default number of seconds that the FC transport * should insulate the loss of a remote port. * The maximum will be capped by the value of SCSI_DEVICE_BLOCK_MAX_TIMEOUT. */ static unsigned int fc_dev_loss_tmo = 60; /* seconds */ module_param_named(dev_loss_tmo, fc_dev_loss_tmo, uint, S...