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

trying to bootstrap a test cluster, osds are not created (auth error) #221

Open
mdsteveb opened this issue Dec 24, 2015 · 0 comments
Open

Comments

@mdsteveb
Copy link

I'm trying to rebuild my test cluster from scratch with a much newer version of the cookbook than I used last time. This is on Ubuntu 14.04, installing ceph hammer.

It's building the monitor okay and it looks like the osd prepare step worked (they're all partitioned as expected anyway), but it's failing to activate them with a librados permission error.

It looks like the bootstrap-osd key is deployed to the osd hosts' /var/lib/ceph/bootstrap-osd/ceph.keyring okay but is not installed in the cluster:

# ceph auth list
installed auth entries:

client.admin
    key: AQC...XQ==
    caps: [mds] allow
    caps: [mon] allow *
    caps: [osd] allow *
client.bootstrap-mds
    key: AQ...nw==
    caps: [mon] allow profile bootstrap-mds
client.bootstrap-rgw
    key: AQ...xQ==
    caps: [mon] allow profile bootstrap-rgw
# 
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