View | Details | Raw Unified | Return to bug 150082 | Differences between
and this patch

Collapse All | Expand All

(-)gsched.8 (-1 / +1 lines)
Lines 143-149 Link Here
143
# Load some scheduler classes used by geom_sched:
143
# Load some scheduler classes used by geom_sched:
144
kldload gsched_rr gsched_as
144
kldload gsched_rr gsched_as
145
# Configure device ad0 to use scheduler 'rr':
145
# Configure device ad0 to use scheduler 'rr':
146
geom sched insert -s rr ad0
146
geom sched insert -a rr ad0
147
# Now provider ad0 uses the 'rr' algorithm;
147
# Now provider ad0 uses the 'rr' algorithm;
148
# the new geom is ad0.sched.
148
# the new geom is ad0.sched.
149
# Remove the scheduler on the device:
149
# Remove the scheduler on the device:

Return to bug 150082