Re: [PATCH] sbp-target: Delete an error message for a failed memory allocation in three functions

2017-12-10 Thread Chris Boot
y: Markus Elfring [snip] Looks good to me. Acked-by: Chris Boot Thanks, Chris -- Chris Boot bo...@boo.tc

qla2xxx firmware crashes in target mode

2015-10-19 Thread Chris Boot
f RSCN requests: 0x2. HTH, Chris -- Chris Boot bo...@bootc.net -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 7/8] target_core_alua: disallow READ_CAPACITY when in standby

2015-06-18 Thread Chris Boot
return 1; > - } > case MAINTENANCE_IN: > switch (cdb[1] & 0x1f) { > case MI_REPORT_TARGET_PGS: > -- Chris Boot bo...@bootc.net -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: xcopy testing with ddpt

2013-10-07 Thread Chris Boot
LENGTH + SEGMENT DESCRIPTOR LIST > LENGTH > */ > > AFAICT this should make ddpt happy, as it's already be setting ListID > Usage = 11b when it gets OPERATING PARAMETERS -> HELD_DATA = 0. 0x11 != 11b (but == 11h) If 0x18 is the correct mask I think you want to compare against 0x18, otherwise you probably want to shift down by 3 bits and compare against 0x03 or 0b11... HTH, Chris -- Chris Boot bo...@bootc.net -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: qla2xxx: issues when creating a new target port

2013-03-30 Thread Chris Boot
On 08/03/2013 21:25, Chris Boot wrote: On 05/03/13 22:15, Chris Boot wrote: I'll see if I can get enough hardware and time together to test this over the weekend to confirm everything I said above and gather the logs with the error logging enabled. I'll keep you posted. I have run

Re: qla2xxx: issues when creating a new target port

2013-03-05 Thread Chris Boot
On 05/03/2013 21:52, Nicholas A. Bellinger wrote: > Hi Chris, > > On Sun, 2013-03-03 at 13:49 +0000, Chris Boot wrote: >> Hi all, >> >> When creating a new target port in targetcli (/qla2xxx create >> 21:0x:...), and I have nothing plugged-in to the port, the cre

qla2xxx: issues when creating a new target port

2013-03-03 Thread Chris Boot
. The only way to get the port working again is to save the configuration and reboot the target server, which is very frustrating. I'm using targetcli as found in Debian wheezy with kernel 3.8.0, though I have had this problem for a little while now... Cheers, Chris -- Chris Boot bo...@bootc.net -

Re: [PATCH 2/3] target: Fix error checking for UNMAP commands

2013-02-09 Thread Chris Boot
TCM_UNEXPECTED_UNSOLICITED_DATA: /* CURRENT ERROR */ buffer[0] = 0x70; Nitpick: I suspect a simple copy & paste error; "INVALID FIELD IN PARAMETER LIST" in your comment should probably read "PARAMETER LIST LENGTH ERROR" instead. HTH, Chris -- Chris Boo

Re: [Suggestion] drivers/target/sbp/ : set tport->tpg to NULL when clean up for failure.

2012-12-10 Thread Chris Boot
On 10/12/12 02:39, Chen Gang wrote: > Hello Chris Boot: > > need I send the relative patch ? Hi Chen, Sorry, life got in the way this weekend. I'll try to get the patch sent out today. Cheers, Chris -- Chris Boot bo...@bootc.net -- To unsubscribe from this list: send the lin

Re: [Suggestion] drivers/target/sbp/ : set tport->tpg to NULL when clean up for failure.

2012-12-06 Thread Chris Boot
il to set up the TPG, the port will be left in an inconsistent state. I'll prepare a patch ASAP unless you'd rather do it yourself. Thanks, Chris -- Chris Boot bo...@bootc.net -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to