Increase the number of available file descriptors to 64. This fixes the
reported zfsboot problems for systems where more than seven drives are part of ZFS pools.
This commit is contained in:
parent
4bf244123e
commit
216f2b3fe3
@ -167,7 +167,7 @@ struct open_file {
|
||||
#define SOPEN_RASIZE 512
|
||||
};
|
||||
|
||||
#define SOPEN_MAX 8
|
||||
#define SOPEN_MAX 64
|
||||
extern struct open_file files[];
|
||||
|
||||
/* f_flags values */
|
||||
|
Loading…
x
Reference in New Issue
Block a user