From 4257a8a3644989ad291326cdb606268e389331d2 Mon Sep 17 00:00:00 2001 From: Karsten Weiss Date: Sun, 26 Jul 2020 11:11:13 +0200 Subject: [PATCH] Update ZIO Scheduler.rst --- docs/Performance and Tuning/ZIO Scheduler.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Performance and Tuning/ZIO Scheduler.rst b/docs/Performance and Tuning/ZIO Scheduler.rst index 4ffa9d8..a68b055 100644 --- a/docs/Performance and Tuning/ZIO Scheduler.rst +++ b/docs/Performance and Tuning/ZIO Scheduler.rst @@ -3,8 +3,8 @@ ZFS I/O (ZIO) Scheduler ZFS issues I/O operations to leaf vdevs (usually devices) to satisfy and complete I/Os. The ZIO scheduler determines when and in what order those -operations are issued. Operations into five I/O classes prioritized in -the following order: +operations are issued. Operations are divided into five I/O classes +prioritized in the following order: +----------+-------------+-------------------------------------------+ | Priority | I/O Class | Description |