|
@@ -95,7 +95,7 @@ target_emulate_inquiry_std(struct se_cmd *cmd, char *buf)
|
|
|
if (dev->se_sub_dev->t10_alua.alua_type == SPC3_ALUA_EMULATED)
|
|
|
target_fill_alua_data(lun->lun_sep, buf);
|
|
|
|
|
|
- buf[7] = 0x32; /* Sync=1 and CmdQue=1 */
|
|
|
+ buf[7] = 0x2; /* CmdQue=1 */
|
|
|
|
|
|
snprintf(&buf[8], 8, "LIO-ORG");
|
|
|
snprintf(&buf[16], 16, "%s", dev->se_sub_dev->t10_wwn.model);
|