Fix outdated links and document spelling error
Update doc links according to OpenStack document migration. Use https instead of http for docs links. 1)http://docs.openstack.org/infra/bindep/ --> https://docs.openstack.org/infra/bindep/ 2)http://ceph.com/docs/master/install/install-ceph-gateway/ --> http://docs.ceph.com/docs/master/install/install-ceph-gateway/ Closes-Bug:#1717835 Change-Id: Ie2dca6e916d04278ca2ee9ed7c4ed43b73b77e82
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# This is a cross-platform list tracking distribution packages needed by tests;
|
# This is a cross-platform list tracking distribution packages needed by tests;
|
||||||
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
||||||
|
|
||||||
libxml2-devel [test platform:rpm]
|
libxml2-devel [test platform:rpm]
|
||||||
libxml2-dev [test platform:dpkg]
|
libxml2-dev [test platform:dpkg]
|
||||||
|
@@ -47,7 +47,7 @@
|
|||||||
#
|
#
|
||||||
# [*ceph_apache_repo*] Whether to require the CEPH apache repo (ceph::repo::fastcgi).
|
# [*ceph_apache_repo*] Whether to require the CEPH apache repo (ceph::repo::fastcgi).
|
||||||
# Optional. Default is true. Check:
|
# Optional. Default is true. Check:
|
||||||
# http://ceph.com/docs/master/install/install-ceph-gateway/
|
# http://docs.ceph.com/docs/master/install/install-ceph-gateway/
|
||||||
# for more info on repository recommendations.
|
# for more info on repository recommendations.
|
||||||
#
|
#
|
||||||
# [*apache_mods*] Whether to configure and enable a set of default Apache modules.
|
# [*apache_mods*] Whether to configure and enable a set of default Apache modules.
|
||||||
@@ -102,7 +102,7 @@ define ceph::rgw::apache_fastcgi (
|
|||||||
include ::apache::mod::rewrite
|
include ::apache::mod::rewrite
|
||||||
|
|
||||||
#Rewrite rule
|
#Rewrite rule
|
||||||
#Variable name shrinked in favor of not having
|
#Variable name shrunk in favor of not having
|
||||||
#more than 140 chars per line
|
#more than 140 chars per line
|
||||||
$rr = '^/([a-zA-Z0-9-_.]*)([/]?.*) /s3gw.fcgi?page=$1¶ms=$2&%{QUERY_STRING} [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]'
|
$rr = '^/([a-zA-Z0-9-_.]*)([/]?.*) /s3gw.fcgi?page=$1¶ms=$2&%{QUERY_STRING} [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]'
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- The ceph cluster FSID is explictly added as a cluster option (--cluster-uuid) to ceph-disk prepare per OSD
|
- The ceph cluster FSID is explicitly added as a cluster option (--cluster-uuid) to ceph-disk prepare per OSD
|
||||||
- An additional check is done prior to preparing an OSD to verify the OSD is not already prepared with a different FSID, which is a symptom of trying to add an OSD from a different ceph cluster
|
- An additional check is done prior to preparing an OSD to verify the OSD is not already prepared with a different FSID, which is a symptom of trying to add an OSD from a different ceph cluster
|
||||||
- Prior to this change, a deploy might report it is successful even if all of the OSDs fail to activate. The logs will now indicate that the OSD activation failed because a different FSID was found so that the user may then choose zap away the old deploy
|
- Prior to this change, a deploy might report it is successful even if all of the OSDs fail to activate. The logs will now indicate that the OSD activation failed because a different FSID was found so that the user may then choose zap away the old deploy
|
||||||
fixes:
|
fixes:
|
||||||
|
@@ -14,7 +14,7 @@ upgrade:
|
|||||||
`osd/osd_op_threads`
|
`osd/osd_op_threads`
|
||||||
deprecations:
|
deprecations:
|
||||||
- ceph::init set_osd_params is added new as deprecated.
|
- ceph::init set_osd_params is added new as deprecated.
|
||||||
This is to support backwards compability in this release.
|
This is to support backwards compatibility in this release.
|
||||||
It will be removed in the next release. Please inspect your
|
It will be removed in the next release. Please inspect your
|
||||||
usage of ceph::conf for `osd/osd_max_backfills`,
|
usage of ceph::conf for `osd/osd_max_backfills`,
|
||||||
`osd_max_scrubs`, `osd/osd_recovery_max_active`,
|
`osd_max_scrubs`, `osd/osd_recovery_max_active`,
|
||||||
|
Reference in New Issue
Block a user