Re: [ceph-users] ceph-deploy questions

2013-06-19 Thread Scottix
Couple things I caught. The first wasn't a huge issue but good to note. The second took me a while to figure out. 1. Default attribute: ceph-deploy new [HOST] by default creates "filestore xattr use omap = true" which is used for ext4 http://eu.ceph.com/docs/wip-3060/config-cluster/ceph-conf/#osd

Re: [ceph-users] ceph-deploy questions

2013-06-12 Thread Scottix
Thanks Greg, I am starting to understand it better. I soon realized as well after doing some searching I hit this bug. http://tracker.ceph.com/issues/5194 Which created the problem upon rebooting. Thank You, Scottix On Wed, Jun 12, 2013 at 10:29 AM, Gregory Farnum wrote: > On Wed, Jun 12, 2013

Re: [ceph-users] ceph-deploy questions

2013-06-12 Thread Gregory Farnum
On Wed, Jun 12, 2013 at 9:40 AM, Scottix wrote: > Hi John, > That makes sense it affects the ceph cluster map, but it actually does a > little more like partitioning drives and setting up other parameters and > even starts the service. So the part I see is a little confusing is that I > have to co

Re: [ceph-users] ceph-deploy questions

2013-06-12 Thread Scottix
Hi John, That makes sense it affects the ceph cluster map, but it actually does a little more like partitioning drives and setting up other parameters and even starts the service. So the part I see is a little confusing is that I have to configure the ceph.conf file on top of using ceph-deploy so i

Re: [ceph-users] ceph-deploy questions

2013-06-12 Thread John Wilkins
ceph-deploy adds the OSDs to the cluster map. You can add the OSDs to the ceph.conf manually. In the ceph.conf file, the settings don't require underscores. If you modify your configuration at runtime, you need to add the underscores on the command line. http://ceph.com/docs/master/rados/configur

[ceph-users] ceph-deploy questions

2013-06-11 Thread Scottix
Hi Everyone, I am new to ceph but loving every moment of it. I am learning all of this now, so maybe this will help with documentation. Anyway, I have a few question about ceph-deploy. I was able to setup a cluster and be able to get it up and running no problem with ubuntu 12.04.2 that isn't the