[ceph-users] Re: v16.2.12 Pacific (hot-fix) released

2023-04-22 Thread Yuri Weinstein
We are writing to inform you that Pacific v16.2.12, released on April
14th, has many unintended commits in the changelog than listed in the
release notes [1].

As these extra commits are not fully tested, we request that all users
please refrain from upgrading to v16.2.12 at this time. The current
v16.2.12 will be QE validated and released as soon as possible.

v16.2.12 was a hotfix release meant to resolve several performance
flaws in ceph-volume, particularly during osd activation. The extra
commits target v16.2.13.

We apologize for the inconvenience. Please reach out to the mailing
list with any questions.

[1] https://ceph.io/en/news/blog/2023/v16-2-12-pacific-released/

On Fri, Apr 14, 2023 at 9:42 AM Yuri Weinstein  wrote:
>
> We're happy to announce the 12th hot-fix release in the Pacific series.
>
> https://ceph.io/en/news/blog/2023/v16-2-12-pacific-released/
>
> Notable Changes
> ---
> This is a hotfix release that resolves several performance flaws in 
> ceph-volume,
> particularly during osd activation (https://tracker.ceph.com/issues/57627)
> Getting Ceph
>
> 
> * Git at git://github.com/ceph/ceph.git
> * Tarball at https://download.ceph.com/tarballs/ceph-16.2.12.tar.gz
> * Containers at https://quay.io/repository/ceph/ceph
> * For packages, see https://docs.ceph.com/en/latest/install/get-packages/
> * Release git sha1: 5a2d516ce4b134bfafc80c4274532ac0d56fc1e2
___
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io


[ceph-users] radosgw-admin bucket rm fails

2023-04-22 Thread James Turner
I've got buckets that are visible to radosgw-admin bucket list but not to
an S3 client and the delete fails.. e.g.:
radosgw-admin bucket rm --bucket=appsshared1
2023-04-22T19:43:55.705-0400 7f9a87616680  0 ERROR:
cls_bucket_list_unordered error in rgw_rados_operate (bucket list op), r=-2
2023-04-22T19:43:55.705-0400 7f9a87616680  0 ERROR: int
RGWRados::Bucket::List::list_objects_unordered(const DoutPrefixProvider*,
int64_t, std::vector*,
std::map, bool>*, bool*, optional_yield)
cls_bucket_list_unordered returned -2 for
:appsshared1[07c644e6-08ba-4c2a-aa43-46c47fcaa3d2.2815988.1])

Similarly, trying to delete the owning user fails:

radosgw-admin user rm --uid=apps_shared_user --purge-data
could not remove user: unable to remove user, unable to delete user data
2023-04-22T19:54:34.266-0400 7f84c598c680  0 ERROR:
cls_bucket_list_unordered error in rgw_rados_operate (bucket list op), r=-2
2023-04-22T19:54:34.266-0400 7f84c598c680  0 ERROR: int
RGWRados::Bucket::List::list_objects_unordered(const DoutPrefixProvider*,
int64_t, std::vector*,
std::map, bool>*, bool*, optional_yield)
cls_bucket_list_unordered returned -2 for
:appsshared1[07c644e6-08ba-4c2a-aa43-46c47fcaa3d2.2815988.1])

As does trying to fix the bucket:

radosgw-admin bucket check --bucket appsshared1 --fix
2023-04-22T19:56:17.510-0400 7f981eddd680  0 int
RGWRados::cls_bucket_list_ordered(const DoutPrefixProvider*,
RGWBucketInfo&, int, const rgw_obj_index_key&, const string&, const
string&, uint32_t, bool, uint16_t, RGWRados::ent_map_t&, bool*, bool*,
rgw_obj_index_key*, optional_yield, RGWBucketListNameFilter):
CLSRGWIssueBucketList for
:appsshared1[07c644e6-08ba-4c2a-aa43-46c47fcaa3d2.2815988.1]) failed

The release is quincy -

Any ideas on how to approach the problem?

-- 
Jim Turner
___
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io