Details
Description
For some reason this request is not working and the rest api gives me back a bad error so I don't even know where to look. This happens for many different requests. Below is one example.
POST /pools/default/buckets HTTP/1.1
Host: localhost:9000
Accept-Encoding: identity
Content-Length: 92
Content-Type: application/x-www-form-urlencoded
Accept: */*
Authorization: Basic QWRtaW5pc3RyYXRvcjpwYXNzd29yZA==
bucketType=membase&proxyPort=11211&authType=none&name=default&replicaNumber=0&ramQuotaMB=200HTTP/1.1 400 Bad Request
Server: Couchbase Server 2.0.0r_353_gc2ea2fa
Pragma: no-cache
Date: Tue, 25 Sep 2012 23:47:31 GMT
Content-Type: application/json
Content-Length: 319
Cache-Control: no-cache
{"errors":{"ramQuotaMB":"RAM quota cannot be less than 100 MB"},"summaries":{"ramSummary":{"total":536870912,"otherBuckets":0,"nodesCount":1,"perNodeMegs":2,"thisAlloc":2097152,"thisUsed":0,"free":534773760},"hddSummary":{"total":499763888128,"otherData":69966944337,"otherBuckets":0,"thisUsed":0,"free":429796943791}}}
POST /pools/default/buckets HTTP/1.1
Host: localhost:9000
Accept-Encoding: identity
Content-Length: 92
Content-Type: application/x-www-form-urlencoded
Accept: */*
Authorization: Basic QWRtaW5pc3RyYXRvcjpwYXNzd29yZA==
bucketType=membase&proxyPort=11211&authType=none&name=default&replicaNumber=0&ramQuotaMB=200HTTP/1.1 400 Bad Request
Server: Couchbase Server 2.0.0r_353_gc2ea2fa
Pragma: no-cache
Date: Tue, 25 Sep 2012 23:47:31 GMT
Content-Type: application/json
Content-Length: 319
Cache-Control: no-cache
{"errors":{"ramQuotaMB":"RAM quota cannot be less than 100 MB"},"summaries":{"ramSummary":{"total":536870912,"otherBuckets":0,"nodesCount":1,"perNodeMegs":2,"thisAlloc":2097152,"thisUsed":0,"free":534773760},"hddSummary":{"total":499763888128,"otherData":69966944337,"otherBuckets":0,"thisUsed":0,"free":429796943791}}}