On Tue, Jun 15, 2010 at 1:54 PM, Min Zhou <coderplay@xxxxxxxxx> wrote: > > > Still two questions: > 1. Why it prompted the need of all osd's root passwords? You specified --allhosts in the mkcephfs script command line. The script uses ssh to run commands on the remote hosts, so you'd probably need to setup your environment so that it doesn't prompt for password when you login there (e.g., one way to do it is to create a private/public keys pair, put the copy of your public key in the remote host under ~/.ssh/authorized_keys). > 2. Why it still has warning that tell me no keyring specified for each osd. Probably because there wasn't any keyring specified in your ceph.conf. As you don't setup your ceph cluster with authentication it doesn't really matter. 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