You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating DateTime formats solves the issue. Ceph 18.x
// RadosTimeFormat - this is the most common rados time formatconstRadosTimeFormatstring="2006-01-02T15:04:05.000000Z07:00"// RadosBucketTimeFormat - used for bucket callsconstRadosBucketTimeFormatstring="2006-01-02T15:04:05.000000"
Error before changing format:
error="parsing time \"2024-07-24T12:10:49.619137Z\" as \"2006-01-02 15:04:05.000000\": cannot parse \"T12:10:49.619137Z\" as \" \""
When trying to load bucket stats, all I get is a time parsing error, for all buckets:
Example:
My ceph version is Quincy (17).
The text was updated successfully, but these errors were encountered: