On Mon, Jan 10, 2011 at 6:44 AM, Qian Wei <hzqianwei@xxxxxxxxx> wrote: > > Can you help me? I am installing the ceph(the latest version v0.23.1 ). I finish the process of "make", and no error happens, but I can't find the file "keyring.bin" in anywhere of my Ubuntu 10.10. Is there anything wrong may cause this problem like I am facing now. Thank you! Thank you very much!!! > Moving this to the list. The keyring.bin isn't created by the makefile, and moreover, currently it is not required when using the default configuration. One easy way to create it is to start a simple test cluster from under ceph/src like this (don't run it if you already did it and don't want to clobber your data): ~/ceph/src$ ./vstart.sh -n -x This will generate a new filesystem, with a default ceph.conf and a newly generated keyring file. Another way to create a keyring file is by using the cauthtool command (there are examples in the cauthtool man page). Yehuda -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html