I am trying to deploy ceph reading the instructions from this link.

http://ceph.com/docs/master/start/quick-ceph-deploy/

I get the error below. Can someone let me know if this is something related
to what I am doing wrong or the script?

[abc@abc-ld ~]$ ceph-deploy install abc-ld
[ceph_deploy.install][DEBUG ] Installing stable version dumpling on cluster
ceph hosts abc-ld
[ceph_deploy.install][DEBUG ] Detecting platform for host abc-ld ...
[sudo] password for abc:
[ceph_deploy.install][INFO  ] Distro info: RedHatEnterpriseWorkstation 6.1
Santiago
[abc-ld][INFO  ] installing ceph on abc-ld
[abc-ld][INFO  ] Running command: su -c 'rpm --import "
https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc";'
[abc-ld][ERROR ] Traceback (most recent call last):
[abc-ld][ERROR ]   File
"/usr/lib/python2.6/site-packages/ceph_deploy/hosts/centos/install.py",
line 21, in install
[abc-ld][ERROR ]   File
"/usr/lib/python2.6/site-packages/ceph_deploy/util/decorators.py", line 10,
in inner
[abc-ld][ERROR ]     def inner(*args, **kwargs):
[abc-ld][ERROR ]   File
"/usr/lib/python2.6/site-packages/ceph_deploy/util/wrappers.py", line 6, in
remote_call
[abc-ld][ERROR ]     This allows us to only remote-execute the actual
calls, not whole functions.
[abc-ld][ERROR ]   File "/usr/lib64/python2.6/subprocess.py", line 502, in
check_call
[abc-ld][ERROR ]     raise CalledProcessError(retcode, cmd)
[abc-ld][ERROR ] CalledProcessError: Command '['su -c \'rpm --import "
https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc"\'']'
returned non-zero exit status 1
[abc-ld][ERROR ] error:
https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc: key 1
import failed.
[ceph_deploy][ERROR ] RuntimeError: Failed to execute command: su -c 'rpm
--import "https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc";'
_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to