X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Fobd.h;h=79b73917a46f8c60f802a3de0883d809cf813f49;hp=3848808355b36612b9f14810de55a579be9f5efe;hb=41faf44f09a62d7af751791959b589a4495a5a14;hpb=426fe0cbaffab4547cd20726d766b099e5f3b53e diff --git a/lustre/include/obd.h b/lustre/include/obd.h index 3848808..79b7391 100644 --- a/lustre/include/obd.h +++ b/lustre/include/obd.h @@ -331,7 +331,8 @@ struct filter_obd { obd_size fo_readcache_max_filesize; int fo_read_cache:1, /**< enable read-only cache */ fo_writethrough_cache:1,/**< read cache writes */ - fo_mds_ost_sync:1; /**< MDS-OST orphan recovery*/ + fo_mds_ost_sync:1, /**< MDS-OST orphan recovery*/ + fo_raid_degraded:1;/**< RAID device degraded */ struct obd_import *fo_mdc_imp; struct obd_uuid fo_mdc_uuid;