From 453166431ad317a7b5cfd814667a074e38c9b265 Mon Sep 17 00:00:00 2001 From: ShangXiao Date: Tue, 5 Nov 2019 16:32:57 +0800 Subject: [PATCH] Fix typos in the yml files Change-Id: I0d113aa3d1c1eb89ce98f1cbc6febf9ac3173a7c --- .../notes/ceph-backend-host-change-968edfbc15b59b0a.yaml | 2 +- .../notes/cinder-init-config-overrides-9e495aee023deed6.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/releasenotes/notes/ceph-backend-host-change-968edfbc15b59b0a.yaml b/releasenotes/notes/ceph-backend-host-change-968edfbc15b59b0a.yaml index 6d8e69e0..d69093ba 100644 --- a/releasenotes/notes/ceph-backend-host-change-968edfbc15b59b0a.yaml +++ b/releasenotes/notes/ceph-backend-host-change-968edfbc15b59b0a.yaml @@ -3,7 +3,7 @@ issues: - Due to a change in how backend_host is defined when using Ceph, all the Cinder volumes will restart under the same backend name. This will mean that any volumes which previously were assigned to the host or container - that hosted the volume will no longer be managable. The workaround for + that hosted the volume will no longer be manageable. The workaround for this is to use the `cinder-manage volume update_host` command to move those volumes to the new backend host. This known issue will be resolved soon with an upgrade playbook. diff --git a/releasenotes/notes/cinder-init-config-overrides-9e495aee023deed6.yaml b/releasenotes/notes/cinder-init-config-overrides-9e495aee023deed6.yaml index a1ea3949..bb96a1ec 100644 --- a/releasenotes/notes/cinder-init-config-overrides-9e495aee023deed6.yaml +++ b/releasenotes/notes/cinder-init-config-overrides-9e495aee023deed6.yaml @@ -5,6 +5,6 @@ features: - The task dropping the cinder systemd unit files now uses the ``config_template`` action plugin allowing deployers access to customize the unit files as they see fit without having to - load extra options into the defaults and polute the generic + load extra options into the defaults and pollute the generic systemd unit file with jinja2 variables and conditionals.