Skip to content

Commit 423a6ff

Browse files
committed
OSP: Add note about rgw_max_attr_size in OSP17
Due to bug [1] Ceph RGW setting `rgw_max_attr_size` is set to 256 by default in OSP17. This causes problems hen uploading container images by the internal registry. This commit adds a note that in OSP 17.0 it is important to check and reconfigure that parameter before installation. [1] https://bugzilla.redhat.com/show_bug.cgi?id=2167161
1 parent a01c8e7 commit 423a6ff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/installation-osp-enabling-swift.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ If link:https://access.redhat.com/documentation/en-us/red_hat_openstack_platform
1717
If Swift is present and you want to use it, you must enable access to it. If it is not present, or if you do not want to use it, skip this section.
1818
====
1919

20+
[IMPORTANT]
21+
====
22+
{rh-openstack} 17 sets the `rgw_max_attr_size` parameter of Ceph RGW to 256 characters. This setting causes issues with uploading container images to the {product-title} registry. You must set the value of `rgw_max_attr_size` to at least 1024 characters.
23+
24+
Before installation, check if your {rh-openstack} deployment is affected by this problem. If it is, reconfigure Ceph RGW.
25+
====
26+
2027
.Prerequisites
2128

2229
* You have a {rh-openstack} administrator account on the target environment.

0 commit comments

Comments
 (0)