archive_path: /home/teuthworker/archive/yuriw-2022-12-19_16:39:50-rados-wip-yuri3-testing-2022-12-14-0855-pacific-distro-default-smithi/7121428 branch: wip-yuri3-testing-2022-12-14-0855-pacific description: rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: null first_in_suite: false job_id: '7121428' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2022-12-19_16:39:50-rados-wip-yuri3-testing-2022-12-14-0855-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri3-testing-2022-12-14-0855-pacific 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: 25247086556727088a4e5f94004449b27369ea05 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: 25247086556727088a4e5f94004449b27369ea05 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri3-testing-2022-12-14-0855-pacific sha1: 25247086556727088a4e5f94004449b27369ea05 owner: scheduled_yuriw@teuthology priority: 60 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 sha1: 25247086556727088a4e5f94004449b27369ea05 sleep_before_teardown: 0 suite: rados suite_branch: wip-yuri3-testing-2022-12-14-0855-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_25247086556727088a4e5f94004449b27369ea05/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 25247086556727088a4e5f94004449b27369ea05 targets: smithi137.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIM3/YTg9k+7YdMja7H97zwDBQsLiMEw7u6kLrkcx8jzA0eEs3EWJAQGzk7M4AhXetImG7FlZ24tGyuRznzSCsw= smithi138.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwcfmNPUdkaY48UFk589HZXJmoE5ui2sE0s3gkwQ7OOEkSgx+KBJo7JaRP5tGi5uORBRi7bjXhkyn+JFpCf8ccqUzFatGjAXSLOi/v7No9Y8PXUvDCI3VLCTrpki6rwCQa0cp/LMlgmdsCw7vQ7TeMKpdno3R8Hkrh7MqOWffhNfDu7IlkmkETHFiwugrPNCHhS1/Y+wkMcVC7X+lErGrEdqxv+/acXQMACsdbHLsNklYCyXTTsHSaCNlrY8GzWJOsrj/Y1a76l+o5uHp0i+6mHJWG3xeURL3tAaM0CT+Ci1a9vXVO40/bnIrWqqI/700tVdIBKp89mGhGLmRvuI4s8IpA0kSdZBEnOtKbjF9PZ2UCxzEe5PGY/j/33AYuyyLZBtu/8XXcpKDG+dheiM8cVu2W5yQ3IxvHajtE03NRjqRUv13A0a+o58sVHEA8AXmHGXsoVUouRK/6mugmNKdTd+ZZ4dnBGUZMw+6//+TKihBd4eQv1VohYWDth3qQXmU= 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 - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - 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 - vip: null - 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...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" 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: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 19d18db866afdc31fd6586f558fc29b95a87ccfb timestamp: 2022-12-19_16:39:50 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.24777