Increase the driver-side limit on the number of logical volumes that

the driver will recognize.  I've tested this as far as 25 volumes.
This commit is contained in:
peter 2012-10-25 18:46:02 +00:00
parent c0cee766ba
commit 64808b1d6d

View File

@ -46,7 +46,7 @@ typedef STAILQ_HEAD(, ciss_request) cr_qhead_t;
/*
* Maximum number of logical drives we support.
*/
#define CISS_MAX_LOGICAL 15
#define CISS_MAX_LOGICAL 63
/*
* Maximum number of physical devices we support.