Description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-ingress 3-final}

Log: http://qa-proxy.ceph.com/teuthology/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694765/teuthology.log

Failure Reason:

hit max job timeout

  • log_href: http://qa-proxy.ceph.com/teuthology/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694765/teuthology.log
  • archive_path: /home/teuthworker/archive/teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi/7694765
  • description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-ingress 3-final}
  • duration:
  • email: ceph-qa@ceph.com
  • failure_reason: hit max job timeout
  • flavor:
  • job_id: 7694765
  • kernel:
    • kdb: 1
    • sha1: distro
  • last_in_suite: False
  • machine_type: smithi
  • name: teuthology-2024-05-06_21:08:03-orch-squid-distro-default-smithi
  • nuke_on_error: True
  • os_type: centos
  • os_version: 9.stream
  • overrides:
    • admin_socket:
      • branch: squid
    • 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-only-match:
        • CEPHADM_
      • sha1: b05eb2754514c6559f7c34d831877d418ea3a9c7
    • ceph-deploy:
      • conf:
        • client:
          • log file: /var/log/ceph/ceph-$name.$pid.log
        • mon:
      • install:
        • ceph:
          • flavor: default
          • sha1: b05eb2754514c6559f7c34d831877d418ea3a9c7
      • selinux:
        • allowlist:
          • scontext=system_u:system_r:logrotate_t:s0
      • workunit:
        • branch: squid
        • sha1: 510b35d4b766757579df5fd9efd2f892309f09e1
    • owner: scheduled_teuthology@teuthology
    • pid:
    • roles:
      • ['host.a', 'client.0']
      • ['host.b', 'client.1']
    • sentry_event:
    • status: dead
    • success:
    • branch: squid
    • seed: 1926
    • sha1: b05eb2754514c6559f7c34d831877d418ea3a9c7
    • subset: 54/64
    • suite: orch
    • suite_branch: squid
    • suite_path: /home/teuthworker/src/git.ceph.com_ceph_510b35d4b766757579df5fd9efd2f892309f09e1/qa
    • suite_relpath: qa
    • suite_repo: https://git.ceph.com/ceph.git
    • suite_sha1: 510b35d4b766757579df5fd9efd2f892309f09e1
    • targets:
      • smithi169.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEULNy5xCq8jepLSeh156Ei15INBXTUeL5ZQS05k58pkD0f4g4WQawUTqtb5a4wuZWvQi4gHCurXlrd1nGpLOCI=
      • smithi203.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNzVL0lrdXxPvijqTibde3UD1YnLFN2YBtfcbGgGBzUBk4/xpwSxXSRSmrKy6a3UOeMyfGYPOafslcTLys/QIW8=
    • tasks:
      • nvme_loop:
      • cephadm:
        • roleless: True
      • cephadm.shell:
        • host.a:
          • ceph orch status
          • ceph orch ps
          • ceph orch ls
          • ceph orch host ls
          • ceph orch device ls
      • vip:
      • cephadm.shell:
        • host.a:
          • ceph orch device ls --refresh
      • vip.exec:
        • all-hosts:
          • systemctl stop nfs-server
      • cephadm.shell:
        • host.a:
          • ceph fs volume create foofs
      • cephadm.apply:
        • specs:
          • placement:
            • count: 2
          • service_id: foo
          • service_type: nfs
          • spec:
            • port: 12049
          • service_id: nfs.foo
          • service_type: ingress
          • spec:
            • backend_service: nfs.foo
            • frontend_port: 2049
            • monitor_port: 9002
            • virtual_ip: {{VIP0}}/{{VIPPREFIXLEN}}
      • cephadm.wait_for_service:
        • service: nfs.foo
      • cephadm.wait_for_service:
        • service: ingress.nfs.foo
      • cephadm.shell:
        • host.a:
          • ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake
      • vip.exec:
        • host.a:
          • mkdir /mnt/foo
          • sleep 5
          • mount -t nfs {{VIP0}}:/fake /mnt/foo
          • echo test > /mnt/foo/testfile
          • sync
      • cephadm.shell:
        • host.a:
          • echo "Check with each haproxy down in turn..." for haproxy in `ceph orch ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do ceph orch daemon stop $haproxy while ! ceph orch ps | grep $haproxy | grep stopped; do sleep 1 ; done cat /mnt/foo/testfile echo $haproxy > /mnt/foo/testfile sync ceph orch daemon start $haproxy while ! ceph orch ps | grep $haproxy | grep running; do sleep 1 ; done done
        • volumes:
          • /mnt/foo:/mnt/foo
      • cephadm.shell:
        • host.a:
          • stat -c '%u %g' /var/log/ceph | grep '167 167'
          • ceph orch status
          • ceph orch ps
          • ceph orch ls
          • ceph orch host ls
          • ceph orch device ls
          • ceph orch ls | grep '^osd.all-available-devices '
    • teuthology_branch: main
    • verbose: False
    • pcp_grafana_url:
    • priority: 100
    • user: teuthology
    • queue:
    • posted: 2024-05-06 21:10:48
    • started: 2024-05-07 09:40:43
    • updated: 2024-05-07 21:49:43
    • status_class: danger
    • runtime: 12:09:00