mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
Remove zfs_vdev_elevator module option
As described in commit f81d5ef6 the zfs_vdev_elevator module
option is being removed. Users who require this functionality
should update their systems to set the disk scheduler using a
udev rule.
Reviewed-by: Richard Laager <rlaager@wiktel.com>
Reviewed-by: loli10K <ezomori.nozomu@gmail.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #8664
Closes #9417
Closes #9609
This commit is contained in:
@@ -456,14 +456,6 @@ blk_queue_discard_secure(struct request_queue *q)
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
* Default Linux IO Scheduler,
|
||||
* Setting the scheduler to noop will allow the Linux IO scheduler to
|
||||
* still perform front and back merging, while leaving the request
|
||||
* ordering and prioritization to the ZFS IO scheduler.
|
||||
*/
|
||||
#define VDEV_SCHEDULER "noop"
|
||||
|
||||
/*
|
||||
* A common holder for vdev_bdev_open() is used to relax the exclusive open
|
||||
* semantics slightly. Internal vdev disk callers may pass VDEV_HOLDER to
|
||||
|
||||
Reference in New Issue
Block a user