Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client configuration should not require ceph.client.admin.keyring #1848

Closed
fultonj opened this issue Sep 1, 2017 · 1 comment
Closed

client configuration should not require ceph.client.admin.keyring #1848

fultonj opened this issue Sep 1, 2017 · 1 comment

Comments

@fultonj
Copy link
Contributor

fultonj commented Sep 1, 2017

When using ceph-ansible's ability to configure a ceph client to talk to an external ceph cluster the task fails with the following message:

2017-09-01 20:44:46,615 p=1728 u=mistral | fatal: [192.168.24.10]: FAILED! => {"changed": false, "failed": true, "msg": "Unable to find '/tmp/file-mistral-actiongUI08a/bddc7e56-8f09-11e7-a223-003da9b9b610/etc/ceph/ceph.client.admin.keyring' in expected paths."}

This task should be skipped in that scenario because it's not necessary for the client to have the admin key.

@fultonj
Copy link
Contributor Author

fultonj commented Sep 2, 2017

In addition, if the client admin key isn't copied, it shouldn't be used to try to ceph auth import the created client key and it is not necessary to verify the key either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant