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