intel / virtual-storage-manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2.2 installation problem

petrmalkov opened this issue · comments

./install.sh -u cephuser -v 2.1 --check-dependence-package
goes normaly
./install.sh -u cephuser -v 2.2 --check-dependence-package
https://github.com/01org/vsm-dependencies/raw/2.2/centos7/apr-util-ldap-1.5.2-6.el7.x86_64.rpm
Resolving github.com (github.com)... 192.30.253.113, 192.30.253.112
Connecting to github.com (github.com)|192.30.253.113|:443... connected.
HTTP request sent, awaiting response... 404 Not Found

@petrmalkov The version 2.2 of vsm-dependencies on github is not correctly. The vsm-dependencis of vsm 2.1 and vsm 2.2 are the same. So I think you can use the '-v 2.1' now to install vsm 2.2. We will fix the issue later. Thank you. ^_^

2.2 version with
./install.sh -u cephuser -v 2.1 --check-dependence-package --skip-broken

on controller:
Error: Package: httpd-tools-2.4.6-45.el7.centos.x86_64 (vsmdeprepo)
Requires: libaprutil-1.so.0()(64bit)
Error: Package: httpd-2.4.6-45.el7.centos.x86_64 (vsmdeprepo)
Requires: libapr-1.so.0()(64bit)
Error: Package: httpd-2.4.6-45.el7.centos.x86_64 (vsmdeprepo)
Requires: libaprutil-1.so.0()(64bit)
Error: Package: httpd-tools-2.4.6-45.el7.centos.x86_64 (vsmdeprepo)
Requires: libapr-1.so.0()(64bit)

@petrmalkov Did you add the epel-release repo by yourself? And you should add the ceph repo manually by yourself too.

yes. it was like this:

yum install epel-release
vi /etc/yum.repos.d/ceph.repo
[Ceph]
name=Ceph packages for $basearch
baseurl=http://download.ceph.com/rpm-jewel/el7/$basearch
enabled=1
gpgcheck=1
type=rpm-md
gpgkey=https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
priority=1
...