Skip to content

Commit

Permalink
Merge pull request #164 from mckurt/mckurt/qfs_tool
Browse files Browse the repository at this point in the history
Display the default file configuration that qfs tool uses for file co…
  • Loading branch information
mikeov authored Jul 23, 2016
2 parents 70092f7 + b518575 commit 0754f57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/cc/tools/qfs_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4684,7 +4684,10 @@ const char* const KfsTool::sHelpStrings[] =

"put", "<localsrc> ... <dst>",
"Copy files from the local file system\n\t\t"
"into fs.\n",
"into fs. The default file configuration\n\t\t"
"is 6+3 Reed-Solomon Encoding with 64KB stripe size\n\t\t"
"and each chunk having 1 replica. Please use cptoqfs\n\t\t"
"tool to pass more options for file configuration.\n",

"copyFromLocal", "<localsrc> ... <dst>",
"Identical to the -put command.\n",
Expand Down

0 comments on commit 0754f57

Please sign in to comment.