Re: [ceph-users] [Ceph-community] Can't Start-up MDS

2014-09-23 Thread Shun-Fa Yang
hi Gregory, Thanks for your response. I'm installed ceph v80.5 on a single node, and my mds status always be "creating". The output of "ceph -s" as following: root@ubuntu165:~# ceph -s cluster 3cd658c3-34ca-43f3-93c7-786e5162e412 health HEALTH_WARN 200 pgs incomplete; 200 pgs stuck ina

Re: [ceph-users] [Ceph-community] Can't Start-up MDS

2014-09-18 Thread Gregory Farnum
None of your PGs exist. Since you only have one OSD, they're probably not capable of fulfilling their default size requirements. You should go through the generic quick start guides and configuration before moving on to using the MDS. -Greg Software Engineer #42 @ http://inktank.com | http://ceph.c

Re: [ceph-users] [Ceph-community] Can't Start-up MDS

2014-09-17 Thread Gregory Farnum
That looks like the beginning of an mds creation to me. What's your problem in more detail, and what's the output of "ceph -s"? -Greg Software Engineer #42 @ http://inktank.com | http://ceph.com On Mon, Sep 15, 2014 at 5:34 PM, Shun-Fa Yang wrote: > Hi all, > > I'm installed ceph v 0.80.5 on Ubu