Hi all, I tried to install ceph on a new node with ceph-deploy 1.5.35 but it fails. Here is the output: # ceph-deploy install --release hammer ceph5 [ceph_deploy.conf][DEBUG ] found configuration file at: /root/.cephdeploy.conf [ceph_deploy.cli][INFO ] Invoked (1.5.35): /usr/bin/ceph-deploy install --release hammer ceph5 [ceph_deploy.cli][INFO ] ceph-deploy options: [ceph_deploy.cli][INFO ] verbose : False [ceph_deploy.cli][INFO ] testing : None [ceph_deploy.cli][INFO ] cd_conf : <ceph_deploy.conf.cephdeploy.Conf instance at 0x186ebd8> [ceph_deploy.cli][INFO ] cluster : ceph [ceph_deploy.cli][INFO ] dev_commit : None [ceph_deploy.cli][INFO ] install_mds : False [ceph_deploy.cli][INFO ] stable : None [ceph_deploy.cli][INFO ] default_release : False [ceph_deploy.cli][INFO ] username : None [ceph_deploy.cli][INFO ] adjust_repos : True [ceph_deploy.cli][INFO ] func : <function install at 0x17d88c0> [ceph_deploy.cli][INFO ] install_all : False [ceph_deploy.cli][INFO ] repo : False [ceph_deploy.cli][INFO ] host : ['ceph5'] [ceph_deploy.cli][INFO ] install_rgw : False [ceph_deploy.cli][INFO ] install_tests : False [ceph_deploy.cli][INFO ] repo_url : None [ceph_deploy.cli][INFO ] ceph_conf : None [ceph_deploy.cli][INFO ] install_osd : False [ceph_deploy.cli][INFO ] version_kind : stable [ceph_deploy.cli][INFO ] install_common : False [ceph_deploy.cli][INFO ] overwrite_conf : False [ceph_deploy.cli][INFO ] quiet : False [ceph_deploy.cli][INFO ] dev : master [ceph_deploy.cli][INFO ] nogpgcheck : False [ceph_deploy.cli][INFO ] local_mirror : None [ceph_deploy.cli][INFO ] release : hammer [ceph_deploy.cli][INFO ] install_mon : False [ceph_deploy.cli][INFO ] gpg_url : None [ceph_deploy.install][DEBUG ] Installing stable version hammer on cluster ceph hosts ceph5 [ceph_deploy.install][DEBUG ] Detecting platform for host ceph5 ... [ceph5][DEBUG ] connected to host: ceph5 [ceph5][DEBUG ] detect platform information from remote host [ceph5][DEBUG ] detect machine type [ceph5][DEBUG ] find the location of an executable [ceph5][INFO ] Running command: /sbin/initctl version [ceph_deploy.install][INFO ] Distro info: Ubuntu 14.04 trusty [ceph5][INFO ] installing Ceph on ceph5 [ceph5][INFO ] Running command: env DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get --assume-yes -q --no-install-recommends install ca-certificates apt-transport-https [ceph5][DEBUG ] Paketlisten werden gelesen... [ceph5][DEBUG ] Abhängigkeitsbaum wird aufgebaut.... [ceph5][DEBUG ] Statusinformationen werden eingelesen.... [ceph5][DEBUG ] apt-transport-https ist schon die neueste Version. [ceph5][DEBUG ] ca-certificates ist schon die neueste Version. [ceph5][DEBUG ] 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert. [ceph5][WARNIN] Auflösen des Hostnamen »download.ceph.com (download.ceph.com)«... 208.113.164.182, 2607:f298:5:101d:f816:3eff:fe3e:f774 [ceph5][WARNIN] Verbindungsaufbau zu download.ceph.com (download.ceph.com)|208.113.164.182|:443... verbunden. [ceph5][WARNIN] HTTP-Anforderung gesendet, warte auf Antwort... 200 OK [ceph5][WARNIN] Länge: 1645 (1,6K) [application/octet-stream] [ceph5][WARNIN] In »»release.asc«« speichern. [ceph5][WARNIN] [ceph5][WARNIN] 0K . 100% 421M=0s [ceph5][WARNIN] [ceph5][WARNIN] 2017-01-03 01:04:57 (421 MB/s) - »release.asc« gespeichert [1645/1645] [ceph5][WARNIN] [ceph5][INFO ] Running command: apt-key add release.asc [ceph5][DEBUG ] OK [ceph5][DEBUG ] add deb repo to /etc/apt/sources.list.d/ [ceph5][INFO ] Running command: env DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get --assume-yes -q update [ceph5][DEBUG ] Paketlisten werden gelesen... [ceph5][INFO ] Running command: env DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get --assume-yes -q --no-install-recommends install -o Dpkg::Options::=--force-confnew ceph-osd ceph-mds ceph-mon radosgw [ceph5][DEBUG ] Paketlisten werden gelesen... [ceph5][DEBUG ] Abhängigkeitsbaum wird aufgebaut.... [ceph5][DEBUG ] Statusinformationen werden eingelesen.... [ceph5][WARNIN] E: Paket ceph-osd kann nicht gefunden werden. [ceph5][WARNIN] E: Paket ceph-mon kann nicht gefunden werden. [ceph5][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 --no-install-recommends install -o Dpkg::Options::=--force-confnew ceph-osd ceph-mds ceph-mon radosgw ---------- The installer WARN says in English: E: Unable to locate package ceph-osd E: Unable to locate package ceph-mon I already saw this error here: http://lists.ceph.com/pipermail/ceph-users-ceph.com/2016-September/012909.html Running apt-get install ceph manually did the job for me on the node. As far as I know this is all ceph-deploy would do, right? Has someone had the same issue in the past? I thought I was reading that the error should have been fixed already. Regards, Marcus |
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com