Re: [RGW] Space usage vastly overestimated since Octopus upgrade

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Den mån 29 juni 2020 kl 17:27 skrev Liam Monahan <liam@xxxxxxxxxxxxxx>:

>
> For example, here is a bucket that all of a sudden reports that it has
> 18446744073709551615 objects!  The actual count should be around 20,000.
>
>         "rgw.none": {
>             "size": 0,
>             "size_actual": 0,
>             "size_utilized": 0,
>             "size_kb": 0,
>             "size_kb_actual": 0,
>             "size_kb_utilized": 0,
>             "num_objects": 18446744073709551615
>         },
>

That number is a small negative 64bit signed value, printed as an unsigned
64bit integer.
Seems like the counter underflowed.

2^64 = 18446744073709551616


-- 
May the most significant bit of your life be positive.
_______________________________________________
ceph-users mailing list -- ceph-users@xxxxxxx
To unsubscribe send an email to ceph-users-leave@xxxxxxx




[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Ceph Dev]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux