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

Log: http://qa-proxy.ceph.com/teuthology/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634301/teuthology.log

Failure Reason:

hit max job timeout

  • log_href: http://qa-proxy.ceph.com/teuthology/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634301/teuthology.log
  • archive_path: /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634301
  • description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/client-keyring 3-final}
  • duration:
  • email: ceph-qa@ceph.com
  • failure_reason: hit max job timeout
  • flavor:
  • job_id: 7634301
  • kernel:
    • kdb: True
    • sha1: distro
  • last_in_suite: False
  • machine_type: smithi
  • name: teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi
  • nuke_on_error: True
  • os_type: centos
  • os_version: 9.stream
  • overrides:
    • admin_socket:
      • branch: main
    • 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: e5c885fe95ee982ff7b45214daa61b1a6d09d57d
    • ceph-deploy:
      • conf:
        • client:
          • log file: /var/log/ceph/ceph-$name.$pid.log
        • mon:
      • install:
        • ceph:
          • flavor: default
          • sha1: e5c885fe95ee982ff7b45214daa61b1a6d09d57d
      • selinux:
        • allowlist:
          • scontext=system_u:system_r:logrotate_t:s0
      • workunit:
        • branch: main
        • sha1: e5c885fe95ee982ff7b45214daa61b1a6d09d57d
    • owner: scheduled_teuthology@teuthology
    • pid:
    • roles:
      • ['host.a', 'client.0']
      • ['host.b', 'client.1']
    • sentry_event:
    • status: dead
    • success:
    • branch: main
    • seed: 7151
    • sha1: e5c885fe95ee982ff7b45214daa61b1a6d09d57d
    • subset: 39/64
    • suite: orch
    • suite_branch: main
    • suite_path: /home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa
    • suite_relpath: qa
    • suite_repo: https://git.ceph.com/ceph.git
    • suite_sha1: e5c885fe95ee982ff7b45214daa61b1a6d09d57d
    • targets:
      • smithi029.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEEyZMaR8pI18N0QX3fZwHyCx1xnv2/rFnHREkHBBIXRH8Fdsk23MwKK8u0R+DeU8b6H4EYmKJELva54lZdMI5U=
      • smithi052.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOd0n1aTuvSO5t+fTchTc0/1YS1HqLuGiruxYsqMBs9JutXMFd0eKbVp0aYiBrt+IxSCFUidu1Mx0wN+ZobqZ8o=
    • 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
      • cephadm.shell:
        • host.a:
          • ceph orch host label add `hostname` foo
          • ceph auth get-or-create client.foo mon 'allow r'
          • ceph orch client-keyring set client.foo label:foo --mode 770 --owner 11111:22222
      • exec:
        • host.a:
          • while ! test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done
          • ls -al /etc/ceph/ceph.client.foo.keyring | grep rwxrwx---
          • ls -al /etc/ceph/ceph.client.foo.keyring | grep 11111
          • ls -al /etc/ceph/ceph.client.foo.keyring | grep 22222
          • test -e /etc/ceph/ceph.conf
      • exec:
        • host.b:
          • test ! -e /etc/ceph/ceph.client.foo.keyring
      • cephadm.shell:
        • host.b:
          • ceph orch host label add `hostname` foo
      • exec:
        • host.b:
          • while ! test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done
          • ls -al /etc/ceph/ceph.client.foo.keyring | grep rwxrwx---
          • ls -al /etc/ceph/ceph.client.foo.keyring | grep 11111
          • ls -al /etc/ceph/ceph.client.foo.keyring | grep 22222
      • cephadm.shell:
        • host.b:
          • ceph orch host label rm `hostname` foo
      • exec:
        • host.b:
          • while test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done
      • exec:
        • host.a:
          • test -e /etc/ceph/ceph.client.foo.keyring
      • cephadm.shell:
        • host.a:
          • ceph orch client-keyring rm client.foo
      • exec:
        • host.a:
          • while test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done
      • 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: 950
    • user: teuthology
    • queue:
    • posted: 2024-04-01 20:12:17
    • started: 2024-04-07 20:43:24
    • updated: 2024-04-08 08:52:32
    • status_class: danger
    • runtime: 12:09:08