Description: orch/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/teuthology-2024-04-01_22:08:02-orch-reef-distro-default-smithi/7635132/teuthology.log

Failure Reason:

hit max job timeout

  • log_href: http://qa-proxy.ceph.com/teuthology/teuthology-2024-04-01_22:08:02-orch-reef-distro-default-smithi/7635132/teuthology.log
  • archive_path: /home/teuthworker/archive/teuthology-2024-04-01_22:08:02-orch-reef-distro-default-smithi/7635132
  • description: orch/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.com
  • failure_reason: hit max job timeout
  • flavor:
  • job_id: 7635132
  • kernel:
    • kdb: True
    • sha1: distro
  • last_in_suite: False
  • machine_type: smithi
  • name: teuthology-2024-04-01_22:08:02-orch-reef-distro-default-smithi
  • nuke_on_error: True
  • os_type: centos
  • os_version: 8.stream
  • overrides:
    • admin_socket:
      • branch: reef
    • 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\)
      • sha1: 31b151c4607b0154d429096e6dcfacfc215df2d1
    • ceph-deploy:
      • conf:
        • client:
          • log file: /var/log/ceph/ceph-$name.$pid.log
        • mon:
      • install:
        • ceph:
          • flavor: default
          • sha1: 31b151c4607b0154d429096e6dcfacfc215df2d1
      • selinux:
        • whitelist:
          • scontext=system_u:system_r:logrotate_t:s0
      • workunit:
        • branch: reef
        • sha1: 4d05f4cad464de0fcdd11a2856643e533aea34e8
    • owner: scheduled_teuthology@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:
    • status: dead
    • success:
    • branch: reef
    • seed: 8440
    • sha1: 31b151c4607b0154d429096e6dcfacfc215df2d1
    • subset: 11/64
    • suite: orch
    • suite_branch: reef
    • suite_path: /home/teuthworker/src/git.ceph.com_ceph_4d05f4cad464de0fcdd11a2856643e533aea34e8/qa
    • suite_relpath: qa
    • suite_repo: https://git.ceph.com/ceph.git
    • suite_sha1: 4d05f4cad464de0fcdd11a2856643e533aea34e8
    • targets:
      • smithi023.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI01C5D6J1ojubSBgjIYBfEi47RT0Dg2zyrDHkZanNir7AMtx9WfhvkUZ4IjPz1o6FjFduEIZ6V2eOGz9fr00hI=
      • smithi028.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH9NVdLuDIGTXe2cvY+zwYyv02VM25/NSuPfoH+nQfUNp6513DMZFd+va1cgOpG++JKThqprR8qX8UGzujuJrls=
    • tasks:
      • 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 --allowerasing --nobest
          • 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: quay.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 6
    • teuthology_branch: main
    • verbose: False
    • pcp_grafana_url:
    • priority: 930
    • user: teuthology
    • queue:
    • posted: 2024-04-01 22:09:39
    • started: 2024-04-06 06:00:16
    • updated: 2024-04-06 18:11:28
    • status_class: danger
    • runtime: 12:11:12