From: jacob Date: Wed, 18 May 2005 00:51:54 +0000 (+0000) Subject: r=phil X-Git-Tag: v1_7_100~1^25~8^2~116 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=b986a531cf2ceb3c472bb42813b5f9bcc2676dc1;p=fs%2Flustre-release.git r=phil stop lying just to be popular. --- diff --git a/lustre/ptlrpc/import.c b/lustre/ptlrpc/import.c index 35254bd..bf590b4 100644 --- a/lustre/ptlrpc/import.c +++ b/lustre/ptlrpc/import.c @@ -616,11 +616,8 @@ int ptlrpc_import_recovery_state_machine(struct obd_import *imp) deuuidify(imp->imp_target_uuid.uuid, NULL, &target_start, &target_len); LCONSOLE_ERROR("This client was evicted by %.*s; in progress " - "operations using this service will %s.\n", - target_len, target_start, - imp->imp_replayable - ? "be reattempted" - : "fail"); + "operations using this service will fail.\n", + target_len, target_start); CDEBUG(D_HA, "evicted from %s@%s; invalidating\n", imp->imp_target_uuid.uuid, imp->imp_connection->c_remote_uuid.uuid);