Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-49303

UI: editing bucket shows wrong Memory Quota

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 7.1.0
    • 7.1.0
    • UI
    • None
    • Untriaged
    • 1
    • Unknown
    • UI - 2021 - Nov

    Description

      I configured a three node cluster with a default bucket with 1GB of RAM quota. Here's the normal Cluster->Bucket display

      I select "Edit" and see the following. Note the "Memory Quota" is 3072 MiB when it should be 1024.

      Here's the bucket info via curl. The UI should be using rawRAM...is it perhaps using "ram" instead

      curl -s -u Administrator:asdasd localhost:9000/pools/default/buckets/default | jq .quota
      {
        "ram": 3221225472,
        "rawRAM": 1073741824
      }
      

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              steve.watanabe Steve Watanabe
              steve.watanabe Steve Watanabe
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty