Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 2.0
-
Fix Version/s: None
-
Component/s: tools
-
Security Level: Public
-
Labels:None
Description
It will be useful for admin to allow them to enable or not flush when creating/editing a bucket using couchbase-cli bucket-create/bucket-edit commands
We should add the following parameter to the command:
enable-flush=true/false (default=false)
see:
http://www.couchbase.com/forums/thread/couchbase-cli-bucket-create-possible-specify-flush-attribute
We should add the following parameter to the command:
enable-flush=true/false (default=false)
see:
http://www.couchbase.com/forums/thread/couchbase-cli-bucket-create-possible-specify-flush-attribute
http://www.couchbase.com/docs/couchbase-manual-2.0/couchbase-admin-restapi-creating-buckets.html
flushEnabled Enable the 'flush all' functionality on the specified bucket.
Parameters boolean; optional
Value Range 0 - 1; Default: 0
Supported Values
0 Disable flush all support
1 Enable flush all support