tunable.create ============== Create a tunable. This method is a job. .. raw:: html
Configuration for creating a new system tunable.
No Additional PropertiesSYSCTL: var is a sysctl name (e.g. kernel.watchdog) and value is its corresponding value (e.g. 0).UDEV: var is a udev rules file name (e.g. 10-disable-usb, .rules suffix will be appended automatically)     and value is its contents (e.g. BUS=="usb", OPTIONS+="ignore_device").ZFS: var is a ZFS kernel module parameter name (e.g. zfs_dirty_data_max_max) and value is its value     (e.g. 783091712).Name or identifier of the system parameter to tune.
Value to assign to the tunable parameter.
Optional descriptive comment explaining the purpose of this tunable.
Whether this tunable is active and should be applied.
If false, then initramfs will not be updated after creating a ZFS tunable and you will need to run     system boot update_initramfs manually.
The newly created tunable configuration.
No Additional PropertiesSYSCTL: var is a sysctl name (e.g. kernel.watchdog) and value is its corresponding value (e.g. 0).UDEV: var is a udev rules file name (e.g. 10-disable-usb, .rules suffix will be appended automatically)     and value is its contents (e.g. BUS=="usb", OPTIONS+="ignore_device").ZFS: var is a ZFS kernel module parameter name (e.g. zfs_dirty_data_max_max) and value is its value     (e.g. 783091712).Name or identifier of the system parameter to tune.
Value to assign to the tunable parameter.
Optional descriptive comment explaining the purpose of this tunable.
Whether this tunable is active and should be applied.
If false, then initramfs will not be updated after creating a ZFS tunable and you will need to run     system boot update_initramfs manually.
Unique identifier for the tunable configuration.
Original system value of the parameter before this tunable was applied.