Add three more properties to struct disk: Stripe offset and width
and max request size. These will be used to optimize our clustering behaviour.
This commit is contained in:
parent
29e3edcc64
commit
9b71542bc6
@ -42,6 +42,9 @@ struct disk {
|
||||
off_t d_mediasize;
|
||||
u_int d_fwsectors;
|
||||
u_int d_fwheads;
|
||||
u_int d_stripe_offset;
|
||||
u_int d_stripe_width;
|
||||
u_int d_max_request;
|
||||
|
||||
struct g_geom *d_softc;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user