debian8如何安装ceph最新hammer版本

这篇文章给大家分享的是有关debian8如何安装ceph最新hammer版本的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。

root用户执行,如果其他用户需要sudo

    wget -q -O- 'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc' | apt-key add -
    wget -q -O- 'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc' | apt-key add -
    echo deb http://gitbuilder.ceph.com/ceph-deb-$(lsb_release -sc)-x86_64-basic/ref/hammer $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list
    echo deb http://ceph.com/debian-hammer/ wheezy main | tee /etc/apt/sources.list.d/ceph.list
    apt-get update
    apt-get install ceph ceph-deploy

感谢各位的阅读!关于“debian8如何安装ceph最新hammer版本”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,让大家可以学到更多知识,如果觉得文章不错,可以把它分享出去让更多的人看到吧!