diff --git a/scst/src/scst_tg.c b/scst/src/scst_tg.c index 4029fcefb..4c49a7ee9 100644 --- a/scst/src/scst_tg.c +++ b/scst/src/scst_tg.c @@ -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 */