scst_tg: Report that SCST supports the ALUA state "transitioning"

Reported-by: Consus <consus@gmx.com>


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6777 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2016-01-05 15:27:11 +00:00
parent 71f004f44c
commit a06cae9fe6

View File

@@ -1540,7 +1540,8 @@ int scst_tg_get_group_info(void **buf, uint32_t *length,
*p++ = SCST_TG_SUP_OPTIMIZED
| SCST_TG_SUP_NONOPTIMIZED
| SCST_TG_SUP_STANDBY
| SCST_TG_SUP_UNAVAILABLE;
| SCST_TG_SUP_UNAVAILABLE
| SCST_TG_SUP_TRANSITION;
put_unaligned_be16(tg->group_id, p);
p += 2;
p++; /* reserved */