[ceph-users] Errors setting up erasure coded pool

2014-06-14 Thread Erik Logtenberg
Hi, I'm trying to set up an erasure coded pool, as described in the Ceph docs: http://ceph.com/docs/firefly/dev/erasure-coded-pool/ Unfortunately, creating a pool like that gives me the following error: # ceph osd pool create ecpool 12 12 erasure Error EINVAL: cannot determine the erasure code

Re: [ceph-users] Permissions spontaneously changing in cephfs

2014-06-14 Thread Erik Logtenberg
Hi, So... I wrote some files into that directory to test performance, and now I notice that both hosts see the permissions the right way, like they were when I first created the directory. What is going on here? .. Erik. On 06/14/2014 10:32 PM, Erik Logtenberg wrote: > Hi, > > I ran into a we

[ceph-users] Permissions spontaneously changing in cephfs

2014-06-14 Thread Erik Logtenberg
Hi, I ran into a weird issue with cephfs today. I create a directory like this: # mkdir bla # ls -al drwxr-xr-x 1 root root0 14 jun 22:22 bla Now on another host, with the same cephfs mounted, I see different permissions: # ls -al drwxrwxrwx 1 root root 0 14 jun 22:22 bla Weird, huh? Bac