Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: Ceph volume support #10661

Closed
ghost opened this issue Feb 9, 2015 · 2 comments
Closed

Proposal: Ceph volume support #10661

ghost opened this issue Feb 9, 2015 · 2 comments
Labels
area/storage kind/feature Functionality or other elements that the project doesn't currently have. Features are new and shiny

Comments

@ghost
Copy link

ghost commented Feb 9, 2015

A Ceph (http://ceph.com/) volume could be implemented with something like ( see #8484 )

docker volumes create --driver ceph --driver-opt foo=bar --name myimage rbd:image:/path/in/docker ...

which would map rbd:image via the Ceph kernel rbd driver ( http://ceph.com/docs/master/rbd/rbd-ko/ ) with

 rbd map image

mount it somewhere

mount /dev/rbd0 /var/lib/docker/ceph/image

and then be used with

docker ... --volume-from myimage/path/in/docker ...

It requires support for #7249 ( for instance cpuguy83@448a1b0 )

The Ceph volume driver could use https://github.com/noahdesu/go-ceph or the rbd command line.

This is different from Ceph volume storage ( #7249 ).

@vbatts vbatts changed the title Ceph volume support Proposal: Ceph volume support Feb 10, 2015
@jessfraz jessfraz added Proposal kind/feature Functionality or other elements that the project doesn't currently have. Features are new and shiny labels Feb 28, 2015
@cpuguy83
Copy link
Member

Closing as this is now available via plugins. See a ceph plugin: https://github.com/contiv/volplugin
docker volume create would be handled by #14242

Thanks!

@tobegit3hub
Copy link

It seems that https://github.com/AcalephStorage/docker-volume-ceph-rbd> and https://github.com/yp-engineering/rbd-docker-plugin are another options as rbd plugins 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/storage kind/feature Functionality or other elements that the project doesn't currently have. Features are new and shiny
Projects
None yet
Development

No branches or pull requests

4 participants