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