lucperkins commented on a change in pull request #369: Issue 362: [documentation] update command line tools URL: https://github.com/apache/bookkeeper/pull/369#discussion_r130934657
########## File path: site/_data/cli/shell.yaml ########## @@ -1,67 +1,157 @@ commands: - name: autorecovery + description: Enable or disable autorecovery in the cluster. options: - flag: -enable - description: Enables autorecovery + description: Enable auto recovery of underreplicated ledgers - flag: -disable - description: Disables autorecovery + description: Disable auto recovery of underreplicated ledgers - name: bookieFormat + description: Format the current server contents. options: - flag: -nonInteractive + description: Whether to confirm if old data exists..? - flag: -force + description: If [nonInteractive] is specified, then whether to force delete the old data without prompt..? - flag: -deleteCookie + description: Delete its cookie on zookeeper +- name: bookieinfo + description: Retrieve bookie info such as free and total disk space. - name: bookiesanity + description: Sanity test for local bookie. Create ledger and write/reads entries on local bookie. Review comment: the local bookie ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
