On Fri, Oct 10, 2014 at 12:09 AM, Christopher Armstrong <chris@xxxxxxxxxxxx> wrote: > Turns out we need to explicitly list --privileged in addition to the other > flags. Here's how it runs now: > > docker run --name deis-store-volume --rm -e HOST=$COREOS_PRIVATE_IPV4 --net > host --privileged -v /dev:/dev -v /sys:/sys -v /data:/data $IMAGE I asked, docker is supposed to recreate devices at startup and won't do it dynamically. Looks like the only way to work around this is either running with -v /dev/:/dev or creating /dev/rbdX device nodes manually. Thanks, Ilya _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com