Project

General

Profile

Bug #39396

Ceph-Deploy Issues

Added by Madhumita SP almost 5 years ago. Updated over 4 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Source:
Support
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
ceph-deploy
Crash signature (v1):
Crash signature (v2):

Description

Hi All,

I am new to Ceph, I am setting up the Ceph through RPM packages on single physiclal node. When i do "Ceph-deploy install <node>", its failing. I have tried this on 2 of the bare metals.your advice is helpful.

Here are the error logs:

Steps followed:
rpm --import 'https://download.ceph.com/keys/release.asc'
yum install http://download.ceph.com/rpm-mimic/el7/noarch/ceph-deploy-2.0.0-0.noarch.rpm
ceph-deploy new host26

Receiving the error saying:

[host24][WARNIN] Error: Package: lttng-ust-2.4.1-4.el7.x86_64 (epel)
[host24][DEBUG ] You could try using --skip-broken to work around the problem
[host24][WARNIN] Requires: liburcu-bp.so.1()(64bit)
[host24][WARNIN] Available: userspace-rcu-0.7.7-1.el7.x86_64 (ovirt-4.2-centos-ovirt42)
[host24][WARNIN] liburcu-bp.so.1()(64bit)
[host24][WARNIN] Available: userspace-rcu-0.7.16-1.el7.x86_64 (epel)
[host24][WARNIN] liburcu-bp.so.1()(64bit)
[host24][WARNIN] Installed: userspace-rcu-0.10.0-3.el7.x86_64 (@centos-gluster6)
[host24][WARNIN] ~liburcu-bp.so.6()(64bit)
[host24][WARNIN] Error: Package: lttng-ust-2.4.1-4.el7.x86_64 (epel)
[host24][WARNIN] Requires: liburcu-cds.so.1()(64bit)
[host24][WARNIN] Available: userspace-rcu-0.7.7-1.el7.x86_64 (ovirt-4.2-centos-ovirt42)
[host24][WARNIN] liburcu-cds.so.1()(64bit)
[host24][WARNIN] Available: userspace-rcu-0.7.16-1.el7.x86_64 (epel)
[host24][WARNIN] liburcu-cds.so.1()(64bit)
[host24][WARNIN] Installed: userspace-rcu-0.10.0-3.el7.x86_64 (@centos-gluster6)
[host24][WARNIN] ~liburcu-cds.so.6()(64bit)
[host24][DEBUG ] You could try running: rpm -Va --nofiles --nodigest
[host24][DEBUG ] Uploading Enabled Repositories Report
[host24][WARNIN] Cannot upload enabled repos report, is this client registered?
[host24][ERROR ] RuntimeError: command returned non-zero exit status: 1
[ceph_deploy][ERROR ] RuntimeError: Failed to execute command: yum -y install ceph ceph-radosgw

Required packages Packages liburcu-bp.so.1()(64bit) and liburcu-cds.so.1()(64bit) are provided by userspace-rcu-0.10.0-3.el7.x86_64, which is already present on the machine and Epel release already there.

History

#1 Updated by Greg Farnum almost 5 years ago

  • Project changed from Ceph to Ceph-deploy
  • Category deleted (ceph cli)

#2 Updated by Alfredo Deza almost 5 years ago

Can you provide full logs and not just the last few lines? Thanks!

#3 Updated by Konstantin Nifanin over 4 years ago

I can do it.

cat > /etc/yum.repos.d/ceph-deploy.repo << END
[ceph-noarch]
name=Ceph noarch packages
baseurl=http://download.ceph.com/rpm-hammer/el7/noarch
enabled=1
gpgcheck=1
type=rpm-md
gpgkey=https://download.ceph.com/keys/release.asc

END

yum -y install ceph-deploy

cat >> /etc/hosts << END
192.168.100.191 gluster1
192.168.100.192 gluster2

END

