Project

General

Profile

Actions

Bug #43066

open

copy object (key) overhead user quota and bucket quota

Added by hoan nv over 4 years ago. Updated about 4 years ago.

Status:
Triaged
Priority:
Normal
Target version:
-
% Done:

0%

Source:
Tags:
quota
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
upgrade/mimic-p2p
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Hi all.

Currently i upload a file to bucket which has quota

"user_quota": {
        "enabled": true,
        "check_on_raw": false,
        "max_size": 10737418240,
        "max_size_kb": 10485760,
        "max_objects": -1
    },

current usage

"rgw.main": {
            "size": 18431279469,
            "size_actual": 18431307776,
            "size_utilized": 18431279469,
            "size_kb": 17999297,
            "size_kb_actual": 17999324,
            "size_kb_utilized": 17999297,
            "num_objects": 9
        },

after copy file to same bucket

"rgw.main": {
            "size": 20735185956,
            "size_actual": 20735217664,
            "size_utilized": 20735185956,
            "size_kb": 20249206,
            "size_kb_actual": 20249236,
            "size_kb_utilized": 20249206,
            "num_objects": 10
        },

Thanks.

Actions

Also available in: Atom PDF