diff options
author | George Wilson <[email protected]> | 2024-04-22 12:42:38 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-22 09:42:38 -0700 |
commit | c183d164aa11e61dfe1f34907c1a029d75162f1d (patch) | |
tree | 2bab94bd56530faaaf5f1aaad5c6ac8467de99f2 /module/zstd/include | |
parent | f4f156157de3f61e55db0429b10c63d02226e115 (diff) |
Parallel pool import
This commit allow spa_load() to drop the spa_namespace_lock so
that imports can happen concurrently. Prior to dropping the
spa_namespace_lock, the import logic will set the spa_load_thread
value to track the thread which is doing the import.
Consumers of spa_lookup() retain the same behavior by blocking
when either a thread is holding the spa_namespace_lock or the
spa_load_thread value is set. This will ensure that critical
concurrent operations cannot take place while a pool is being
imported.
The zpool command is also enhanced to provide multi-threaded support
when invoking zpool import -a.
Lastly, zinject provides a mechanism to insert artificial delays
when importing a pool and new zfs tests are added to verify parallel
import functionality.
Contributions-by: Don Brady <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: George Wilson <[email protected]>
Closes #16093
Diffstat (limited to 'module/zstd/include')
0 files changed, 0 insertions, 0 deletions