2

I am trying to deploy a Ceph cluster, but got stuck as the ceph-deploy install not succeeding.

I am following this documentation for installation. But the ceph-deploy install not succeeding. Its giving the following error :

[org-C][ERROR ] RuntimeError: command returned non-zero exit status: 100 [ceph_deploy][ERROR ] RuntimeError: Failed to execute command: env DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get --assume-yes -q update

There is the screenshot of the errorenter image description here It says its not able to find ceph stable release for xenial.enter image description here Can any one help me out in this.

Subhankar
  • 692
  • 7
  • 25

2 Answers2

0

You need to specify the the release in the url/repo. The repo is wrong, you have https://download.ceph.com/debian-{ceph-stable-release} For example, if you want luminous, use "https://download.ceph.com/debian-luminous"

0

You need to change ceph.list in /etc/apt/sources.list.d from

https://download.ceph.com/debian-{ceph-stable-release}

to

https://download.ceph.com/debian-luminous
Filnor
  • 1,290
  • 2
  • 23
  • 28