Project

General

Profile

Bug #21906

"centos 7.0 on vpm testnode does not offer new enough selinux-policy-base"

Added by Yuri Weinstein over 6 years ago. Updated almost 6 years ago.

Status:
Can't reproduce
Priority:
Urgent
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
upgrade/client-upgrade
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

See comment from Kefu https://github.com/ceph/ceph/pull/18491

Run: http://pulpito.ceph.com/teuthology-2017-10-24_16:15:24-upgrade:client-upgrade-hammer-luminous-distro-basic-vps/
Jobs: '1770442', '1770440', '1770439'
Logs: http://qa-proxy.ceph.com/teuthology/teuthology-2017-10-24_16:15:24-upgrade:client-upgrade-hammer-luminous-distro-basic-vps/1770439/teuthology.log

2017-10-24T16:45:04.491 INFO:teuthology.orchestra.run.vpm141.stdout: You could try using --skip-broken to work around the problem
2017-10-24T16:45:04.492 INFO:teuthology.orchestra.run.vpm141.stderr:Error: Package: 2:ceph-selinux-12.2.1-243.gd52e59b.el7.x86_64 (ceph)
2017-10-24T16:45:04.492 INFO:teuthology.orchestra.run.vpm141.stderr:           Requires: selinux-policy-base >= 3.13.1-166.el7_4.5
2017-10-24T16:45:04.492 INFO:teuthology.orchestra.run.vpm141.stderr:           Installed: selinux-policy-targeted-3.12.1-153.el7.noarch (@anaconda)
2017-10-24T16:45:04.492 INFO:teuthology.orchestra.run.vpm141.stderr:               selinux-policy-base = 3.12.1-153.el7
2017-10-24T16:45:04.492 INFO:teuthology.orchestra.run.vpm141.stderr:           Available: selinux-policy-minimum-3.13.1-60.el7.noarch (base)
2017-10-24T16:45:04.493 INFO:teuthology.orchestra.run.vpm141.stderr:               selinux-policy-base = 3.13.1-60.el7
2017-10-24T16:45:04.493 INFO:teuthology.orchestra.run.vpm141.stderr:           Available: selinux-policy-mls-3.13.1-60.el7.noarch (base)
2017-10-24T16:45:04.493 INFO:teuthology.orchestra.run.vpm141.stderr:               selinux-policy-base = 3.13.1-60.el7
2017-10-24T16:45:04.493 INFO:teuthology.orchestra.run.vpm141.stderr:           Available: selinux-policy-targeted-3.13.1-60.el7.noarch (base)
2017-10-24T16:45:04.493 INFO:teuthology.orchestra.run.vpm141.stderr:               selinux-policy-base = 3.13.1-60.el7
2017-10-24T16:45:05.080 INFO:teuthology.orchestra.run.vpm141.stdout: You could try running: rpm -Va --nofiles --nodigest
2017-10-24T16:45:05.192 ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/run_tasks.py", line 86, in run_tasks
    manager = run_one_task(taskname, ctx=ctx, config=config)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/run_tasks.py", line 65, in run_one_task
    return task(**kwargs)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/task/sequential.py", line 46, in task
    mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/run_tasks.py", line 65, in run_one_task
    return task(**kwargs)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/task/sequential.py", line 48, in task
    mgr.__enter__()
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/task/install/__init__.py", line 437, in upgrade
    upgrade_common(ctx, config, upgrade_old_style)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/task/install/__init__.py", line 382, in upgrade_common
    deploy_style(ctx, node, remote, pkgs, system_type)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/task/install/__init__.py", line 267, in upgrade_old_style
    rpm._upgrade_packages(ctx, node, remote, pkgs)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/task/install/rpm.py", line 324, in _upgrade_packages
    remote.run(args=args)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/remote.py", line 193, in run
    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 423, in run
    r.wait()
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 155, in wait
    self._raise_for_status()
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 177, in _raise_for_status
    node=self.hostname, label=self.label
CommandFailedError: Command failed on vpm141 with status 1: "sudo yum -y install '' libcephfs_jni1 rbd-fuse ceph-radosgw librbd1 ceph-fuse python-ceph ceph ceph-test librados2 cephfs-java" 

http://pulpito.ceph.com/teuthology-2017-10-24_16:07:03-upgrade:client-upgrade-hammer-luminous-distro-basic-ovh/
Seems vps related, the run on ovh passed

History

#1 Updated by Sage Weil almost 6 years ago

  • Status changed from New to Can't reproduce

Also available in: Atom PDF