Brian Behlendorf
519129ff4e
Illumos 6815179, 6844191
...
6815179 zpool import with a large number of LUNs is too slow
6844191 zpool import, scanning of disks should be multi-threaded
References:
https://github.com/illumos/illumos-gate/commit/4f67d75
Porting notes:
- This change was originally never ported to Linux due to it
dependence on the thread pool interface. This patch solves
that issue by switching the code to use the existing taskq
implementation which provides the same basic functionality.
However, in order for this to work properly thread_init()
and thread_fini() must be called around to taskq consumer
to perform the needed thread initialization.
- The check_one_slice, nozpool_all_slices, and check_slices
functions have been disabled for Linux. They are difficult,
but possible, to implement for Linux due to how partitions
are get names. Since this is only an optimization this code
can be added at a latter date.
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2016-01-22 09:39:46 -08:00
..
2016-01-12 14:42:32 -08:00
2016-01-11 11:58:26 -08:00
2015-09-11 11:14:38 -07:00
2016-01-12 09:02:33 -08:00
2010-09-08 12:38:56 -07:00
2015-07-10 11:58:37 -07:00
2014-08-01 14:28:05 -07:00
2010-09-08 12:38:56 -07:00
2015-05-11 15:10:24 -07:00
2014-08-06 14:48:41 -07:00
2016-01-08 15:08:19 -08:00
2016-01-08 15:08:19 -08:00
2014-01-07 10:33:11 -08:00
2014-08-01 14:28:05 -07:00
2015-10-13 14:12:02 -07:00
2015-05-13 09:03:59 -07:00
2014-08-06 14:48:41 -07:00
2014-03-04 12:22:24 -08:00
2016-01-12 09:02:33 -08:00
2016-01-21 16:59:30 -08:00
2016-01-12 14:11:31 -08:00
2014-07-29 10:55:29 -07:00
2016-01-12 10:53:12 -08:00
2010-09-08 12:38:56 -07:00
2014-07-29 10:55:29 -07:00
2013-11-04 11:18:14 -08:00
2016-01-12 10:53:12 -08:00
2015-07-06 09:31:35 -07:00
2016-01-12 10:53:12 -08:00
2014-08-06 14:48:41 -07:00
2015-05-04 09:41:10 -07:00
2013-11-04 11:17:48 -08:00
2015-12-04 09:27:00 -08:00
2016-01-08 15:08:19 -08:00
2016-01-15 15:38:35 -08:00
2014-11-14 15:37:45 -08:00
2015-09-19 14:04:14 -07:00
2015-06-11 10:27:25 -07:00
2010-09-08 12:38:56 -07:00
2014-08-13 10:35:00 -07:00
2014-07-30 09:20:35 -07:00
2016-01-15 15:38:36 -08:00
2015-07-06 09:34:13 -07:00
2015-04-28 16:25:34 -07:00
2015-12-30 13:20:12 -08:00
2014-11-17 11:13:55 -08:00
2010-09-08 12:38:56 -07:00
2016-01-12 14:42:32 -08:00
2015-12-30 14:24:14 -08:00
2014-10-23 15:30:32 -07:00
2014-07-22 09:39:16 -07:00
2015-07-29 07:35:06 -07:00
2016-01-12 09:02:33 -08:00
2016-01-15 15:38:35 -08:00
2016-01-15 15:38:35 -08:00
2015-07-29 07:35:06 -07:00
2015-07-29 07:35:06 -07:00
2015-08-18 16:47:21 -07:00
2015-07-29 07:35:06 -07:00
2015-07-29 07:35:06 -07:00
2016-01-15 15:38:35 -08:00
2015-01-06 16:53:24 -08:00
2013-12-06 09:32:43 -08:00
2014-09-23 13:50:55 -07:00
2010-09-08 12:38:56 -07:00
2010-09-08 12:38:56 -07:00
2010-09-08 12:38:56 -07:00
2015-07-14 10:35:21 -07:00
2011-02-10 09:21:43 -08:00
2013-11-04 10:55:25 -08:00
2010-09-08 12:38:56 -07:00
2013-12-18 16:46:35 -08:00
2015-06-25 08:58:16 -07:00
2015-09-01 15:22:07 -07:00
2015-06-09 13:48:02 -07:00
2011-03-02 11:43:50 -08:00
2015-05-11 12:23:16 -07:00
2015-04-28 16:25:34 -07:00
2015-12-04 09:39:20 -08:00
2014-07-28 14:29:58 -07:00
2013-11-04 10:55:25 -08:00
2016-01-22 09:39:46 -08:00
2015-12-08 16:38:56 -08:00
2015-09-04 16:08:14 -07:00
2013-12-18 16:46:35 -08:00
2011-02-10 09:27:21 -08:00
2011-02-10 09:27:21 -08:00
2015-12-30 14:24:14 -08:00
2010-09-08 12:38:56 -07:00
2013-11-04 10:55:25 -08:00
2015-05-11 12:23:16 -07:00
2010-09-08 12:38:56 -07:00
2016-01-15 15:33:45 -08:00
2014-08-11 16:11:43 -07:00
2016-01-15 15:33:45 -08:00
2015-05-11 12:23:16 -07:00
2015-06-09 13:48:02 -07:00
2016-01-08 15:08:19 -08:00
2013-11-04 10:55:25 -08:00
2013-11-05 12:14:56 -08:00
2016-01-08 15:08:19 -08:00
2016-01-08 15:08:19 -08:00
2015-09-03 14:14:55 -07:00
2010-09-08 12:38:56 -07:00
2015-08-28 09:25:03 -07:00