From 7a998ebfe909ff3ad3e21031a44287e5469eadb9 Mon Sep 17 00:00:00 2001 From: Hyun-Ju Vega <75808211+hyunjuV@users.noreply.github.com> Date: Wed, 29 Apr 2026 01:03:59 -0700 Subject: [PATCH] DOC-14251: Remove bucket-priority option from couchbase-cli documentation DOC-14251: Remove bucket-priority option from couchbase-cli documentation --- .../cbcli/couchbase-cli-bucket-create.adoc | 21 ++++--------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/docs/modules/cli/pages/cbcli/couchbase-cli-bucket-create.adoc b/docs/modules/cli/pages/cbcli/couchbase-cli-bucket-create.adoc index 55a92969..da57d5d4 100644 --- a/docs/modules/cli/pages/cbcli/couchbase-cli-bucket-create.adoc +++ b/docs/modules/cli/pages/cbcli/couchbase-cli-bucket-create.adoc @@ -17,7 +17,7 @@ _couchbase-cli bucket-create_ [--cluster ] [--username ] [--client-key ] [--client-key-password ] [--bucket ] [--bucket-type ] [--storage-backend ] [--durability-min-level ] [--bucket-ramsize ] [--bucket-replica ] - [--bucket-priority ] [--bucket-eviction-policy ] + [--bucket-eviction-policy ] [--max-ttl ] [--compression-mode ] [--enable-flush ] [--enable-index-replica ] [--conflict-resolution ] [--wait] [--database-fragmentation-threshold-percentage ] @@ -88,19 +88,6 @@ include::{partialsdir}/cbcli/part-common-options.adoc[] zero, and the maximum three. This option is valid for Couchbase and Ephemeral buckets only. ---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 and Ephemeral buckets only. @@ -278,12 +265,12 @@ of 1GB, run the following command. --bucket-ramsize 1024 To create a Couchbase bucket named "airline-data" with a memory cache size of -1GB, two data replicas, high background-task priority, full eviction, flushing -enabled, and view index replication enabled, run the following command. +1GB, two data replicas, full eviction, flushing enabled, and +view index replication enabled, run the following command. $ couchbase-cli bucket-create -c 192.168.1.5:8091 --username Administrator \ --password password --bucket travel-data --bucket-type couchbase \ - --bucket-ramsize 1024 --bucket-replica 2 --bucket-priority high \ + --bucket-ramsize 1024 --bucket-replica 2 \ --bucket-eviction-policy fullEviction --enable-flush 1 \ --enable-index-replica 1