Ceph - howto, rbd, lvm, cluster: Difference between revisions
Jump to navigation
Jump to search
Created page with "Category:Linux = Install ceph = <pre> wget -q -O- https://raw.github.com/ceph/ceph/master/keys/release.asc | sudo apt-key add - echo deb http://ceph.com/debian/ $(lsb_rel..." |
(No difference)
|
Revision as of 09:09, 25 November 2012
Install ceph
wget -q -O- https://raw.github.com/ceph/ceph/master/keys/release.asc | sudo apt-key add - echo deb http://ceph.com/debian/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list sudo apt-get update && sudo apt-get install ceph