From a06cae9fe6fd4c5200bacbfaf7ff49bca20f9d0b Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 5 Jan 2016 15:27:11 +0000 Subject: [PATCH] scst_tg: Report that SCST supports the ALUA state "transitioning" Reported-by: Consus git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6777 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_tg.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */