|
@@ -6275,6 +6275,9 @@ static bool cnx_needed(struct pool *pool)
|
|
|
{
|
|
{
|
|
|
struct pool *cp;
|
|
struct pool *cp;
|
|
|
|
|
|
|
|
|
|
+ if (pool->enabled != POOL_ENABLED)
|
|
|
|
|
+ return false;
|
|
|
|
|
+
|
|
|
/* Balance strategies need all pools online */
|
|
/* Balance strategies need all pools online */
|
|
|
if (pool_strategy == POOL_BALANCE)
|
|
if (pool_strategy == POOL_BALANCE)
|
|
|
return true;
|
|
return true;
|