summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-lib/src/auth-glusterfs.c
Commit message (Expand)AuthorAgeFilesLines
* rpc-lib: Fail auth-unix if more than 16 gids foundShehjar Tikoo2010-11-161-0/+5
* rpc-lib: Copy auxiliary GIDs into request from de-XDRed bufferShehjar Tikoo2010-11-161-0/+4
* rpc - cleanup and changes related to rdmaRaghavendra G2010-08-181-1/+1
* changed GNU General Public License to GNU Affero General Public LicensePranith Kumar K2010-08-171-3/+3
* gluster-CLI-and-mgmt-glusterd-added-to-codebaseAmar Tumballi2010-07-081-0/+1
* Move rpc to top-levelVijay Bellur2010-06-281-0/+199
th: 0.0%;'/>
1 files changed, 2 insertions, 2 deletions
diff --git a/geo-replication/syncdaemon/master.py b/geo-replication/syncdaemon/master.py
index f25279ff3a4..65eaf673099 100644
--- a/geo-replication/syncdaemon/master.py
+++ b/geo-replication/syncdaemon/master.py
@@ -927,7 +927,7 @@ class GMasterChangelogMixin(GMasterCommon):
failures1, retries, entry_ops1)
if not failures2:
pending_failures = False
- logging.info(lf('Sucessfully fixed entry ops with gfid '
+ logging.info(lf('Successfully fixed entry ops with gfid '
'mismatch', retry_count=retries))
else:
pending_failures = True
@@ -1172,7 +1172,7 @@ class GMasterChangelogMixin(GMasterCommon):
logging.info("Retry original entries. count = %s" % count)
failures = self.slave.server.entry_ops(entries)
if not failures:
- logging.info("Sucessfully fixed all entry ops with "
+ logging.info("Successfully fixed all entry ops with "