Skip to content

Commit 46edad8

Browse files
MB-47761: save ephemeral bucket durabilityMinLevel value
Change-Id: I2b72c6fd7e8fbba8578e96f68f9641a94526f1c0 Reviewed-on: http://review.couchbase.org/c/ns_server/+/159010 Well-Formed: Build Bot <[email protected]> Reviewed-by: Matthew <[email protected]> Tested-by: Pavel Blagodov <[email protected]>
1 parent f6ea179 commit 46edad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

priv/public/ui/app/mn_admin/mn_buckets_details_dialog_service.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ function mnBucketsDetailsDialogServiceFactory($http, $q, mnBytesToMBFilter, mnCo
6767
}
6868
}
6969
if (isMembase) {
70-
copyProperties(["autoCompactionDefined", "evictionPolicy", "durabilityMinLevel"]);
70+
copyProperties(["autoCompactionDefined", "evictionPolicy"]);
7171
}
7272
if (bucketConf.bucketType === "ephemeral") {
7373
copyProperties(["purgeInterval", "durabilityMinLevel"]);
7474
conf["evictionPolicy"] = bucketConf["evictionPolicyEphemeral"];
7575
}
7676

7777
if (isMembase || bucketConf.bucketType === "ephemeral") {
78-
copyProperties(["threadsNumber", "replicaNumber"]);
78+
copyProperties(["threadsNumber", "replicaNumber", "durabilityMinLevel"]);
7979
if (pools.isEnterprise && poolDefault.compat.atLeast55) {
8080
copyProperty("compressionMode");
8181
if (!bucketConf.enableMaxTTL) {

0 commit comments

Comments
 (0)