debian8安装ceph最新hammer版本

约定不等于承诺〃 2022-01-15 09:33 441阅读 0赞

为什么80%的码农都做不了架构师?>>> hot3.png

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

  1. wget -q -O- 'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc' | apt-key add -
  2. wget -q -O- 'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc' | apt-key add -
  3. 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
  4. echo deb http://ceph.com/debian-hammer/ wheezy main | tee /etc/apt/sources.list.d/ceph.list
  5. apt-get update
  6. apt-get install ceph ceph-deploy

转载于:https://my.oschina.net/diluga/blog/506894

发表评论

表情:
评论列表 (有 0 条评论,441人围观)

还没有评论,来说两句吧...

相关阅读