X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Fobd_support.h;h=57d1c33d7e5034624f9d9a66e2a121e090c78f32;hb=9e29c4deb8175d47a053b5e24258a1b4b4d9fa50;hp=fd4d87f467f569f6e7b96cf8e6d6f47c7c5a7b78;hpb=c93596af95f597e11b7e772037816e31ad5b5f23;p=fs%2Flustre-release.git diff --git a/lustre/include/obd_support.h b/lustre/include/obd_support.h index fd4d87f..57d1c33 100644 --- a/lustre/include/obd_support.h +++ b/lustre/include/obd_support.h @@ -75,8 +75,9 @@ int obd_alloc_fail(const void *ptr, const char *name, const char *type, size_t size, const char *file, int line); /* Timeout definitions */ -#define OBD_TIMEOUT_DEFAULT 100 -#define LDLM_TIMEOUT_DEFAULT 20 +#define OBD_TIMEOUT_DEFAULT 100 +#define LDLM_TIMEOUT_DEFAULT 20 +#define MDS_LDLM_TIMEOUT_DEFAULT 6 /* Time to wait for all clients to reconnect during recovery */ /* Should be very conservative; must catch the first reconnect after reboot */ #define OBD_RECOVERY_FACTOR (3) /* times obd_timeout */