Skip to content

Commit 4eda678

Browse files
committed
Merge remote-tracking branch 'couchbase/neo'
* MB-51573 Add storageBackend to terse bucket info Change-Id: I48486a03c67bce5b0c5c52ad4913dcdd8644d936
2 parents 0de5ecf + ed00949 commit 4eda678

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/bucket_info_cache.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ build_short_bucket_info(Id, BucketConfig, Snapshot) ->
185185
BucketUUID = ns_bucket:uuid(Id, Snapshot),
186186
[build_name_and_locator(Id, BucketConfig),
187187
{bucketType, ns_bucket:external_bucket_type(BucketConfig)},
188+
{storageBackend, ns_bucket:storage_backend(BucketConfig)},
188189
{uuid, BucketUUID},
189190
{uri, build_pools_uri(["buckets", Id], BucketUUID)},
190191
{streamingUri, build_pools_uri(["bucketsStreaming", Id], BucketUUID)},

src/menelaus_web_buckets.erl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ build_dynamic_bucket_info(InfoLevel, Id, BucketConfig, Ctx) ->
300300
{rawRAM, ns_bucket:raw_ram_quota(BucketConfig)}]}},
301301
{basicStats, {build_bucket_stats(InfoLevel, Id, Ctx)}},
302302
{evictionPolicy, build_eviction_policy(BucketConfig)},
303-
{storageBackend, ns_bucket:storage_backend(BucketConfig)},
304303
{durabilityMinLevel, build_durability_min_level(BucketConfig)},
305304
build_pitr_dynamic_bucket_info(BucketConfig),
306305
build_magma_bucket_info(BucketConfig),

0 commit comments

Comments
 (0)