Hi, Btw, it was not me who added it to the official release. Em 03/09/2014 07:14, "Sebastien Han" <[email protected]> escreveu:
> Well done! Gonna test this :) > > On 03 Sep 2014, at 11:24, Marco Garcês <[email protected]> wrote: > > > Amazing work, will test it as soon as I can! > > Thanks > > > > > > Marco Garcês > > #sysadmin > > Maputo - Mozambique > > [Phone] +258 84 4105579 > > [Skype] marcogarces > > > > > > On Wed, Sep 3, 2014 at 3:20 AM, David Moreau Simard <[email protected]> > wrote: > > Oh nasty typo in those release notes. RDB module :) > > > > Good thing nonetheless ! > > -- > > David Moreau Simard > > > > > > > > Le 2014-09-02, 8:57 PM, « Lorieri » <[email protected]> a écrit : > > > > >it is added officially now > > > > > >https://coreos.com/releases/#423.0.0 > > > > > >cheers, > > >-lorieri > > > > > >On Mon, Aug 11, 2014 at 12:28 AM, Lorieri <[email protected]> wrote: > > >> Hi, > > >> > > >> I've playing with CoreOS and got it (dirty) running with Ceph. > > >> No big deal, but it can save some time. > > >> > > >> 1 - An image of docker-registry that stores on radosgw: > > >> > > >> https://registry.hub.docker.com/u/lorieri/registry-ceph/ > > >> > > >> > > >> 2 - Steps to get the rbd running in the host machine: > > >> > > >> - find out in which kernel version your coreos runs > > >> - run a docker container (or the toolbox > > >> > > >> > https://coreos.com/docs/cluster-management/debugging/install-debugging-to > > >>ols/) > > >> - clone the coreos kernel: https://github.com/coreos/linux > > >> - checkout to the branch of your kernel's version > > >> (https://github.com/coreos/linux/branches/active) > > >> - compile the ceph modules and copy to the coreos machine ( ceph.ko > > >> libceph.ko libcrc32c.ko rbd.ko ) > > >> - load the modules > > >> - run the coreos toolbox (/usr/bin/toolbox), it is a fedora machine > > >> - run: yum ceph install > > >> - run: ldd /usr/bin/rbd > > >> - copy the libraries to the coreos machine in a directory (scp?) > > >> - copy the /usr/bin/rbd binary to the coreos machine > > >> - run it like this: > > >> > > >> LD_LIBRARY_PATH=/root/libs/ ./rbd map dockertest --keyfile key --id > > >> coreos -m ceph1 > > >> > > >> > > >> the libraries I've put in /root/libs/ : > > >> libboost_system.so.1.54.0 > > >> libboost_thread.so.1.54.0 > > >> libcryptopp.so.6 > > >> libgcc_s.so.1 > > >> libleveldb.so.1 > > >> liblzma.so.5 > > >> librados.so.2 > > >> librbd.so.1 > > >> libselinux.so.1 > > >> libsnappy.so.1 > > >> libstdc++.so.6 > > >> > > >> cheers, > > >> -lorieri > > >_______________________________________________ > > >ceph-users mailing list > > >[email protected] > > >http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com > > > > _______________________________________________ > > ceph-users mailing list > > [email protected] > > http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com > > > > _______________________________________________ > > ceph-users mailing list > > [email protected] > > http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com > > > Cheers. > –––– > Sébastien Han > Cloud Architect > > "Always give 100%. Unless you're giving blood." > > Phone: +33 (0)1 49 70 99 72 > Mail: [email protected] > Address : 11 bis, rue Roquépine - 75008 Paris > Web : www.enovance.com - Twitter : @enovance > > > _______________________________________________ > ceph-users mailing list > [email protected] > http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com > >
_______________________________________________ ceph-users mailing list [email protected] http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
