On Tue, 2010-07-06 at 13:07 -0700, Sage Weil wrote: > On Tue, 6 Jul 2010, Jonathan Dieter wrote: > > Are there any pointers on how to use "ceph auth add"? I'm trying to add > > a second osd and am running into trouble at the step where I'm supposed > > to run "ceph auth get osd.1 -o /data/keyring.osd1" at > > http://ceph.newdream.net/wiki/OSD_cluster_expansion/contraction > > > > It seems that osd.1 isn't in the server's keyring yet, but I haven't > > worked out how to add it yet. > > > > Running the following commands on the server: > > ceph auth add osd.1 --in-file=/data/keyring.osd1 > > Try > > ceph auth add osd.1 -i /data/keyring.osd1 > > The long form was --in-data instead of --in-file... now fixed in unstable. > But you can just use the short form -i. And that did the trick! Thanks much. I've now got two osds and the second is automatically copying the data. Jonathan
Attachment:
signature.asc
Description: This is a digitally signed message part