X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Flustre_import.h;h=17c36dd1de2e9f8d3421a59f5ce5fcf28900de0a;hb=ac1b1940adc038b94fab1e201f8f7d362c711bf2;hp=339a232a7c880464042aa76563270699ce2023cf;hpb=9ab78a5bec154492c70f780706d9eaebeaaa5e54;p=fs%2Flustre-release.git diff --git a/lustre/include/lustre_import.h b/lustre/include/lustre_import.h index 339a232..17c36dd 100644 --- a/lustre/include/lustre_import.h +++ b/lustre/include/lustre_import.h @@ -263,6 +263,7 @@ struct obd_import { imp_force_verify:1, /* force an immidiate ping */ imp_pingable:1, /* pingable */ imp_resend_replay:1, /* resend for replay */ + imp_no_pinger_recover:1,/* disable normal recovery, for test only. */ imp_force_reconnect:1; /* import must be reconnected instead of chouse new connection */ __u32 imp_connect_op; struct obd_connect_data imp_connect_data;