Good point. I'll have to play around with it - was just excited to get past the blocking map issue.
*Chris Armstrong*Head of Services OpDemand / Deis.io GitHub: https://github.com/deis/deis -- Docs: http://docs.deis.io/ On Thu, Oct 9, 2014 at 11:20 AM, Ilya Dryomov <[email protected]> wrote: > On Thu, Oct 9, 2014 at 8:34 PM, Christopher Armstrong > <[email protected]> wrote: > > Hey guys, > > > > Good news!! Ilya investigated the ticket and gave me a hint as to the > issue > > - we need to use `--net host` on the consuming container so that the > network > > context is what Ceph expects. I am now running my test container like so: > > > > docker run -i -v /sys:/sys --net host > > 172.21.12.100:5000/deis/store-base:git-3d4ca8f /bin/bash > > > > Note that we also had to bind-mount /sys so that it's not read-only > within > > the container. And I can confirm that it works! > > What are you doing about /dev? /dev/rbdX won't show up. > > Thanks, > > Ilya >
_______________________________________________ ceph-users mailing list [email protected] http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
