-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use the table writer for zones config output.
This will make it easier to copy/paste. Example: ``` $ ./cockroach zone --dev set 1000 /tmp/zone $ ./cockroach zone --dev set 1010 /tmp/zone $ ./cockroach zone --dev get 1000 replicas: - attrs: [us-east-1a, ssd] - attrs: [us-east-1b, ssd] - attrs: [us-west-1b, ssd] range_min_bytes: 8388608 range_max_bytes: 67108864 $./cockroach zone --dev ls Object 1000: replicas: - attrs: [us-east-1a, ssd] - attrs: [us-east-1b, ssd] - attrs: [us-west-1b, ssd] range_min_bytes: 8388608 range_max_bytes: 67108864 Object 1010: replicas: - attrs: [us-east-1a, ssd] - attrs: [us-east-1b, ssd] - attrs: [us-west-1b, ssd] range_min_bytes: 8388608 range_max_bytes: 67108864 ```
- Loading branch information
marc
committed
Sep 16, 2015
1 parent
9910822
commit 1e7bf25
Showing
5 changed files
with
109 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters