a3470f
From 8fa58c563cf01934a64773e814f74727ee009b42 Mon Sep 17 00:00:00 2001
a3470f
From: Joseph Fernandes <josferna@redhat.com>
a3470f
Date: Wed, 30 Dec 2015 16:53:25 +0530
a3470f
Subject: [PATCH 03/74] tier/ctr/sql : Dafault values for sql cache and wal
a3470f
 size
a3470f
a3470f
Setting default values for sql cache and wal size
a3470f
cache : 12500 pages
a3470f
wal   : 25000 pages
a3470f
1 pages - 4096 bytes
a3470f
a3470f
Porting this downstream 3.1.2 patch to 3.1.3
a3470f
a3470f
Label: DOWNSTREAM ONLY
a3470f
a3470f
> Change-Id: Iae3927e021af2e3f7617d45f84e81de3b7d93f1c
a3470f
> BUG: 1282729
a3470f
> Signed-off-by: Joseph Fernandes <josferna@redhat.com>
a3470f
> Reviewed-on: https://code.engineering.redhat.com/gerrit/64642
a3470f
> Reviewed-by: Dan Lambright <dlambrig@redhat.com>
a3470f
> Tested-by: Dan Lambright <dlambrig@redhat.com>
a3470f
a3470f
Change-Id: Ib3cd951709dff25157371006637b8c0d881f5d61
a3470f
Signed-off-by: Joseph Fernandes <josferna@redhat.com>
a3470f
Reviewed-on: https://code.engineering.redhat.com/gerrit/70346
a3470f
Reviewed-by: Nithya Balachandran <nbalacha@redhat.com>
a3470f
Tested-by: Atin Mukherjee <amukherj@redhat.com>
a3470f
---
a3470f
 xlators/mgmt/glusterd/src/glusterd-volume-set.c | 4 ++--
a3470f
 1 file changed, 2 insertions(+), 2 deletions(-)
a3470f
a3470f
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
a3470f
index 982275e..93ef85c 100644
a3470f
--- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c
a3470f
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
a3470f
@@ -3152,7 +3152,7 @@ struct volopt_map_entry glusterd_volopt_map[] = {
a3470f
                          "changetimerecorder xlator."
a3470f
                          "The input to this option is in pages."
a3470f
                          "Each page is 4096 bytes. Default value is 12500 "
a3470f
-                         "pages."
a3470f
+                         "pages i.e ~ 49 MB. "
a3470f
                          "The max value is 262144 pages i.e 1 GB and "
a3470f
                          "the min value is 1000 pages i.e ~ 4 MB. "
a3470f
         },
a3470f
@@ -3166,7 +3166,7 @@ struct volopt_map_entry glusterd_volopt_map[] = {
a3470f
                          " changetimerecorder. "
a3470f
                          "The input to this option is in pages. "
a3470f
                          "Each page is 4096 bytes. Default value is 25000 "
a3470f
-                         "pages."
a3470f
+                         "pages i.e ~ 98 MB."
a3470f
                          "The max value is 262144 pages i.e 1 GB and "
a3470f
                          "the min value is 1000 pages i.e ~4 MB."
a3470f
         },
a3470f
-- 
a3470f
1.8.3.1
a3470f