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
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
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
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
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
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