On Thu, Apr 10, 2014 at 7:27 PM, Adam Clark <clark.ada...@gmail.com> wrote: > Wow, that was quite simple > > mkdir /var/lib/ceph/mds/ceph-0 > ceph auth get-or-create mds.0 mds 'allow' osd 'allow *' mon 'allow *' > > /var/lib/ceph/mds/ceph-0/keyring > ceph-mds --id 0 > > mount -t ceph ceph-mon01:6789:/ /mnt -o name=admin,secret=<client.admin > secret> > > Can you confirm that I need the caps above for the MDS, or can it get away > with far less?
I admit I don't remember. Probably "rwx" for both the mon and OSD instead of "*", but it's not a huge difference. > > Also, what is the state of the various *rank parameters? I see that the > doco says that only one MDS should be used, but what is the plans on how > those parameters should be used. *rank? Do you mean the standby options? In any case, while we don't recommend more than one *active* mds for stability reasons, there's a lot of plumbing to support multiple daemons (since that's the ultimate point). > For example, say I wanted to co-host mon and mds services, 3 or 5 of them. > What would appropriate settings for each be? You could just turn them all on; as long as you don't increase the max mds value the system will do something that looks right to you. -Greg Software Engineer #42 @ http://inktank.com | http://ceph.com _______________________________________________ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com