Fixes: https://tracker.ceph.com/issues/50758
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit
248686226bc11e0d2b0d2b8f786b2d7d0ac771e0)
Conflicts:
PendingReleaseNotes added for pacific
CentOS 7.6 and later. To enable older clients, set ``cephx_require_version``
and ``cephx_service_require_version`` config options to 1.
+* rgw: The Civetweb frontend is now deprecated and will be removed in Quincy.
+
>=15.0.0
--------
========
.. versionadded:: Firefly
+.. deprecated:: Pacific
The ``civetweb`` frontend uses the Civetweb HTTP library, which is a
fork of Mongoose.
RGWFrontend *fe = NULL;
if (framework == "civetweb" || framework == "mongoose") {
+ lderr(cct.get()) << "IMPORTANT: the civetweb frontend is now deprecated "
+ "and will be removed in a future release" << dendl;
framework = "civetweb";
std::string uri_prefix;
config->get_val("prefix", "", &uri_prefix);