Whamcloud - gitweb
LU-14597 flr: allow multiple primary mirrors
[fs/lustre-release.git] / lustre / lod / lod_internal.h
index 7a913a0..241a77c 100644 (file)
@@ -191,7 +191,7 @@ struct lod_default_striping {
 
 struct lod_mirror_entry {
        __u16   lme_stale:1,
-               lme_primary:1;
+               lme_prefer:1;
        /* mirror id */
        __u16   lme_id;
        /* start,end index of this mirror in ldo_comp_entries */