pvcreate /dev/sdc
vgcreate vg_hdd_gluster /dev/sdc
lvcreate -l100%FREE vg_hdd_gluster -n lv_hdd_gluster

useradd ceph -m -s /usr/bin/sh

cat > /etc/sudoers.d/ceph << END
ceph ALL = (root) NOPASSWD:ALL
Defaults:ceph !requirett

END

chmod 0440 /etc/sudoers.d/ceph

passwd ceph

su - ceph
yes| ssh-keygen -b 2048 -t rsa -f ~/.ssh/id_rsa -q -N ""
ssh-copy-id ceph@gluster1
ssh-copy-id ceph@gluster2

server1
ceph-deploy new gluster1 gluster2
ceph-deploy install gluster1 gluster2

-sh-4.2$ ceph-deploy install gluster1 gluster2
[ceph_deploy.conf][DEBUG ] found configuration file at: /home/ceph/.cephdeploy.c onf
[ceph_deploy.cli][INFO ] Invoked (1.5.37): /bin/ceph-deploy install gluster1 gl uster2
[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.cep hdeploy.Conf instance at 0x7f46ed355ab8>
[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 0x7f46ede22e60>
[ceph_deploy.cli][INFO ] install_all : False
[ceph_deploy.cli][INFO ] repo : False
[ceph_deploy.cli][INFO ] host : ['gluster1', 'gluster 2']
[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 : None
[ceph_deploy.cli][INFO ] install_mon : False
[ceph_deploy.cli][INFO ] gpg_url : None
[ceph_deploy.install][DEBUG ] Installing stable version jewel on cluster ceph ho sts gluster1 gluster2
[ceph_deploy.install][DEBUG ] Detecting platform for host gluster1 ...
[gluster1][DEBUG ] connection detected need for sudo
sudo: /etc/sudoers.d/ceph:2 unknown defaults entry "requirett"
[gluster1][DEBUG ] connected to host: gluster1
[gluster1][DEBUG ] detect platform information from remote host
[gluster1][DEBUG ] detect machine type
[ceph_deploy.install][INFO ] Distro info: CentOS Linux 7.6.1810 Core
[gluster1][INFO ] installing Ceph on gluster1
[gluster1][INFO ] Running command: sudo yum clean all
[gluster1][DEBUG ] Loaded plugins: fastestmirror, priorities
[gluster1][DEBUG ] Cleaning repos: base centos-gluster6 ceph-noarch elrepo epel extras updates
[gluster1][DEBUG ] Cleaning up list of fastest mirrors
[gluster1][INFO ] Running command: sudo yum -y install epel-release
[gluster1][DEBUG ] Loaded plugins: fastestmirror, priorities
[gluster1][DEBUG ] Determining fastest mirrors
[gluster1][DEBUG ] * base: mirror.awanti.com
[gluster1][DEBUG ] * centos-gluster6: mirror.awanti.com
[gluster1][DEBUG ] * elrepo: mirrors.colocall.net
[gluster1][DEBUG ] * epel: epel.mirror.far.fi
[gluster1][DEBUG ] * extras: mirror.sale-dedic.com
[gluster1][DEBUG ] * updates: mirror.reconn.ru
[gluster1][DEBUG ] Package epel-release-7-11.noarch already installed and latest version
[gluster1][DEBUG ] Nothing to do
[gluster1][INFO ] Running command: sudo yum -y install yum-plugin-priorities
[gluster1][DEBUG ] Loaded plugins: fastestmirror, priorities
[gluster1][DEBUG ] Loading mirror speeds from cached hostfile
[gluster1][DEBUG ] * base: mirror.awanti.com
[gluster1][DEBUG ] * centos-gluster6: mirror.awanti.com
[gluster1][DEBUG ] * elrepo: mirrors.colocall.net
[gluster1][DEBUG ] * epel: epel.mirror.far.fi
[gluster1][DEBUG ] * extras: mirror.sale-dedic.com
[gluster1][DEBUG ] * updates: mirror.reconn.ru
[gluster1][DEBUG ] Package yum-plugin-priorities-1.1.31-50.el7.noarch already in stalled and latest version
[gluster1][DEBUG ] Nothing to do
[gluster1][DEBUG ] Configure Yum priorities to include obsoletes
[gluster1][WARNIN] check_obsoletes has been enabled for Yum priorities plugin
[gluster1][INFO ] Running command: sudo rpm --import https://download.ceph.com/ keys/release.asc
[gluster1][INFO ] Running command: sudo rpm -Uvh --replacepkgs https://download .ceph.com/rpm-jewel/el7/noarch/ceph-release-1-0.el7.noarch.rpm
[gluster1][DEBUG ] Retrieving https://download.ceph.com/rpm-jewel/el7/noarch/cep h-release-1-0.el7.noarch.rpm
[gluster1][DEBUG ] Preparing... ####################### #################
[gluster1][DEBUG ] Updating / installing...
[gluster1][DEBUG ] ceph-release-1-1.el7 ####################### #################
[gluster1][WARNIN] ensuring that /etc/yum.repos.d/ceph.repo contains a high prio rity
[gluster1][WARNIN] altered ceph.repo priorities to contain: priority=1
[gluster1][INFO ] Running command: sudo yum -y install ceph ceph-radosgw
[gluster1][DEBUG ] Loaded plugins: fastestmirror, priorities
[gluster1][DEBUG ] Loading mirror speeds from cached hostfile
[gluster1][DEBUG ] * base: mirror.awanti.com
[gluster1][DEBUG ] * centos-gluster6: mirror.awanti.com
[gluster1][DEBUG ] * elrepo: mirrors.colocall.net
[gluster1][DEBUG ] * epel: epel.mirror.far.fi
[gluster1][DEBUG ] * extras: mirror.sale-dedic.com
[gluster1][DEBUG ] * updates: mirror.reconn.ru
[gluster1][DEBUG ] 25 packages excluded due to repository priority protections
[gluster1][DEBUG ] Resolving Dependencies
[gluster1][DEBUG ] --> Running transaction check
[gluster1][DEBUG ] ---> Package ceph.x86_64 2:10.2.11-0.el7 will be installed
[gluster1][DEBUG ] --> Processing Dependency: ceph-osd = 2:10.2.11-0.el7 for pac kage: 2:ceph-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: ceph-mds = 2:10.2.11-0.el7 for pac kage: 2:ceph-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: ceph-mon = 2:10.2.11-0.el7 for pac kage: 2:ceph-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] ---> Package ceph-radosgw.x86_64 2:10.2.11-0.el7 will be inst alled
[gluster1][DEBUG ] --> Processing Dependency: librgw2 = 2:10.2.11-0.el7 for pack age: 2:ceph-radosgw-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: librados2 = 2:10.2.11-0.el7 for pa ckage: 2:ceph-radosgw-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: ceph-selinux = 2:10.2.11-0.el7 for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: ceph-common = 2:10.2.11-0.el7 for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: python-flask for package: 2:ceph-r adosgw-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: mailcap for package: 2:ceph-radosg w-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: libfcgi.so.0()(64bit) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: libtcmalloc.so.4()(64bit) for pack age: 2:ceph-radosgw-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: librados.so.2()(64bit) for package : 2:ceph-radosgw-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: libboost_system-mt.so.1.53.0()(64b it) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: librgw.so.2()(64bit) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Running transaction check
[gluster1][DEBUG ] ---> Package boost-system.x86_64 0:1.53.0-27.el7 will be inst alled
[gluster1][DEBUG ] ---> Package ceph-common.x86_64 2:10.2.11-0.el7 will be insta lled
[gluster1][DEBUG ] --> Processing Dependency: python-rbd = 2:10.2.11-0.el7 for p ackage: 2:ceph-common-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: python-cephfs = 2:10.2.11-0.el7 fo r package: 2:ceph-common-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: libcephfs1 = 2:10.2.11-0.el7 for p ackage: 2:ceph-common-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: librbd1 = 2:10.2.11-0.el7 for pack age: 2:ceph-common-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: python-rados = 2:10.2.11-0.el7 for package: 2:ceph-common-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: python-requests for package: 2:cep h-common-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: librbd.so.1()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: libboost_thread-mt.so.1.53.0()(64b it) for package: 2:ceph-common-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: libboost_program_options-mt.so.1.5 3.0()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: libboost_regex-mt.so.1.53.0()(64bi t) for package: 2:ceph-common-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: libradosstriper.so.1()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: libbabeltrace.so.1()(64bit) for pa ckage: 2:ceph-common-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: libbabeltrace-ctf.so.1()(64bit) fo r package: 2:ceph-common-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: libboost_iostreams-mt.so.1.53.0()( 64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] ---> Package ceph-mds.x86_64 2:10.2.11-0.el7 will be installe d
[gluster1][DEBUG ] --> Processing Dependency: ceph-base = 2:10.2.11-0.el7 for pa ckage: 2:ceph-mds-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] ---> Package ceph-mon.x86_64 2:10.2.11-0.el7 will be installe d
[gluster1][DEBUG ] --> Processing Dependency: libleveldb.so.1()(64bit) for packa ge: 2:ceph-mon-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: libboost_random-mt.so.1.53.0()(64b it) for package: 2:ceph-mon-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] ---> Package ceph-osd.x86_64 2:10.2.11-0.el7 will be installe d
[gluster1][DEBUG ] --> Processing Dependency: libfuse.so.2(FUSE_2.6)(64bit) for package: 2:ceph-osd-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: gdisk for package: 2:ceph-osd-10.2 .11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: libfuse.so.2(FUSE_2.8)(64bit) for package: 2:ceph-osd-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: libfuse.so.2(FUSE_2.2)(64bit) for package: 2:ceph-osd-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: libfuse.so.2(FUSE_2.5)(64bit) for package: 2:ceph-osd-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: libfuse.so.2()(64bit) for package: 2:ceph-osd-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] ---> Package ceph-selinux.x86_64 2:10.2.11-0.el7 will be inst alled
[gluster1][DEBUG ] ---> Package fcgi.x86_64 0:2.4.0-25.el7 will be installed
[gluster1][DEBUG ] ---> Package gperftools-libs.x86_64 0:2.6.1-1.el7 will be ins talled
[gluster1][DEBUG ] ---> Package librados2.x86_64 2:10.2.11-0.el7 will be install ed
[gluster1][DEBUG ] --> Processing Dependency: liblttng-ust.so.0()(64bit) for pac kage: 2:librados2-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] ---> Package librgw2.x86_64 2:10.2.11-0.el7 will be installed
[gluster1][DEBUG ] ---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed
[gluster1][DEBUG ] ---> Package python-flask.noarch 1:0.10.1-4.el7 will be insta lled
[gluster1][DEBUG ] --> Processing Dependency: python-werkzeug for package: 1:pyt hon-flask-0.10.1-4.el7.noarch
[gluster1][DEBUG ] --> Processing Dependency: python-jinja2 for package: 1:pytho n-flask-0.10.1-4.el7.noarch
[gluster1][DEBUG ] --> Processing Dependency: python-itsdangerous for package: 1 :python-flask-0.10.1-4.el7.noarch
[gluster1][DEBUG ] --> Running transaction check
[gluster1][DEBUG ] ---> Package boost-iostreams.x86_64 0:1.53.0-27.el7 will be i nstalled
[gluster1][DEBUG ] ---> Package boost-program-options.x86_64 0:1.53.0-27.el7 wil l be installed
[gluster1][DEBUG ] ---> Package boost-random.x86_64 0:1.53.0-27.el7 will be inst alled
[gluster1][DEBUG ] ---> Package boost-regex.x86_64 0:1.53.0-27.el7 will be insta lled
[gluster1][DEBUG ] --> Processing Dependency: libicuuc.so.50()(64bit) for packag e: boost-regex-1.53.0-27.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: libicui18n.so.50()(64bit) for pack age: boost-regex-1.53.0-27.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: libicudata.so.50()(64bit) for pack age: boost-regex-1.53.0-27.el7.x86_64
[gluster1][DEBUG ] ---> Package boost-thread.x86_64 0:1.53.0-27.el7 will be inst alled
[gluster1][DEBUG ] ---> Package ceph-base.x86_64 2:10.2.11-0.el7 will be install ed
[gluster1][DEBUG ] --> Processing Dependency: cryptsetup for package: 2:ceph-bas e-10.2.11-0.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: hdparm for package: 2:ceph-base-10 .2.11-0.el7.x86_64
[gluster1][DEBUG ] ---> Package fuse-libs.x86_64 0:2.9.2-11.el7 will be installe d
[gluster1][DEBUG ] ---> Package gdisk.x86_64 0:0.8.10-2.el7 will be installed
[gluster1][DEBUG ] ---> Package leveldb.x86_64 0:1.12.0-11.el7 will be installed
[gluster1][DEBUG ] ---> Package libbabeltrace.x86_64 0:1.2.4-3.el7 will be insta lled
[gluster1][DEBUG ] ---> Package libcephfs1.x86_64 2:10.2.11-0.el7 will be instal led
[gluster1][DEBUG ] ---> Package libradosstriper1.x86_64 2:10.2.11-0.el7 will be installed
[gluster1][DEBUG ] ---> Package librbd1.x86_64 2:10.2.11-0.el7 will be installed
[gluster1][DEBUG ] ---> Package lttng-ust.x86_64 0:2.4.1-4.el7 will be installed
[gluster1][DEBUG ] --> Processing Dependency: liburcu-bp.so.1()(64bit) for packa ge: lttng-ust-2.4.1-4.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: liburcu-cds.so.1()(64bit) for pack age: lttng-ust-2.4.1-4.el7.x86_64
[gluster1][DEBUG ] ---> Package python-cephfs.x86_64 2:10.2.11-0.el7 will be ins talled
[gluster1][DEBUG ] ---> Package python-itsdangerous.noarch 0:0.23-2.el7 will be installed
[gluster1][DEBUG ] ---> Package python-jinja2.noarch 0:2.7.2-3.el7_6 will be ins talled
[gluster1][DEBUG ] --> Processing Dependency: python-babel >= 0.8 for package: p ython-jinja2-2.7.2-3.el7_6.noarch
[gluster1][DEBUG ] --> Processing Dependency: python-markupsafe for package: pyt hon-jinja2-2.7.2-3.el7_6.noarch
[gluster1][DEBUG ] ---> Package python-rados.x86_64 2:10.2.11-0.el7 will be inst alled
[gluster1][DEBUG ] ---> Package python-rbd.x86_64 2:10.2.11-0.el7 will be instal led
[gluster1][DEBUG ] ---> Package python-requests.noarch 0:2.6.0-1.el7_1 will be i nstalled
[gluster1][DEBUG ] --> Processing Dependency: python-urllib3 >= 1.10.2-1 for pac kage: python-requests-2.6.0-1.el7_1.noarch
[gluster1][DEBUG ] --> Processing Dependency: python-chardet >= 2.2.1-1 for pack age: python-requests-2.6.0-1.el7_1.noarch
[gluster1][DEBUG ] ---> Package python-werkzeug.noarch 0:0.9.1-2.el7 will be ins talled
[gluster1][DEBUG ] --> Running transaction check
[gluster1][DEBUG ] ---> Package cryptsetup.x86_64 0:2.0.3-3.el7 will be installe d
[gluster1][DEBUG ] ---> Package hdparm.x86_64 0:9.43-5.el7 will be installed
[gluster1][DEBUG ] ---> Package libicu.x86_64 0:50.1.2-17.el7 will be installed
[gluster1][DEBUG ] ---> Package lttng-ust.x86_64 0:2.4.1-4.el7 will be installed
[gluster1][DEBUG ] --> Processing Dependency: liburcu-bp.so.1()(64bit) for packa ge: lttng-ust-2.4.1-4.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: liburcu-cds.so.1()(64bit) for pack age: lttng-ust-2.4.1-4.el7.x86_64
[gluster1][DEBUG ] ---> Package python-babel.noarch 0:0.9.6-8.el7 will be instal led
[gluster1][DEBUG ] ---> Package python-chardet.noarch 0:2.2.1-1.el7_1 will be in stalled
[gluster1][DEBUG ] ---> Package python-markupsafe.x86_64 0:0.11-10.el7 will be i nstalled
[gluster1][DEBUG ] ---> Package python-urllib3.noarch 0:1.10.2-5.el7 will be ins talled
[gluster1][DEBUG ] --> Processing Dependency: python-six for package: python-url lib3-1.10.2-5.el7.noarch
[gluster1][DEBUG ] --> Running transaction check
[gluster1][DEBUG ] ---> Package lttng-ust.x86_64 0:2.4.1-4.el7 will be installed
[gluster1][DEBUG ] --> Processing Dependency: liburcu-bp.so.1()(64bit) for packa ge: lttng-ust-2.4.1-4.el7.x86_64
[gluster1][DEBUG ] --> Processing Dependency: liburcu-cds.so.1()(64bit) for pack age: lttng-ust-2.4.1-4.el7.x86_64
[gluster1][DEBUG ] ---> Package python-six.noarch 0:1.9.0-2.el7 will be installe d
[gluster1][DEBUG ] --> Finished Dependency Resolution
[gluster1][DEBUG ] You could try using --skip-broken to work around the problem
[gluster1][WARNIN] Error: Package: lttng-ust-2.4.1-4.el7.x86_64 (epel)
[gluster1][WARNIN] Requires: liburcu-cds.so.1()(64bit)
[gluster1][WARNIN] Available: userspace-rcu-0.7.16-1.el7.x86_64 (epel )
[gluster1][WARNIN] liburcu-cds.so.1()(64bit)
[gluster1][WARNIN] Installed: userspace-rcu-0.10.0-3.el7.x86_64 (@cen tos-gluster6)
[gluster1][WARNIN] ~liburcu-cds.so.6()(64bit)
[gluster1][WARNIN] Error: Package: lttng-ust-2.4.1-4.el7.x86_64 (epel)
[gluster1][WARNIN] Requires: liburcu-bp.so.1()(64bit)
[gluster1][WARNIN] Available: userspace-rcu-0.7.16-1.el7.x86_64 (epel )
[gluster1][WARNIN] liburcu-bp.so.1()(64bit)
[gluster1][WARNIN] Installed: userspace-rcu-0.10.0-3.el7.x86_64 (@cen tos-gluster6)
[gluster1][WARNIN] ~liburcu-bp.so.6()(64bit)
[gluster1][DEBUG ] You could try running: rpm -Va --nofiles --nodigest
[gluster1][ERROR ] RuntimeError: command returned non-zero exit status: 1
[ceph_deploy][ERROR ] RuntimeError: Failed to execute command: yum -y install ce ph ceph-radosgw

-sh-4.2$

  1. uname -a
    Linux gluster1 3.10.0-957.21.3.el7.x86_64 #1 SMP Tue Jun 18 16:35:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
  2. rpm -qa | grep ceph
    ceph-deploy-1.5.39-0.noarch
    ceph-release-1-1.el7.noarch

#4 Updated by Konstantin Nifanin over 4 years ago

cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)

Also available in: Atom PDF