diff options
author | Casey Bodley <cbodley@users.noreply.github.com> | 2024-08-26 23:52:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-26 23:52:22 +0200 |
commit | 59891f06d57b2fda50838a6da729057bcacb1153 (patch) | |
tree | 2f8c7257aa9e955ef2c44840f26f460318d0c668 /PendingReleaseNotes | |
parent | Merge pull request #59227 from xxhdx1985126/wip-67564 (diff) | |
parent | test/rgw: include --rgw-realm/zonegroup/zone args for 'account create' (diff) | |
download | ceph-59891f06d57b2fda50838a6da729057bcacb1153.tar.xz ceph-59891f06d57b2fda50838a6da729057bcacb1153.zip |
Merge pull request #59422 from cbodley/wip-67697
rgw: ignore zoneless default realm when not configured
Reviewed-by: Shilpa Jagannath <smanjara@redhat.com>
Diffstat (limited to 'PendingReleaseNotes')
-rw-r--r-- | PendingReleaseNotes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 497411148ed..5853b7e290b 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -103,6 +103,8 @@ config option. Previously, they would ignore invalid or missing realms and go on to load a zone/zonegroup in a different realm. If startup fails with a "failed to load realm" error, fix or remove the ``rgw_realm`` option. +* rgw: The radosgw-admin commands ``realm create`` and ``realm pull`` no + longer set the default realm without ``--default``. * CephFS: Running the command "ceph fs authorize" for an existing entity now upgrades the entity's capabilities instead of printing an error. It can now also change read/write permissions in a capability that the entity already |