Failed to install ceph via ceph-deploy on Ubuntu 14.04 trusty

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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][INFO  ] Running command: wget -O release.asc https://download.ceph.com/keys/release.asc
[ceph5][WARNIN] --2017-01-03 01:04:56--  https://download.ceph.com/keys/release.asc
[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 ] OK   http://archive.thomas-krenn.com trusty InRelease
[ceph5][DEBUG ] Ign http://de.archive.ubuntu.com trusty InRelease
[ceph5][DEBUG ] OK   http://security.ubuntu.com trusty-security InRelease
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-updates InRelease
[ceph5][DEBUG ] OK   http://archive.thomas-krenn.com trusty/optional amd64 Packages
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-backports InRelease
[ceph5][DEBUG ] OK   http://security.ubuntu.com trusty-security/main Sources
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty Release.gpg
[ceph5][DEBUG ] OK   http://archive.thomas-krenn.com trusty/optional i386 Packages
[ceph5][DEBUG ] OK   http://security.ubuntu.com trusty-security/restricted Sources
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-updates/main Sources
[ceph5][DEBUG ] OK   http://security.ubuntu.com trusty-security/universe Sources
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-updates/restricted Sources
[ceph5][DEBUG ] OK   http://security.ubuntu.com trusty-security/multiverse Sources
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-updates/universe Sources
[ceph5][DEBUG ] OK   http://security.ubuntu.com trusty-security/main amd64 Packages
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-updates/multiverse Sources
[ceph5][DEBUG ] OK   http://security.ubuntu.com trusty-security/restricted amd64 Packages
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-updates/main amd64 Packages
[ceph5][DEBUG ] OK   http://security.ubuntu.com trusty-security/universe amd64 Packages
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-updates/restricted amd64 Packages
[ceph5][DEBUG ] OK   http://security.ubuntu.com trusty-security/multiverse amd64 Packages
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-updates/universe amd64 Packages
[ceph5][DEBUG ] OK   http://security.ubuntu.com trusty-security/main i386 Packages
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-updates/multiverse amd64 Packages
[ceph5][DEBUG ] OK   http://security.ubuntu.com trusty-security/restricted i386 Packages
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-updates/main i386 Packages
[ceph5][DEBUG ] OK   http://security.ubuntu.com trusty-security/universe i386 Packages
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-updates/restricted i386 Packages
[ceph5][DEBUG ] OK   http://security.ubuntu.com trusty-security/multiverse i386 Packages
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-updates/universe i386 Packages
[ceph5][DEBUG ] OK   http://security.ubuntu.com trusty-security/main Translation-en
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-updates/multiverse i386 Packages
[ceph5][DEBUG ] OK   http://security.ubuntu.com trusty-security/multiverse Translation-en
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-updates/main Translation-en
[ceph5][DEBUG ] Ign http://archive.thomas-krenn.com trusty/optional Translation-de_DE
[ceph5][DEBUG ] OK   http://security.ubuntu.com trusty-security/restricted Translation-en
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-updates/multiverse Translation-en
[ceph5][DEBUG ] Ign http://archive.thomas-krenn.com trusty/optional Translation-de
[ceph5][DEBUG ] OK   http://security.ubuntu.com trusty-security/universe Translation-en
[ceph5][DEBUG ] Ign http://archive.thomas-krenn.com trusty/optional Translation-en
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-updates/restricted Translation-en
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-updates/universe Translation-en
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-backports/main Sources
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-backports/restricted Sources
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-backports/universe Sources
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-backports/multiverse Sources
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-backports/main amd64 Packages
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-backports/restricted amd64 Packages
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-backports/universe amd64 Packages
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-backports/multiverse amd64 Packages
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-backports/main i386 Packages
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-backports/restricted i386 Packages
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-backports/universe i386 Packages
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-backports/multiverse i386 Packages
[ceph5][DEBUG ] OK   https://download.ceph.com trusty InRelease
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-backports/main Translation-en
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-backports/multiverse Translation-en
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-backports/restricted Translation-en
[ceph5][DEBUG ] OK   https://download.ceph.com trusty/main amd64 Packages
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty-backports/universe Translation-en
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty Release
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty/main Sources
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty/restricted Sources
[ceph5][DEBUG ] OK   https://download.ceph.com trusty/main i386 Packages
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty/universe Sources
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty/multiverse Sources
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty/main amd64 Packages
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty/restricted amd64 Packages
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty/universe amd64 Packages
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty/multiverse amd64 Packages
[ceph5][DEBUG ] Holen: 1 https://download.ceph.com trusty/main Translation-de_DE
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty/main i386 Packages
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty/restricted i386 Packages
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty/universe i386 Packages
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty/multiverse i386 Packages
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty/main Translation-de
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty/main Translation-en
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty/multiverse Translation-de
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty/multiverse Translation-en
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty/restricted Translation-de
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty/restricted Translation-en
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty/universe Translation-de
[ceph5][DEBUG ] OK   http://de.archive.ubuntu.com trusty/universe Translation-en
[ceph5][DEBUG ] Ign http://de.archive.ubuntu.com trusty/main Translation-de_DE
[ceph5][DEBUG ] Ign http://de.archive.ubuntu.com trusty/multiverse Translation-de_DE
[ceph5][DEBUG ] Ign http://de.archive.ubuntu.com trusty/restricted Translation-de_DE
[ceph5][DEBUG ] Ign http://de.archive.ubuntu.com trusty/universe Translation-de_DE
[ceph5][DEBUG ] Ign https://download.ceph.com trusty/main Translation-de_DE
[ceph5][DEBUG ] Ign https://download.ceph.com trusty/main Translation-de
[ceph5][DEBUG ] Ign https://download.ceph.com trusty/main Translation-en
[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


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

[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux