Project

General

Profile

Actions

Feature #45011

closed

Feature #39478: mgr/dashboard: new RGW workflows & RGW enhancements

Feature #39477: mgr/dashboard: add/edit missing RGW bucket info

mgr/dashboard: Display users current bucket quota usage

Added by Alfonso Martínez about 4 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Component - RGW
Target version:
% Done:

100%

Source:
Tags:
Backport:
octopus, nautilus
Reviewed:
Affected Versions:
Pull request ID:

Description

In Dashboard > Object Gateway > Buckets:
Display the user bucket quota usage: the current size, % used and number of objects for the bucket.

It seems the usage info is already available:

$ radosgw-admin bucket stats --uid testid --bucket bucket
[
    {
        "bucket": "bucket",
        "num_shards": 11,
        "tenant": "",
        "zonegroup": "b5f43b50-abd5-4b39-9b45-5b529997ea5b",
        "placement_rule": "default-placement",
        "explicit_placement": {
            "data_pool": "",
            "data_extra_pool": "",
            "index_pool": "" 
        },
        "id": "702aaf09-0a49-49a7-8da0-629e9f905d40.4137.1",
        "marker": "702aaf09-0a49-49a7-8da0-629e9f905d40.4137.1",
        "index_type": "Normal",
        "owner": "testid",
        "ver": "0#2,1#3,2#1,3#1,4#3,5#3,6#3,7#1,8#1,9#1,10#1",
        "master_ver": "0#0,1#0,2#0,3#0,4#0,5#0,6#0,7#0,8#0,9#0,10#0",
        "mtime": "2020-04-08T16:03:53.198989Z",
        "creation_time": "2020-04-08T16:03:50.051813Z",
        "max_marker": "0#,1#,2#,3#,4#,5#,6#,7#,8#,9#,10#",
        "usage": {
            "rgw.main": {
                "size": 12697,
                "size_actual": 40960,
                "size_utilized": 12697,
                "size_kb": 13,
                "size_kb_actual": 40,
                "size_kb_utilized": 13,
                "num_objects": 9
            }
        },
        "bucket_quota": {
            "enabled": false,
            "check_on_raw": false,
            "max_size": -1,
            "max_size_kb": 0,
            "max_objects": -1
        }
    }
]


Related issues 5 (1 open4 closed)

Related to Dashboard - Feature #45964: mgr/dashboard: Add support for setting bucket quotasNew

Actions
Related to Dashboard - Feature #45965: mgr/dashboard: Display users current quota usageResolved

Actions
Related to Dashboard - Bug #45968: mgr/dashboard: Tooltips missing from progress barsResolvedTiago Melo

Actions
Copied to Dashboard - Backport #46354: octopus: mgr/dashboard: Display users current bucket quota usageResolvedErnesto PuertaActions
Copied to Dashboard - Backport #48180: nautilus: mgr/dashboard: Display users current bucket quota usageResolvedAvan ThakkarActions
Actions

Also available in: Atom PDF