Remove reference to gsched_as module, which doesn't
actually exist. PR: docs/163043 Submitted by: olgeni Approved by: brd MFC after: 3 days
This commit is contained in:
parent
313157dead
commit
5bfdf7f990
@ -141,7 +141,7 @@ and how to destroy it.
|
||||
# Load the geom_sched module:
|
||||
kldload geom_sched
|
||||
# Load some scheduler classes used by geom_sched:
|
||||
kldload gsched_rr gsched_as
|
||||
kldload gsched_rr
|
||||
# Configure device ad0 to use scheduler "rr":
|
||||
geom sched insert -a rr ad0
|
||||
# Now provider ad0 uses the "rr" algorithm;
|
||||
|
Loading…
Reference in New Issue
Block a user