archive_path: /home/teuthworker/archive/gabrioux-2023-07-21_06:58:37-orch:cephadm-wip-guits-testing-2-2023-07-21-0244-distro-default-smithi/7346517 branch: wip-guits-testing-2-2023-07-21-0244 description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/client-keyring 3-final} email: gabrioux@redhat.com first_in_suite: false job_id: '7346517' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2023-07-21_06:58:37-orch:cephadm-wip-guits-testing-2-2023-07-21-0244-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-guits-testing-2-2023-07-21-0244 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: aa8b79aa4c5c06ff2d14bd8eb62067d83997f6c9 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: aa8b79aa4c5c06ff2d14bd8eb62067d83997f6c9 kernel: hwe: true workunit: branch: wip-guits-testing-2-2023-07-21-0244 sha1: aa8b79aa4c5c06ff2d14bd8eb62067d83997f6c9 owner: scheduled_gabrioux@teuthology priority: 75 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 sha1: aa8b79aa4c5c06ff2d14bd8eb62067d83997f6c9 sleep_before_teardown: 0 suite: orch:cephadm suite_branch: wip-guits-testing-2-2023-07-21-0244 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_aa8b79aa4c5c06ff2d14bd8eb62067d83997f6c9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: aa8b79aa4c5c06ff2d14bd8eb62067d83997f6c9 targets: smithi055.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJpr1JeXvijUGrmGNkLA2tCLjf0aTXkjgars7UeeOTG1yCdZWeY5GMOSa22sTYOl1n2uIsrjlPz11LUzl52pDj2s1Fi8Py4WVHu/EMRv8+9qYrGfeZverRmpmHkrmE1RjpaTZQvaaZP67WIhlxpppyCdR1yx1aTtBihiYLt6wr+O2y0vYveaBHomqLk5OvVwq7BTB+NizbQpF5NTSW16k4osCNuMp105+fnNO4Tmg/AK2HoquZatOqt62M5m0JjhGDaZZepeKLy6dB/oru0XKAcD+oIRCfjnF6ZUJ1sVeUsdsa3wLpazW82ulK4oUcSAqpOi+WaJszxitKuLvlxxjNwspjRM997gI2x1J1B95Oklt5orzUb2M7tKZJaRQc6/SIo5Fa3m2L3OKFhULQziOzE1Vpq4r/kcDvISQjV7wrTfpYAotAdHbF2kxxX+yM7C/L1Ne9Cm7Kyio6lBm4q0zkfISPx6Gl5jxSbnQBBycixOD2KHaJVQemGf1p1Mgf3w0= smithi140.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIgZ8Bd53fuCgCKJVFKEoISHXv8e16rj+5mHUw0oxKD/1FLTZxAy2jXni6HW8XTWz09dkyioP79i8vigElT1owY= tasks: - nvme_loop: null - 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: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 79491cb69dd37a1eafb93b3471998174bdfa2fd9 timestamp: 2023-07-21_06:58:37 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.23459