Comment 4 for bug 1359220

Revision history for this message
Lei Wang (raywang) wrote :

Hi Liang,

When the related services rejoins the relations with ceph, the old keys might not be valid anymore, I guess ceph will recreate keys instead.

You might probably reproduce this by:

1. juju deploy ceph
2. juju deploy glance
3. juju add-relation ceph glance
4. juju destroy-relation ceph glance
5. juju add-relation ceph glance
6. juju ssh ceph/0
7. sudo ceph -s

You might not be able to check the ceph cluster since the keys are not correct.