Merge "Fix outdated links and document spelling error"

This commit is contained in:
Jenkins 2017-10-05 20:46:21 +00:00 committed by Gerrit Code Review
commit 34d541aa8b
4 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# 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-dev [test platform:dpkg]

View File

@ -47,7 +47,7 @@
#
# [*ceph_apache_repo*] Whether to require the CEPH apache repo (ceph::repo::fastcgi).
# 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.
#
# [*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
#Rewrite rule
#Variable name shrinked in favor of not having
#Variable name shrunk in favor of not having
#more than 140 chars per line
$rr = '^/([a-zA-Z0-9-_.]*)([/]?.*) /s3gw.fcgi?page=$1&params=$2&%{QUERY_STRING} [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]'

View File

@ -1,6 +1,6 @@
---
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
- 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:

View File

@ -14,7 +14,7 @@ upgrade:
`osd/osd_op_threads`
deprecations:
- 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
usage of ceph::conf for `osd/osd_max_backfills`,
`osd_max_scrubs`, `osd/osd_recovery_max_active`,