puppet-ceph/releasenotes/notes/update-ceph-key-unless-cecb0202f0ecd392.yaml
Keith Schincke 04d1a0438c Update unless statement for cephx key checking.
Some cephx keys (manila) have specail features enabled via quoted
words in their capabilities list. The initial key is created on the
file system with escaped quotes (\"auth del\" and \"auth caps\").
However the output of ceph auth get does not excape these quotes.
This results in the grep in unless satement always failing and
causing the key to be reimported multiple times.

A Ceph tracker issue has been opend to for this issue. (1)

1: http://tracker.ceph.com/issues/22227

Change-Id: I2cf6d3ded28d2d37c10fbe9ffb29822b744a561c
2017-11-22 11:48:39 -05:00

7 lines
209 B
YAML

---
fixes:
- |
Update ceph::key unless statement to work out ceph auth get not escaping
embedded quotes in the capabilities lists. Ceph tracker number 22227 has
been opened to resolve this issue