Skip to content

Commit 1d9be4d

Browse files
MB-47761: save ephemeral bucket durabilityMinLevel value
Change-Id: Iddd5b295d9c3b49c015d8fb25bd4e7b834f63732 Reviewed-on: http://review.couchbase.org/c/ns_server/+/158813 Well-Formed: Restriction Checker Tested-by: Pavel Blagodov <[email protected]> Reviewed-by: Pavel Blagodov <[email protected]>
1 parent 1882fad commit 1d9be4d

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/mn_buckets_details_dialog_service.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
copyProperties(["name", "bucketType"]);
4141
}
4242
if (bucketConf.bucketType === "membase") {
43-
copyProperties(["autoCompactionDefined", "evictionPolicy", "durabilityMinLevel"]);
43+
copyProperties(["autoCompactionDefined", "evictionPolicy"]);
4444
}
4545
if (bucketConf.bucketType === "ephemeral") {
4646
copyProperty("purgeInterval");
4747
conf["evictionPolicy"] = bucketConf["evictionPolicyEphemeral"];
4848
}
4949
if (bucketConf.bucketType === "membase" || bucketConf.bucketType === "ephemeral") {
50-
copyProperties(["threadsNumber", "replicaNumber"]);
50+
copyProperties(["threadsNumber", "replicaNumber", "durabilityMinLevel"]);
5151
if (pools.isEnterprise && poolDefault.compat.atLeast55) {
5252
copyProperty("compressionMode");
5353
if (!bucketConf.enableMaxTTL) {

0 commit comments

Comments
 (0)