Add jerasure EC support (reed_sol_van, others are slower) (not tested yet)
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ struct osd_primary_op_data_t
|
||||
uint64_t fact_ver = 0;
|
||||
uint64_t scheme = 0;
|
||||
int n_subops = 0, done = 0, errors = 0, epipe = 0;
|
||||
int degraded = 0, pg_size, pg_minsize;
|
||||
int degraded = 0, pg_size, pg_data_size;
|
||||
osd_rmw_stripe_t *stripes;
|
||||
osd_op_t *subops = NULL;
|
||||
uint64_t *prev_set = NULL;
|
||||
|
||||
Reference in New Issue
Block a user