Skip to content

Commit 9436c5f

Browse files
committed
Don't send any value for compression mode in buckets add
It prevents community edition from working.
1 parent 1bd9b8a commit 9436c5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deployment/dockerdeploy/deployer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ func (d *Deployer) CreateBucket(ctx context.Context, clusterID string, opts *dep
649649
EvictionPolicy: "valueOnly",
650650
ReplicaNumber: uint32(opts.NumReplicas),
651651
DurabilityMinLevel: "none",
652-
CompressionMode: "passive",
652+
CompressionMode: "",
653653
MaxTTL: 0,
654654
RAMQuotaMB: uint64(ramQuotaMb),
655655
FlushEnabled: opts.FlushEnabled,

0 commit comments

Comments
 (0)