Make more taskq parameters writable
commit67d13998b3e055232a07311c2dc609571eaf1df1
authorAlexander Motin <mav@FreeBSD.org>
Wed, 24 Apr 2024 21:38:48 +0000 (24 17:38 -0400)
committerGitHub <noreply@github.com>
Wed, 24 Apr 2024 21:38:48 +0000 (24 14:38 -0700)
treecc611fc4fee4968a97410b8e968274d86a58702c
parent1f940de07224c2068e7c721222b1f3a519820ca9
Make more taskq parameters writable

There is no reason for these module parameters to be read-only.
Being modified they just apply on next pool import/creation, that
is useful for testing different values.

Reviewed-by: Rich Ercolani <rincebrain@gmail.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Alexander Motin <mav@FreeBSD.org>
Sponsored by: iXsystems, Inc.
Closes #16118
man/man4/zfs.4
module/zfs/spa.c