Description: rados/cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final}

Log: http://qa-proxy.ceph.com/teuthology/yuriw-2022-01-14_22:45:11-rados-wip-yuri8-testing-2022-01-14-0917-distro-default-smithi/6617442/teuthology.log

Sentry event: https://sentry.ceph.com/organizations/ceph/?query=6c5de4900fd04863b672533b66bcf0cb

Failure Reason:

Stale jobs detected, aborting.

  • log_href: http://qa-proxy.ceph.com/teuthology/yuriw-2022-01-14_22:45:11-rados-wip-yuri8-testing-2022-01-14-0917-distro-default-smithi/6617442/teuthology.log
  • archive_path: /home/teuthworker/archive/yuriw-2022-01-14_22:45:11-rados-wip-yuri8-testing-2022-01-14-0917-distro-default-smithi/6617442
  • description: rados/cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final}
  • duration:
  • email: ceph-qa@ceph.io
  • failure_reason: Stale jobs detected, aborting.
  • flavor:
  • job_id: 6617442
  • kernel:
    • kdb: True
    • sha1: distro
  • last_in_suite: False
  • machine_type: smithi
  • name: yuriw-2022-01-14_22:45:11-rados-wip-yuri8-testing-2022-01-14-0917-distro-default-smithi
  • nuke_on_error: True
  • os_type: centos
  • os_version: 8.stream
  • overrides:
    • admin_socket:
      • branch: wip-yuri8-testing-2022-01-14-0917
    • ceph:
      • conf:
        • mgr:
          • debug mgr: 20
          • debug ms: 1
        • mon:
          • debug mon: 20
          • debug ms: 1
          • debug paxos: 20
        • osd:
          • debug ms: 1
          • debug osd: 20
          • osd shutdown pgref assert: True
      • flavor: default
      • log-ignorelist:
        • \(MDS_ALL_DOWN\)
        • \(MDS_UP_LESS_THAN_MAX\)
      • log-whitelist:
        • \(MDS_ALL_DOWN\)
        • \(MDS_UP_LESS_THAN_MAX\)
      • sha1: 116d16621ea0d23f8fc8b9af5ee8153eb1dea453
    • ceph-deploy:
      • conf:
        • client:
          • log file: /var/log/ceph/ceph-$name.$pid.log
        • mon:
          • osd default pool size: 2
    • install:
      • ceph:
        • flavor: default
        • sha1: 116d16621ea0d23f8fc8b9af5ee8153eb1dea453
    • selinux:
      • whitelist:
        • scontext=system_u:system_r:logrotate_t:s0
    • workunit:
      • branch: wip-yuri8-testing-2022-01-14-0917
      • sha1: 116d16621ea0d23f8fc8b9af5ee8153eb1dea453
  • owner: scheduled_yuriw@teuthology
  • pid:
  • roles:
    • ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0']
    • ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7']
  • sentry_event: https://sentry.ceph.com/organizations/ceph/?query=6c5de4900fd04863b672533b66bcf0cb
  • status: fail
  • success: False
  • branch: wip-yuri8-testing-2022-01-14-0917
  • seed:
  • sha1: 116d16621ea0d23f8fc8b9af5ee8153eb1dea453
  • subset:
  • suite:
  • suite_branch: wip-yuri8-testing-2022-01-14-0917
  • suite_path:
  • suite_relpath:
  • suite_repo:
  • suite_sha1: 116d16621ea0d23f8fc8b9af5ee8153eb1dea453
  • targets:
    • tasks:
      • internal.check_packages:
      • internal.buildpackages_prep:
      • internal.save_config:
      • internal.check_lock:
      • internal.add_remotes:
      • console_log:
      • internal.connect:
      • internal.push_inventory:
      • internal.serialize_remote_roles:
      • internal.check_conflict:
      • internal.check_ceph_data:
      • internal.vm_setup:
      • kernel:
        • kdb: True
        • sha1: distro
      • internal.base:
      • internal.archive_upload:
      • internal.archive:
      • internal.coredump:
      • internal.sudo:
      • internal.syslog:
      • internal.timer:
      • pcp:
      • selinux:
      • ansible.cephlab:
      • clock:
      • pexec:
        • all:
          • sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup
          • sudo dnf -y module reset container-tools
          • sudo dnf -y module install container-tools
          • sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf
      • cephadm:
        • cephadm_branch: v16.2.5
        • cephadm_git_url: https://github.com/ceph/ceph
        • image: docker.io/ceph/ceph:v16.2.5
        • roleless: True
      • cephadm.shell:
        • host.a:
          • ceph orch status
          • ceph orch ps
          • ceph orch ls
          • ceph orch host ls
          • ceph orch device ls
      • vip.exec:
        • all-hosts:
          • systemctl stop nfs-server
      • cephadm.shell:
        • host.a:
          • ceph fs volume create foofs
      • cephadm.wait_for_service:
        • service: mds.foofs
      • cephadm.shell:
        • host.a:
          • ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2
          • ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake
          • while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done
      • vip.exec:
        • host.a:
          • mkdir /mnt/foo
          • while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done
          • echo test > /mnt/foo/testfile
          • sync
      • parallel:
        • upgrade-tasks
        • workload-tasks
      • vip.exec:
        • host.a:
          • umount /mnt/foo
      • cephadm.shell:
        • host.a:
          • ceph nfs cluster ls | grep foo
          • ceph nfs export ls foo --detailed
          • rados -p .nfs --all ls -
          • ceph config get mgr mgr/cephadm/migration_current | grep 5
    • teuthology_branch: master
    • verbose: True
    • pcp_grafana_url:
    • priority:
    • user:
    • queue:
    • posted: 2022-01-14 22:49:07
    • started: 2022-01-14 23:31:03
    • updated: 2022-01-14 23:45:30
    • status_class: danger
    • runtime: 0:14:27