Re: [ceph-users] CentOS release 7.4.1708 and selinux-policy-base >= 3.13.1-166.el7_4.9

2018-05-03 Thread ceph . novice

Hi Ruben and community.
 
Thanks a lot for all the help and hints. Finally I figured out that "base" is 
also part of i.e. "selinux-policy-minimum". After installing this pkg via "yum 
install", the usual "ceph installation" continues...
Seems like the "ceph packaging" is too much RHEL oriented ;)
 
Anyhow, I'll continue now and, after reading many complains about "ceph-deploy" 
and also "ceph-volume" recently, our standard tool, "ceph-deploy" will work as 
it was used to be
 
Best regards
 Anton
 

Gesendet: Donnerstag, 03. Mai 2018 um 10:57 Uhr
Von: "Ruben Kerkhof" <ru...@rubenkerkhof.com>
An: ceph.nov...@habmalnefrage.de
Cc: ceph-users <ceph-users@lists.ceph.com>
Betreff: Re: [ceph-users] CentOS release 7.4.1708 and selinux-policy-base >= 
3.13.1-166.el7_4.9
On Thu, May 3, 2018 at 1:33 AM, <ceph.nov...@habmalnefrage.de> wrote:
>
> Hi all.

Hi Anton,

>
> We try to setup our first CentOS 7.4.1708 CEPH cluster, based on Luminous 
> 12.2.5. What we get is:
>
>
> Error: Package: 2:ceph-selinux-12.2.5-0.el7.x86_64 (Ceph-Luminous)
> Requires: selinux-policy-base >= 3.13.1-166.el7_4.9
>
>
> __Host infos__:
>
> root> lsb_release -d
> Description: CentOS Linux release 7.4.1708 (Core)
>
> root@> uname -a
> Linux  3.10.0-693.11.1.el7.x86_64 #1 SMP Mon Dec 4 23:52:40 UTC 
> 2017 x86_64 x86_64 x86_64 GNU/Linux
>
> __Question__:
> Where can I find the elinux-policy-base-3.13.1-166.el7_4.9 package?

It is provided by selinux-policy-targeted:

ruben@localhost: ~$ rpm -q --provides selinux-policy-targeted
config(selinux-policy-targeted) = 3.13.1-166.el7_4.9
selinux-policy-base = 3.13.1-166.el7_4.9
selinux-policy-targeted = 3.13.1-166.el7_4.9

>
>
> Regards
> Anton
> ___
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Kind regards,

Ruben Kerkhof
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] CentOS release 7.4.1708 and selinux-policy-base >= 3.13.1-166.el7_4.9

2018-05-03 Thread John Hearns
Anton

if you still cannot install the ceph RPMs, becuse of that dependency,
do as Ruben suggests - install selinux-policy-targeted

Then you use the RPM option   --nodeps  which will ignore the dependency
requirements.
Do not be afraid to use this option  - and do not use it blindly either.
Sometimes you need it.

You are using Yum probavly - I don't think there is an equivalent option. I
may be wrong.












On 3 May 2018 at 10:57, Ruben Kerkhof  wrote:

> On Thu, May 3, 2018 at 1:33 AM,   wrote:
> >
> > Hi all.
>
> Hi Anton,
>
> >
> > We try to setup our first CentOS 7.4.1708 CEPH cluster, based on
> Luminous 12.2.5. What we get is:
> >
> >
> > Error: Package: 2:ceph-selinux-12.2.5-0.el7.x86_64 (Ceph-Luminous)
> >Requires: selinux-policy-base >= 3.13.1-166.el7_4.9
> >
> >
> > __Host infos__:
> >
> > root> lsb_release -d
> > Description:CentOS Linux release 7.4.1708 (Core)
> >
> > root@> uname -a
> > Linux  3.10.0-693.11.1.el7.x86_64 #1 SMP Mon Dec 4 23:52:40
> UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
> >
> > __Question__:
> > Where can I find the elinux-policy-base-3.13.1-166.el7_4.9 package?
>
> It is provided by selinux-policy-targeted:
>
> ruben@localhost: ~$ rpm -q --provides selinux-policy-targeted
> config(selinux-policy-targeted) = 3.13.1-166.el7_4.9
> selinux-policy-base = 3.13.1-166.el7_4.9
> selinux-policy-targeted = 3.13.1-166.el7_4.9
>
> >
> >
> > Regards
> >  Anton
> > ___
> > ceph-users mailing list
> > ceph-users@lists.ceph.com
> > http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>
> Kind regards,
>
> Ruben Kerkhof
> ___
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] CentOS release 7.4.1708 and selinux-policy-base >= 3.13.1-166.el7_4.9

2018-05-03 Thread Ruben Kerkhof
On Thu, May 3, 2018 at 1:33 AM,   wrote:
>
> Hi all.

Hi Anton,

>
> We try to setup our first CentOS 7.4.1708 CEPH cluster, based on Luminous 
> 12.2.5. What we get is:
>
>
> Error: Package: 2:ceph-selinux-12.2.5-0.el7.x86_64 (Ceph-Luminous)
>Requires: selinux-policy-base >= 3.13.1-166.el7_4.9
>
>
> __Host infos__:
>
> root> lsb_release -d
> Description:CentOS Linux release 7.4.1708 (Core)
>
> root@> uname -a
> Linux  3.10.0-693.11.1.el7.x86_64 #1 SMP Mon Dec 4 23:52:40 UTC 
> 2017 x86_64 x86_64 x86_64 GNU/Linux
>
> __Question__:
> Where can I find the elinux-policy-base-3.13.1-166.el7_4.9 package?

It is provided by selinux-policy-targeted:

ruben@localhost: ~$ rpm -q --provides selinux-policy-targeted
config(selinux-policy-targeted) = 3.13.1-166.el7_4.9
selinux-policy-base = 3.13.1-166.el7_4.9
selinux-policy-targeted = 3.13.1-166.el7_4.9

>
>
> Regards
>  Anton
> ___
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Kind regards,

Ruben Kerkhof
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


[ceph-users] CentOS release 7.4.1708 and selinux-policy-base >= 3.13.1-166.el7_4.9

2018-05-02 Thread ceph . novice

Hi all.

We try to setup our first CentOS 7.4.1708 CEPH cluster, based on Luminous 
12.2.5. What we get is:
 

Error: Package: 2:ceph-selinux-12.2.5-0.el7.x86_64 (Ceph-Luminous)
   Requires: selinux-policy-base >= 3.13.1-166.el7_4.9


__Host infos__:

root> lsb_release -d
Description:CentOS Linux release 7.4.1708 (Core)

root@> uname -a
Linux  3.10.0-693.11.1.el7.x86_64 #1 SMP Mon Dec 4 23:52:40 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux

__Question__:
Where can I find the elinux-policy-base-3.13.1-166.el7_4.9 package?


Regards
 Anton
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com