Hello,

I am trying to deploy a ceph cluster by compile from sources and I get an error 
with these messages:

dpkg: dependency problems prevent configuration of ceph:
 ceph depends on ceph-common (>= 9.0.0-943); however:
  Version of ceph-common on system is 9.0.0-1.
 ceph-common (9.0.0-1) breaks ceph (<< 9.0.0-943) and is unpacked but not 
configured.
  Version of ceph to be configured is 9.0.0-1.
.
.
.
.
Errors were encountered while processing:
 ceph
 ceph-dbg
 ceph-mds
 ceph-mds-dbg
 ceph-resource-agents


I followed the steps from the documentation to build Ceph packages from source:
1. ./autogen.sh
2. ./configure
3. make -j6
4. sudo dpkg-buildpackage


Now I am trying to deploy using the same procedure mentioned in ceph-deploy 
(with the exception of the ceph-deploy install ceph step):
1. ceph-deploy new <hostname>
2. sudo dpkg -i * (in the folder containing the .deb files)

At this step I get the error that is pasted above. I was able to follow the 
same procedure without any issues on 2 other machines but I am not able to 
identify the root cause. Any help from the community is appreciated!

Thanks,
Aakanksha
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to