diff --git a/docs/modules/cli/pages/cbcli/couchbase-cli-bucket-edit.adoc b/docs/modules/cli/pages/cbcli/couchbase-cli-bucket-edit.adoc index aad39a79..fda69297 100644 --- a/docs/modules/cli/pages/cbcli/couchbase-cli-bucket-edit.adoc +++ b/docs/modules/cli/pages/cbcli/couchbase-cli-bucket-edit.adoc @@ -16,7 +16,7 @@ _couchbase-cli bucket-edit_ [--cluster ] [--username ] [--password ] [--client-cert ] [--client-cert-password ] [--client-key ] [--client-key-password ] [--bucket ] [--bucket-ramsize ] - [--bucket-replica ] [--bucket-priority ] + [--bucket-replica ] [--bucket-eviction-policy ] [--enable-flush ] [--max-ttl ] [--compression-mode ] [--remove-bucket-port ] @@ -63,19 +63,6 @@ include::{partialsdir}/cbcli/part-common-options.adoc[] Sets the port on which the bucket listens. This parameter is deprecated, and therefore not recommended for use. ---bucket-priority :: - Specifies the priority of this bucket's background tasks. This option is - valid for Couchbase and Ephemeral buckets only. For Couchbase buckets, - background task-types include disk I/O, DCP stream-processing, and - item-paging. For Ephemeral buckets, background task-types are the same as - for Couchbase buckets, with the exception of disk I/O, which does not apply - to Ephemeral buckets. The value of this option may be "high" or "low". The - default is "low". Specifying "high" may result in faster processing; but - only when more than one bucket is defined for the cluster, and when - different priority settings have been established among the buckets. When - Couchbase and Ephemeral buckets have different priority settings, this - affects the prioritization only of task-types other than disk I/O. - --bucket-eviction-policy :: The memory-cache eviction policy for this bucket. This option is valid for Couchbase buckets only; the eviction policy for ephemeral buckets can't be