You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2017/05/30 22:24:18 UTC

geode git commit: GEODE-2420: Warn a user if they try to export too much data - document —file-size-limit gfsh option

Repository: geode
Updated Branches:
  refs/heads/develop 2fb738157 -> 31971403c


GEODE-2420: Warn a user if they try to export too much data - document —file-size-limit gfsh option


Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/31971403
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/31971403
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/31971403

Branch: refs/heads/develop
Commit: 31971403c2b6442bc27f03ce4a5bcaf49cb105f7
Parents: 2fb7381
Author: Dave Barnes <db...@pivotal.io>
Authored: Tue May 30 15:23:09 2017 -0700
Committer: Dave Barnes <db...@pivotal.io>
Committed: Tue May 30 15:23:59 2017 -0700

----------------------------------------------------------------------
 geode-docs/tools_modules/gfsh/command-pages/export.html.md.erb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/31971403/geode-docs/tools_modules/gfsh/command-pages/export.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/tools_modules/gfsh/command-pages/export.html.md.erb b/geode-docs/tools_modules/gfsh/command-pages/export.html.md.erb
index ccf95cc..f0c6d54 100644
--- a/geode-docs/tools_modules/gfsh/command-pages/export.html.md.erb
+++ b/geode-docs/tools_modules/gfsh/command-pages/export.html.md.erb
@@ -170,7 +170,8 @@ The `--dir` parameter specifies a local directory to which log files will be wri
 ``` pre
 export logs [--dir=value] [--group=value(,value)*] [--member=value(,value)*] 
 [--log-level=value] [--only-log-level=value] [--merge-log=value] 
-[--start-time=value] [--end-time=value] [logs-only(=value)?] [--stats-only(=value)?]
+[--start-time=value] [--end-time=value] [logs-only(=value)?] 
+[--stats-only(=value)?] [--file-size-limit(=value)?]
 ```
 
 | Name                                                   | Description                                                                                                                | Default Value |
@@ -185,6 +186,7 @@ export logs [--dir=value] [--group=value(,value)*] [--member=value(,value)*]
 | <span class="keyword parmname">\\-\\-end-time</span>       | Log entries that occurred before this time will be exported. Format: yyyy/MM/dd/HH/mm/ss/SSS/z OR yyyy/MM/dd               | no limit      |
 | <span class="keyword parmname">\\-\\-logs-only</span>       | Whether to export only logs (not statistics)               | If parameter not specified: false. If parameter specified without a value: true      |
 | <span class="keyword parmname">\\-\\-stats-only</span>       | Whether to export only statistics (not logs)               | If parameter not specified: false. If parameter specified without a value: true      |
+| <span class="keyword parmname">\\-\\-file-size-limit</span>       | Limits size of the file that can be exported. Specify 0 (zero) for no limit. Value is in megabytes by default or [k,m,g,t] may be specified.              | If parameter not specified: 100m. If parameter specified without a value: 0      |
 
 <span class="tablecap">Table 4. Export Logs Parameters</span>