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:
parent
c0cee766ba
commit
64808b1d6d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user