Correct "supressed" typo.
authorChris Lamb <chris@chris-lamb.co.uk>
Fri, 17 Feb 2017 09:51:52 +0000 (22:51 +1300)
committerGarming Sam <garming@samba.org>
Wed, 22 Feb 2017 07:26:21 +0000 (08:26 +0100)
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
ctdb/doc/recovery-process.txt
ctdb/server/ctdb_recoverd.c

index 333eeb23da998de83cd94dac4c69ccfed0f6175e..d2e38c230bde0770823527bad4c7bb95e0002c18 100644 (file)
@@ -365,7 +365,7 @@ only be present if an error occured.
     initiated. The cluster will not allow a new recovery to be performed until this timeout
     has expired.
 
-"New recoveries supressed for the rerecovery timeout"
+"New recoveries suppressed for the rerecovery timeout"
 "Rerecovery timeout elapsed. Recovery reactivated."
 
 
@@ -424,7 +424,7 @@ Example : RECOVERY LOG ON RECMASTER
 2008/12/01 09:57:29.545404 [ 4933]: Recovery has finished
 2008/12/01 09:57:29.807169 [ 4935]: server/ctdb_recoverd.c:1551 Recovery - finished the recovered event
 2008/12/01 09:57:29.807169 [ 4935]: server/ctdb_recoverd.c:1557 Recovery complete
-2008/12/01 09:57:29.807169 [ 4935]: server/ctdb_recoverd.c:1565 New recoveries supressed for the rerecovery timeout
+2008/12/01 09:57:29.807169 [ 4935]: server/ctdb_recoverd.c:1565 New recoveries suppressed for the rerecovery timeout
 2008/12/01 09:57:39.815648 [ 4935]: server/ctdb_recoverd.c:1567 Rerecovery timeout elapsed. Recovery reactivated.
 
 
index 9ea0f616597e3b9a3519b33c9de6e25659fb8424..751a08eb1592689ca531159431348191f715a924 100644 (file)
@@ -1424,7 +1424,7 @@ static int do_recovery(struct ctdb_recoverd *rec,
           We now wait for rerecovery_timeout before we allow
           another recovery to take place.
        */
-       DEBUG(DEBUG_NOTICE, ("Just finished a recovery. New recoveries will now be supressed for the rerecovery timeout (%d seconds)\n", ctdb->tunable.rerecovery_timeout));
+       DEBUG(DEBUG_NOTICE, ("Just finished a recovery. New recoveries will now be suppressed for the rerecovery timeout (%d seconds)\n", ctdb->tunable.rerecovery_timeout));
        ctdb_op_disable(rec->recovery, ctdb->ev,
                        ctdb->tunable.rerecovery_timeout);
        return 0;