openstack-ansible/releasenotes/notes/ceph-backend-host-change-968edfbc15b59b0a.yaml
Jean-Philippe Evrard 2a47a3fafd Bump SHAs for master
This temporarily make use of a more recent version of
requirements than the projects have.

Without this update, the version of python-qinlingclient
is 2.1.0, which doesn't work with the version of cliff
shipped in requirements, which causes an issue in the
bash completion.

Change-Id: I779a8ec009a8fb53fb932f129dcba98d6f794ce2
2019-07-10 16:28:52 +00:00

10 lines
505 B
YAML

---
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
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.