manila/releasenotes/notes/bug-1640169-check-ceph-connection-on-setup-c92bde41ced43326.yaml
Jan Provaznik af79b9f5b7 Check ceph backend connection on driver setup
Check that ceph connection really works when setting up
the driver instead of doing real connect later in init_host
phase. This mitigates the risk that the service crashes/respawns
in an infinite loop because of a connection error.

Change-Id: Ia71b55dab1535ce351310108aaf53304b15ab757
Closes-Bug: 1640169
2016-11-15 12:35:39 +01:00

5 lines
118 B
YAML

---
fixes:
- Added a check on driver startup for CEPHFS back ends to verify whether
the back end is accessible.