2023-12-21T04:38:39.318 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-21T04:38:39.318 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499187 --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} --verbose -- /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499187/orig.config.yaml 2023-12-21T04:38:39.352 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-21T04:38:39.448 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499187 branch: wip-yuri7-testing-2023-12-20-0808-pacific description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7499187' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-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-yuri7-testing-2023-12-20-0808-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: 639f0137318def3e5f393094e5494880043a8f32 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 639f0137318def3e5f393094e5494880043a8f32 kernel: hwe: true workunit: branch: wip-yuri7-testing-2023-12-20-0808-pacific sha1: 639f0137318def3e5f393094e5494880043a8f32 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 592 sha1: 639f0137318def3e5f393094e5494880043a8f32 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri7-testing-2023-12-20-0808-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 639f0137318def3e5f393094e5494880043a8f32 targets: smithi079.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi156.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= 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 - 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: 5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73 timestamp: 2023-12-20_19:57:16 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 2023-12-21T04:38:39.448 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa; will attempt to use it 2023-12-21T04:38:39.449 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks 2023-12-21T04:38:39.450 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-21T04:38:39.451 INFO:teuthology.task.internal:Checking packages... 2023-12-21T04:38:39.479 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '639f0137318def3e5f393094e5494880043a8f32' 2023-12-21T04:38:39.479 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-21T04:38:39.479 INFO:teuthology.packaging:ref: None 2023-12-21T04:38:39.479 INFO:teuthology.packaging:tag: None 2023-12-21T04:38:39.479 INFO:teuthology.packaging:branch: wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-21T04:38:39.479 INFO:teuthology.packaging:sha1: 639f0137318def3e5f393094e5494880043a8f32 2023-12-21T04:38:39.480 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-21T04:38:39.707 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-413-g639f0137-1focal 2023-12-21T04:38:39.709 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-21T04:38:39.715 INFO:teuthology.task.internal:no buildpackages task found 2023-12-21T04:38:39.715 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-21T04:38:39.720 INFO:teuthology.task.internal:Saving configuration 2023-12-21T04:38:39.742 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-21T04:38:39.748 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T04:38:39.770 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499187', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 04:32:28.500752', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-21T04:38:39.792 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi156.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499187', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 04:32:28.502611', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-21T04:38:39.792 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-21T04:38:39.799 INFO:teuthology.task.internal:roles: ubuntu@smithi079.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-21T04:38:39.799 INFO:teuthology.task.internal:roles: ubuntu@smithi156.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-21T04:38:39.800 INFO:teuthology.run_tasks:Running task console_log... 2023-12-21T04:38:39.875 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f975d73fc10>, signals=[15]) 2023-12-21T04:38:39.876 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-21T04:38:39.884 INFO:teuthology.task.internal:Opening connections... 2023-12-21T04:38:39.885 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi079.front.sepia.ceph.com 2023-12-21T04:38:39.891 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:38:39.945 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi156.front.sepia.ceph.com 2023-12-21T04:38:39.946 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:38:39.999 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-21T04:38:40.007 DEBUG:teuthology.orchestra.run.smithi079:> uname -m 2023-12-21T04:38:40.028 INFO:teuthology.orchestra.run.smithi079.stdout:x86_64 2023-12-21T04:38:40.028 DEBUG:teuthology.orchestra.run.smithi079:> cat /etc/os-release 2023-12-21T04:38:40.082 INFO:teuthology.orchestra.run.smithi079.stdout:NAME="Ubuntu" 2023-12-21T04:38:40.082 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-21T04:38:40.083 INFO:teuthology.orchestra.run.smithi079.stdout:ID=ubuntu 2023-12-21T04:38:40.083 INFO:teuthology.orchestra.run.smithi079.stdout:ID_LIKE=debian 2023-12-21T04:38:40.083 INFO:teuthology.orchestra.run.smithi079.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-21T04:38:40.083 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION_ID="20.04" 2023-12-21T04:38:40.083 INFO:teuthology.orchestra.run.smithi079.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-21T04:38:40.083 INFO:teuthology.orchestra.run.smithi079.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-21T04:38:40.083 INFO:teuthology.orchestra.run.smithi079.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-21T04:38:40.083 INFO:teuthology.orchestra.run.smithi079.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-21T04:38:40.083 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION_CODENAME=focal 2023-12-21T04:38:40.083 INFO:teuthology.orchestra.run.smithi079.stdout:UBUNTU_CODENAME=focal 2023-12-21T04:38:40.084 INFO:teuthology.lock.ops:Updating smithi079.front.sepia.ceph.com on lock server 2023-12-21T04:38:40.104 DEBUG:teuthology.orchestra.run.smithi156:> uname -m 2023-12-21T04:38:40.111 INFO:teuthology.orchestra.run.smithi156.stdout:x86_64 2023-12-21T04:38:40.112 DEBUG:teuthology.orchestra.run.smithi156:> cat /etc/os-release 2023-12-21T04:38:40.119 INFO:teuthology.orchestra.run.smithi156.stdout:NAME="Ubuntu" 2023-12-21T04:38:40.120 INFO:teuthology.orchestra.run.smithi156.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-21T04:38:40.120 INFO:teuthology.orchestra.run.smithi156.stdout:ID=ubuntu 2023-12-21T04:38:40.120 INFO:teuthology.orchestra.run.smithi156.stdout:ID_LIKE=debian 2023-12-21T04:38:40.120 INFO:teuthology.orchestra.run.smithi156.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-21T04:38:40.120 INFO:teuthology.orchestra.run.smithi156.stdout:VERSION_ID="20.04" 2023-12-21T04:38:40.120 INFO:teuthology.orchestra.run.smithi156.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-21T04:38:40.120 INFO:teuthology.orchestra.run.smithi156.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-21T04:38:40.120 INFO:teuthology.orchestra.run.smithi156.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-21T04:38:40.120 INFO:teuthology.orchestra.run.smithi156.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-21T04:38:40.121 INFO:teuthology.orchestra.run.smithi156.stdout:VERSION_CODENAME=focal 2023-12-21T04:38:40.121 INFO:teuthology.orchestra.run.smithi156.stdout:UBUNTU_CODENAME=focal 2023-12-21T04:38:40.121 INFO:teuthology.lock.ops:Updating smithi156.front.sepia.ceph.com on lock server 2023-12-21T04:38:40.146 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-21T04:38:40.158 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-21T04:38:40.165 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-21T04:38:40.165 DEBUG:teuthology.orchestra.run.smithi079:> test '!' -e /home/ubuntu/cephtest 2023-12-21T04:38:40.171 DEBUG:teuthology.orchestra.run.smithi156:> test '!' -e /home/ubuntu/cephtest 2023-12-21T04:38:40.177 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-21T04:38:40.184 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-21T04:38:40.184 DEBUG:teuthology.orchestra.run.smithi079:> test -z $(ls -A /var/lib/ceph) 2023-12-21T04:38:40.187 DEBUG:teuthology.orchestra.run.smithi156:> test -z $(ls -A /var/lib/ceph) 2023-12-21T04:38:40.197 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-21T04:38:40.260 INFO:teuthology.run_tasks:Running task kernel... 2023-12-21T04:38:40.284 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-21T04:38:40.284 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-12-21T04:38:40.284 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2023-12-21T04:38:40.284 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2023-12-21T04:38:40.285 DEBUG:teuthology.orchestra.run.smithi079:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-21T04:38:40.285 DEBUG:teuthology.orchestra.run.smithi156:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-21T04:38:40.293 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:38:40.294 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:38:40.297 DEBUG:teuthology.orchestra.run.smithi156:> uname -r 2023-12-21T04:38:40.298 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2023-12-21T04:38:40.307 INFO:teuthology.orchestra.run.smithi079.stdout:5.4.0-124-generic 2023-12-21T04:38:40.307 INFO:teuthology.task.kernel:Running kernel on smithi079: 5.4.0-124-generic 2023-12-21T04:38:40.307 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get clean 2023-12-21T04:38:40.344 INFO:teuthology.orchestra.run.smithi156.stdout:5.4.0-124-generic 2023-12-21T04:38:40.344 INFO:teuthology.task.kernel:Running kernel on smithi156: 5.4.0-124-generic 2023-12-21T04:38:40.345 DEBUG:teuthology.orchestra.run.smithi156:> sudo apt-get clean 2023-12-21T04:38:40.455 DEBUG:teuthology.orchestra.run.smithi156:> sudo apt-get update 2023-12-21T04:38:40.463 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get update 2023-12-21T04:38:40.602 INFO:teuthology.orchestra.run.smithi156.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-21T04:38:40.602 INFO:teuthology.orchestra.run.smithi156.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-21T04:38:40.604 INFO:teuthology.orchestra.run.smithi156.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-21T04:38:40.630 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-21T04:38:40.638 INFO:teuthology.orchestra.run.smithi079.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-21T04:38:40.687 INFO:teuthology.orchestra.run.smithi156.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-21T04:38:40.697 INFO:teuthology.orchestra.run.smithi079.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-21T04:38:40.739 INFO:teuthology.orchestra.run.smithi079.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-21T04:38:41.004 INFO:teuthology.orchestra.run.smithi156.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,640 kB] 2023-12-21T04:38:41.014 INFO:teuthology.orchestra.run.smithi079.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,021 kB] 2023-12-21T04:38:41.132 INFO:teuthology.orchestra.run.smithi156.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [693 kB] 2023-12-21T04:38:41.140 INFO:teuthology.orchestra.run.smithi156.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [405 kB] 2023-12-21T04:38:41.141 INFO:teuthology.orchestra.run.smithi156.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [919 kB] 2023-12-21T04:38:41.145 INFO:teuthology.orchestra.run.smithi156.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-21T04:38:41.146 INFO:teuthology.orchestra.run.smithi156.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-21T04:38:41.146 INFO:teuthology.orchestra.run.smithi156.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,451 kB] 2023-12-21T04:38:41.155 INFO:teuthology.orchestra.run.smithi079.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [919 kB] 2023-12-21T04:38:41.171 INFO:teuthology.orchestra.run.smithi079.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [488 kB] 2023-12-21T04:38:41.175 INFO:teuthology.orchestra.run.smithi156.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [342 kB] 2023-12-21T04:38:41.176 INFO:teuthology.orchestra.run.smithi079.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-21T04:38:41.176 INFO:teuthology.orchestra.run.smithi079.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,569 kB] 2023-12-21T04:38:41.179 INFO:teuthology.orchestra.run.smithi156.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-21T04:38:41.179 INFO:teuthology.orchestra.run.smithi156.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [916 kB] 2023-12-21T04:38:41.190 INFO:teuthology.orchestra.run.smithi156.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [635 kB] 2023-12-21T04:38:41.194 INFO:teuthology.orchestra.run.smithi079.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-21T04:38:41.195 INFO:teuthology.orchestra.run.smithi079.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [359 kB] 2023-12-21T04:38:41.197 INFO:teuthology.orchestra.run.smithi156.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-21T04:38:41.197 INFO:teuthology.orchestra.run.smithi079.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-21T04:38:41.198 INFO:teuthology.orchestra.run.smithi079.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [762 kB] 2023-12-21T04:38:41.199 INFO:teuthology.orchestra.run.smithi156.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-21T04:38:41.200 INFO:teuthology.orchestra.run.smithi156.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-21T04:38:41.200 INFO:teuthology.orchestra.run.smithi156.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-21T04:38:41.200 INFO:teuthology.orchestra.run.smithi156.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-21T04:38:41.201 INFO:teuthology.orchestra.run.smithi156.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-21T04:38:41.203 INFO:teuthology.orchestra.run.smithi079.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,142 kB] 2023-12-21T04:38:41.212 INFO:teuthology.orchestra.run.smithi079.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-21T04:38:41.214 INFO:teuthology.orchestra.run.smithi079.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-21T04:38:41.215 INFO:teuthology.orchestra.run.smithi079.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-21T04:38:41.215 INFO:teuthology.orchestra.run.smithi079.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-21T04:38:41.222 INFO:teuthology.orchestra.run.smithi156.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,021 kB] 2023-12-21T04:38:41.223 INFO:teuthology.orchestra.run.smithi079.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-21T04:38:41.223 INFO:teuthology.orchestra.run.smithi079.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-21T04:38:41.224 INFO:teuthology.orchestra.run.smithi079.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-21T04:38:41.224 INFO:teuthology.orchestra.run.smithi079.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-21T04:38:41.224 INFO:teuthology.orchestra.run.smithi079.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-21T04:38:41.240 INFO:teuthology.orchestra.run.smithi079.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-21T04:38:41.240 INFO:teuthology.orchestra.run.smithi079.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-21T04:38:41.240 INFO:teuthology.orchestra.run.smithi079.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-21T04:38:41.278 INFO:teuthology.orchestra.run.smithi156.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [488 kB] 2023-12-21T04:38:41.288 INFO:teuthology.orchestra.run.smithi156.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-21T04:38:41.288 INFO:teuthology.orchestra.run.smithi156.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-21T04:38:41.288 INFO:teuthology.orchestra.run.smithi156.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,569 kB] 2023-12-21T04:38:41.325 INFO:teuthology.orchestra.run.smithi156.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [359 kB] 2023-12-21T04:38:41.332 INFO:teuthology.orchestra.run.smithi156.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-21T04:38:41.332 INFO:teuthology.orchestra.run.smithi156.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,142 kB] 2023-12-21T04:38:41.347 INFO:teuthology.orchestra.run.smithi079.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,640 kB] 2023-12-21T04:38:41.350 INFO:teuthology.orchestra.run.smithi156.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [762 kB] 2023-12-21T04:38:41.363 INFO:teuthology.orchestra.run.smithi156.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-21T04:38:41.365 INFO:teuthology.orchestra.run.smithi156.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-21T04:38:41.366 INFO:teuthology.orchestra.run.smithi156.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-21T04:38:41.367 INFO:teuthology.orchestra.run.smithi156.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-21T04:38:41.367 INFO:teuthology.orchestra.run.smithi156.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-21T04:38:41.386 INFO:teuthology.orchestra.run.smithi156.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-21T04:38:41.386 INFO:teuthology.orchestra.run.smithi156.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-21T04:38:41.386 INFO:teuthology.orchestra.run.smithi156.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-21T04:38:41.387 INFO:teuthology.orchestra.run.smithi156.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-21T04:38:41.387 INFO:teuthology.orchestra.run.smithi156.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-21T04:38:41.387 INFO:teuthology.orchestra.run.smithi156.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-21T04:38:41.388 INFO:teuthology.orchestra.run.smithi156.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-21T04:38:41.831 INFO:teuthology.orchestra.run.smithi079.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [693 kB] 2023-12-21T04:38:41.845 INFO:teuthology.orchestra.run.smithi079.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [405 kB] 2023-12-21T04:38:41.854 INFO:teuthology.orchestra.run.smithi079.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-21T04:38:41.855 INFO:teuthology.orchestra.run.smithi079.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,451 kB] 2023-12-21T04:38:41.931 INFO:teuthology.orchestra.run.smithi079.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-21T04:38:41.932 INFO:teuthology.orchestra.run.smithi079.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [342 kB] 2023-12-21T04:38:41.941 INFO:teuthology.orchestra.run.smithi079.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-21T04:38:41.941 INFO:teuthology.orchestra.run.smithi079.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [635 kB] 2023-12-21T04:38:41.953 INFO:teuthology.orchestra.run.smithi079.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [916 kB] 2023-12-21T04:38:42.135 INFO:teuthology.orchestra.run.smithi079.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-21T04:38:42.566 INFO:teuthology.orchestra.run.smithi079.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-21T04:38:42.572 INFO:teuthology.orchestra.run.smithi079.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-21T04:38:42.579 INFO:teuthology.orchestra.run.smithi079.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-21T04:38:42.581 INFO:teuthology.orchestra.run.smithi079.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-21T04:38:42.583 INFO:teuthology.orchestra.run.smithi079.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-21T04:38:45.119 INFO:teuthology.orchestra.run.smithi156.stdout:Fetched 18.5 MB in 3s (6,908 kB/s) 2023-12-21T04:38:45.203 INFO:teuthology.orchestra.run.smithi079.stdout:Fetched 18.5 MB in 3s (6,894 kB/s) 2023-12-21T04:38:46.495 INFO:teuthology.orchestra.run.smithi156.stdout:Reading package lists... 2023-12-21T04:38:46.520 DEBUG:teuthology.orchestra.run.smithi156:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-21T04:38:46.594 INFO:teuthology.orchestra.run.smithi156.stdout:Reading package lists... 2023-12-21T04:38:46.674 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2023-12-21T04:38:46.701 DEBUG:teuthology.orchestra.run.smithi079:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-21T04:38:46.776 INFO:teuthology.orchestra.run.smithi156.stdout:Building dependency tree... 2023-12-21T04:38:46.776 INFO:teuthology.orchestra.run.smithi156.stdout:Reading state information... 2023-12-21T04:38:46.785 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2023-12-21T04:38:46.945 INFO:teuthology.orchestra.run.smithi156.stdout:The following additional packages will be installed: 2023-12-21T04:38:46.946 INFO:teuthology.orchestra.run.smithi156.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-21T04:38:46.946 INFO:teuthology.orchestra.run.smithi156.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2023-12-21T04:38:46.946 INFO:teuthology.orchestra.run.smithi156.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2023-12-21T04:38:46.946 INFO:teuthology.orchestra.run.smithi156.stdout:Suggested packages: 2023-12-21T04:38:46.947 INFO:teuthology.orchestra.run.smithi156.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-21T04:38:46.947 INFO:teuthology.orchestra.run.smithi156.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2023-12-21T04:38:46.990 INFO:teuthology.orchestra.run.smithi079.stdout:Building dependency tree... 2023-12-21T04:38:46.991 INFO:teuthology.orchestra.run.smithi079.stdout:Reading state information... 2023-12-21T04:38:47.009 INFO:teuthology.orchestra.run.smithi156.stdout:The following NEW packages will be installed: 2023-12-21T04:38:47.010 INFO:teuthology.orchestra.run.smithi156.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-21T04:38:47.010 INFO:teuthology.orchestra.run.smithi156.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2023-12-21T04:38:47.010 INFO:teuthology.orchestra.run.smithi156.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2023-12-21T04:38:47.011 INFO:teuthology.orchestra.run.smithi156.stdout: thermald upower usbmuxd 2023-12-21T04:38:47.065 INFO:teuthology.orchestra.run.smithi156.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-21T04:38:47.065 INFO:teuthology.orchestra.run.smithi156.stdout:Need to get 90.9 MB of archives. 2023-12-21T04:38:47.065 INFO:teuthology.orchestra.run.smithi156.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-21T04:38:47.065 INFO:teuthology.orchestra.run.smithi156.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-12-21T04:38:47.121 INFO:teuthology.orchestra.run.smithi156.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-21T04:38:47.126 INFO:teuthology.orchestra.run.smithi156.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-21T04:38:47.130 INFO:teuthology.orchestra.run.smithi156.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-12-21T04:38:47.145 INFO:teuthology.orchestra.run.smithi156.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-21T04:38:47.153 INFO:teuthology.orchestra.run.smithi156.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [21.0 MB] 2023-12-21T04:38:47.168 INFO:teuthology.orchestra.run.smithi079.stdout:The following additional packages will be installed: 2023-12-21T04:38:47.168 INFO:teuthology.orchestra.run.smithi079.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-21T04:38:47.168 INFO:teuthology.orchestra.run.smithi079.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2023-12-21T04:38:47.168 INFO:teuthology.orchestra.run.smithi079.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2023-12-21T04:38:47.169 INFO:teuthology.orchestra.run.smithi079.stdout:Suggested packages: 2023-12-21T04:38:47.170 INFO:teuthology.orchestra.run.smithi079.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-21T04:38:47.170 INFO:teuthology.orchestra.run.smithi079.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2023-12-21T04:38:47.222 INFO:teuthology.orchestra.run.smithi079.stdout:The following NEW packages will be installed: 2023-12-21T04:38:47.222 INFO:teuthology.orchestra.run.smithi079.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-21T04:38:47.222 INFO:teuthology.orchestra.run.smithi079.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2023-12-21T04:38:47.223 INFO:teuthology.orchestra.run.smithi079.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2023-12-21T04:38:47.223 INFO:teuthology.orchestra.run.smithi079.stdout: thermald upower usbmuxd 2023-12-21T04:38:47.281 INFO:teuthology.orchestra.run.smithi079.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-21T04:38:47.281 INFO:teuthology.orchestra.run.smithi079.stdout:Need to get 90.9 MB of archives. 2023-12-21T04:38:47.281 INFO:teuthology.orchestra.run.smithi079.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-21T04:38:47.281 INFO:teuthology.orchestra.run.smithi079.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-12-21T04:38:47.347 INFO:teuthology.orchestra.run.smithi079.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-21T04:38:47.354 INFO:teuthology.orchestra.run.smithi079.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-21T04:38:47.358 INFO:teuthology.orchestra.run.smithi079.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-12-21T04:38:47.376 INFO:teuthology.orchestra.run.smithi079.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-21T04:38:47.384 INFO:teuthology.orchestra.run.smithi079.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [21.0 MB] 2023-12-21T04:38:47.438 INFO:teuthology.orchestra.run.smithi156.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [11.4 MB] 2023-12-21T04:38:47.537 INFO:teuthology.orchestra.run.smithi156.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [57.9 MB] 2023-12-21T04:38:47.709 INFO:teuthology.orchestra.run.smithi079.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [11.4 MB] 2023-12-21T04:38:47.810 INFO:teuthology.orchestra.run.smithi079.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [57.9 MB] 2023-12-21T04:38:48.228 INFO:teuthology.orchestra.run.smithi156.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.91.101~20.04.48 [2,628 B] 2023-12-21T04:38:48.228 INFO:teuthology.orchestra.run.smithi156.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-12-21T04:38:48.229 INFO:teuthology.orchestra.run.smithi156.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-21T04:38:48.234 INFO:teuthology.orchestra.run.smithi156.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-21T04:38:48.292 INFO:teuthology.orchestra.run.smithi156.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-12-21T04:38:48.817 INFO:teuthology.orchestra.run.smithi079.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.91.101~20.04.48 [2,628 B] 2023-12-21T04:38:48.817 INFO:teuthology.orchestra.run.smithi079.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-12-21T04:38:48.818 INFO:teuthology.orchestra.run.smithi079.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-21T04:38:48.824 INFO:teuthology.orchestra.run.smithi079.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-21T04:38:48.826 INFO:teuthology.orchestra.run.smithi079.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-12-21T04:38:48.969 INFO:teuthology.orchestra.run.smithi156.stdout:Fetched 90.9 MB in 1s (71.4 MB/s) 2023-12-21T04:38:49.210 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-21T04:38:49.541 INFO:teuthology.orchestra.run.smithi079.stdout:Fetched 90.9 MB in 2s (57.0 MB/s) 2023-12-21T04:38:49.736 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-21T04:38:50.889 INFO:teuthology.orchestra.run.smithi156.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2023-12-21T04:38:50.894 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-21T04:38:51.041 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-21T04:38:51.361 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-21T04:38:51.373 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-21T04:38:51.418 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-21T04:38:51.460 INFO:teuthology.orchestra.run.smithi079.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2023-12-21T04:38:51.465 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-21T04:38:51.609 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-21T04:38:51.680 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-21T04:38:51.695 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-21T04:38:51.746 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-21T04:38:51.981 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-21T04:38:51.993 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-21T04:38:52.030 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-21T04:38:52.074 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-21T04:38:52.089 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-21T04:38:52.149 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-21T04:38:52.399 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-21T04:38:52.413 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-21T04:38:52.449 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-21T04:38:52.494 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-21T04:38:52.507 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-21T04:38:52.569 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-21T04:38:52.786 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-21T04:38:52.802 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-21T04:38:52.844 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-21T04:38:52.855 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2023-12-21T04:38:52.870 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../05-linux-modules-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-21T04:38:52.905 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-21T04:38:53.164 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-21T04:38:53.179 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-21T04:38:53.239 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-21T04:38:53.542 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2023-12-21T04:38:53.556 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../05-linux-modules-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-21T04:38:53.601 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-21T04:38:55.381 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2023-12-21T04:38:55.395 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../06-linux-image-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-21T04:38:55.521 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-21T04:38:56.067 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2023-12-21T04:38:56.079 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-21T04:38:56.117 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-21T04:38:56.187 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2023-12-21T04:38:56.203 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../06-linux-image-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-21T04:38:56.303 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-21T04:38:56.849 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2023-12-21T04:38:56.864 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-21T04:38:56.907 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-21T04:39:03.100 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-21T04:39:03.116 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2023-12-21T04:39:03.183 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-21T04:39:03.502 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-21T04:39:03.518 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-21T04:39:03.560 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-21T04:39:03.930 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package thermald. 2023-12-21T04:39:03.946 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-21T04:39:03.988 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-21T04:39:03.998 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-21T04:39:04.013 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2023-12-21T04:39:04.081 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-21T04:39:04.342 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-21T04:39:04.359 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-21T04:39:04.400 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-21T04:39:04.560 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package upower. 2023-12-21T04:39:04.577 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-21T04:39:04.638 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-21T04:39:04.795 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package thermald. 2023-12-21T04:39:04.809 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-21T04:39:04.862 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-21T04:39:05.072 INFO:teuthology.orchestra.run.smithi156.stdout:Selecting previously unselected package usbmuxd. 2023-12-21T04:39:05.086 INFO:teuthology.orchestra.run.smithi156.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-21T04:39:05.130 INFO:teuthology.orchestra.run.smithi156.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-21T04:39:05.343 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package upower. 2023-12-21T04:39:05.356 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-21T04:39:05.412 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-21T04:39:05.421 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-21T04:39:05.552 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-21T04:39:05.678 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-21T04:39:05.804 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-21T04:39:05.840 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package usbmuxd. 2023-12-21T04:39:05.854 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-21T04:39:05.898 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-21T04:39:05.930 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-21T04:39:06.072 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-21T04:39:06.171 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-21T04:39:06.207 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-21T04:39:06.303 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-21T04:39:06.437 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-21T04:39:06.564 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-21T04:39:06.716 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-21T04:39:06.719 INFO:teuthology.orchestra.run.smithi156.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-21T04:39:06.777 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-21T04:39:06.841 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-21T04:39:06.967 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-21T04:39:06.973 INFO:teuthology.orchestra.run.smithi156.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-21T04:39:06.980 INFO:teuthology.orchestra.run.smithi156.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-21T04:39:06.980 INFO:teuthology.orchestra.run.smithi156.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-21T04:39:07.472 INFO:teuthology.orchestra.run.smithi156.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-21T04:39:07.538 INFO:teuthology.orchestra.run.smithi079.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-21T04:39:07.588 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-21T04:39:07.697 INFO:teuthology.orchestra.run.smithi156.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-21T04:39:07.735 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-21T04:39:07.765 INFO:teuthology.orchestra.run.smithi079.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-21T04:39:07.779 INFO:teuthology.orchestra.run.smithi079.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-21T04:39:07.779 INFO:teuthology.orchestra.run.smithi079.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-21T04:39:08.083 INFO:teuthology.orchestra.run.smithi156.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-21T04:39:08.083 INFO:teuthology.orchestra.run.smithi156.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-21T04:39:08.402 INFO:teuthology.orchestra.run.smithi079.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-21T04:39:08.540 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-21T04:39:08.619 INFO:teuthology.orchestra.run.smithi079.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-21T04:39:08.881 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-21T04:39:09.189 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-21T04:39:09.190 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-21T04:39:09.641 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-21T04:39:09.893 INFO:teuthology.orchestra.run.smithi156.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2023-12-21T04:39:09.894 INFO:teuthology.orchestra.run.smithi156.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2023-12-21T04:39:10.050 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-21T04:39:10.951 INFO:teuthology.orchestra.run.smithi079.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2023-12-21T04:39:10.951 INFO:teuthology.orchestra.run.smithi079.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2023-12-21T04:39:11.112 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-21T04:39:11.444 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-21T04:39:11.570 INFO:teuthology.orchestra.run.smithi156.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-21T04:39:12.530 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-21T04:39:12.656 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-21T04:39:12.971 INFO:teuthology.orchestra.run.smithi156.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-21T04:39:13.244 INFO:teuthology.orchestra.run.smithi156.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-21T04:39:14.005 INFO:teuthology.orchestra.run.smithi156.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-21T04:39:14.131 INFO:teuthology.orchestra.run.smithi156.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-21T04:39:14.206 INFO:teuthology.orchestra.run.smithi156.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-21T04:39:14.206 INFO:teuthology.orchestra.run.smithi156.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2023-12-21T04:39:14.959 INFO:teuthology.orchestra.run.smithi079.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-21T04:39:15.257 INFO:teuthology.orchestra.run.smithi079.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-21T04:39:16.018 INFO:teuthology.orchestra.run.smithi079.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-21T04:39:16.126 INFO:teuthology.orchestra.run.smithi079.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-21T04:39:16.202 INFO:teuthology.orchestra.run.smithi079.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-21T04:39:16.202 INFO:teuthology.orchestra.run.smithi079.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2023-12-21T04:39:39.650 INFO:teuthology.orchestra.run.smithi156.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-21T04:39:39.650 INFO:teuthology.orchestra.run.smithi156.stdout:Sourcing file `/etc/default/grub' 2023-12-21T04:39:39.662 INFO:teuthology.orchestra.run.smithi156.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-21T04:39:39.686 INFO:teuthology.orchestra.run.smithi156.stdout:Generating grub configuration file ... 2023-12-21T04:39:40.004 INFO:teuthology.orchestra.run.smithi156.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-21T04:39:40.027 INFO:teuthology.orchestra.run.smithi156.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-21T04:39:40.457 INFO:teuthology.orchestra.run.smithi156.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-21T04:39:40.471 INFO:teuthology.orchestra.run.smithi156.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-21T04:39:42.390 INFO:teuthology.orchestra.run.smithi079.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-21T04:39:42.391 INFO:teuthology.orchestra.run.smithi079.stdout:Sourcing file `/etc/default/grub' 2023-12-21T04:39:42.404 INFO:teuthology.orchestra.run.smithi079.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-21T04:39:42.430 INFO:teuthology.orchestra.run.smithi079.stdout:Generating grub configuration file ... 2023-12-21T04:39:42.760 INFO:teuthology.orchestra.run.smithi079.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-21T04:39:42.785 INFO:teuthology.orchestra.run.smithi079.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-21T04:39:43.105 INFO:teuthology.orchestra.run.smithi156.stdout:done 2023-12-21T04:39:43.218 INFO:teuthology.orchestra.run.smithi079.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-21T04:39:43.230 INFO:teuthology.orchestra.run.smithi079.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-21T04:39:43.563 DEBUG:teuthology.orchestra.run.smithi156:> dpkg -s linux-image-generic-hwe-20.04 2023-12-21T04:39:43.616 INFO:teuthology.orchestra.run.smithi156.stdout:Package: linux-image-generic-hwe-20.04 2023-12-21T04:39:43.616 INFO:teuthology.orchestra.run.smithi156.stdout:Status: install ok installed 2023-12-21T04:39:43.616 INFO:teuthology.orchestra.run.smithi156.stdout:Priority: optional 2023-12-21T04:39:43.616 INFO:teuthology.orchestra.run.smithi156.stdout:Section: kernel 2023-12-21T04:39:43.616 INFO:teuthology.orchestra.run.smithi156.stdout:Installed-Size: 20 2023-12-21T04:39:43.617 INFO:teuthology.orchestra.run.smithi156.stdout:Maintainer: Ubuntu Kernel Team 2023-12-21T04:39:43.617 INFO:teuthology.orchestra.run.smithi156.stdout:Architecture: amd64 2023-12-21T04:39:43.617 INFO:teuthology.orchestra.run.smithi156.stdout:Source: linux-meta-hwe-5.15 2023-12-21T04:39:43.617 INFO:teuthology.orchestra.run.smithi156.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-21T04:39:43.617 INFO:teuthology.orchestra.run.smithi156.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-21T04:39:43.617 INFO:teuthology.orchestra.run.smithi156.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-21T04:39:43.617 INFO:teuthology.orchestra.run.smithi156.stdout:Recommends: thermald 2023-12-21T04:39:43.617 INFO:teuthology.orchestra.run.smithi156.stdout:Description: Generic Linux kernel image 2023-12-21T04:39:43.617 INFO:teuthology.orchestra.run.smithi156.stdout: This package will always depend on the latest generic kernel image 2023-12-21T04:39:43.617 INFO:teuthology.orchestra.run.smithi156.stdout: available. 2023-12-21T04:39:43.618 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2023-12-21T04:39:43.618 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-21T04:39:43.618 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-21T04:39:43.618 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-21T04:39:43.618 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi156.front.sepia.ceph.com, path=None, version=distro) 2023-12-21T04:39:43.618 DEBUG:teuthology.orchestra.run.smithi156:> sudo apt-get clean 2023-12-21T04:39:43.712 DEBUG:teuthology.orchestra.run.smithi156:> sudo apt-get update 2023-12-21T04:39:43.839 INFO:teuthology.orchestra.run.smithi156.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-21T04:39:43.840 INFO:teuthology.orchestra.run.smithi156.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-21T04:39:43.845 INFO:teuthology.orchestra.run.smithi156.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-21T04:39:43.862 INFO:teuthology.orchestra.run.smithi156.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-21T04:39:45.591 INFO:teuthology.orchestra.run.smithi156.stdout:Reading package lists... 2023-12-21T04:39:45.617 DEBUG:teuthology.orchestra.run.smithi156:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-21T04:39:45.690 INFO:teuthology.orchestra.run.smithi156.stdout:Reading package lists... 2023-12-21T04:39:45.894 INFO:teuthology.orchestra.run.smithi156.stdout:Building dependency tree... 2023-12-21T04:39:45.894 INFO:teuthology.orchestra.run.smithi156.stdout:Reading state information... 2023-12-21T04:39:45.904 INFO:teuthology.orchestra.run.smithi079.stdout:done 2023-12-21T04:39:46.120 INFO:teuthology.orchestra.run.smithi156.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2023-12-21T04:39:46.120 INFO:teuthology.orchestra.run.smithi156.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-21T04:39:46.122 DEBUG:teuthology.orchestra.run.smithi156:> dpkg -s linux-image-generic-hwe-20.04 2023-12-21T04:39:46.144 INFO:teuthology.orchestra.run.smithi156.stdout:Package: linux-image-generic-hwe-20.04 2023-12-21T04:39:46.144 INFO:teuthology.orchestra.run.smithi156.stdout:Status: install ok installed 2023-12-21T04:39:46.144 INFO:teuthology.orchestra.run.smithi156.stdout:Priority: optional 2023-12-21T04:39:46.144 INFO:teuthology.orchestra.run.smithi156.stdout:Section: kernel 2023-12-21T04:39:46.144 INFO:teuthology.orchestra.run.smithi156.stdout:Installed-Size: 20 2023-12-21T04:39:46.144 INFO:teuthology.orchestra.run.smithi156.stdout:Maintainer: Ubuntu Kernel Team 2023-12-21T04:39:46.144 INFO:teuthology.orchestra.run.smithi156.stdout:Architecture: amd64 2023-12-21T04:39:46.144 INFO:teuthology.orchestra.run.smithi156.stdout:Source: linux-meta-hwe-5.15 2023-12-21T04:39:46.144 INFO:teuthology.orchestra.run.smithi156.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-21T04:39:46.145 INFO:teuthology.orchestra.run.smithi156.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-21T04:39:46.145 INFO:teuthology.orchestra.run.smithi156.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-21T04:39:46.145 INFO:teuthology.orchestra.run.smithi156.stdout:Recommends: thermald 2023-12-21T04:39:46.145 INFO:teuthology.orchestra.run.smithi156.stdout:Description: Generic Linux kernel image 2023-12-21T04:39:46.145 INFO:teuthology.orchestra.run.smithi156.stdout: This package will always depend on the latest generic kernel image 2023-12-21T04:39:46.145 INFO:teuthology.orchestra.run.smithi156.stdout: available. 2023-12-21T04:39:46.145 DEBUG:teuthology.orchestra.run.smithi156:> mktemp 2023-12-21T04:39:46.150 INFO:teuthology.orchestra.run.smithi156.stdout:/tmp/tmp.BG4Uh30Mew 2023-12-21T04:39:46.150 DEBUG:teuthology.orchestra.run.smithi156:> sudo cp /boot/grub/grub.cfg /tmp/tmp.BG4Uh30Mew 2023-12-21T04:39:46.207 DEBUG:teuthology.orchestra.run.smithi156:> sudo chmod 0666 /tmp/tmp.BG4Uh30Mew 2023-12-21T04:39:46.247 DEBUG:teuthology.orchestra.remote:smithi156:/tmp/tmp.BG4Uh30Mew is 9KB 2023-12-21T04:39:46.300 DEBUG:teuthology.orchestra.run.smithi156:> rm -fr /tmp/tmp.BG4Uh30Mew 2023-12-21T04:39:46.307 DEBUG:teuthology.orchestra.run.smithi156:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-21T04:39:46.322 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-21T04:39:46.322 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-21T04:39:46.322 DEBUG:teuthology.orchestra.run.smithi156:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-21T04:39:46.391 DEBUG:teuthology.orchestra.run.smithi079:> dpkg -s linux-image-generic-hwe-20.04 2023-12-21T04:39:46.416 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2023-12-21T04:39:46.416 DEBUG:teuthology.orchestra.run.smithi156:> sudo update-grub 2023-12-21T04:39:46.441 INFO:teuthology.orchestra.run.smithi079.stdout:Package: linux-image-generic-hwe-20.04 2023-12-21T04:39:46.441 INFO:teuthology.orchestra.run.smithi079.stdout:Status: install ok installed 2023-12-21T04:39:46.441 INFO:teuthology.orchestra.run.smithi079.stdout:Priority: optional 2023-12-21T04:39:46.441 INFO:teuthology.orchestra.run.smithi079.stdout:Section: kernel 2023-12-21T04:39:46.441 INFO:teuthology.orchestra.run.smithi079.stdout:Installed-Size: 20 2023-12-21T04:39:46.441 INFO:teuthology.orchestra.run.smithi079.stdout:Maintainer: Ubuntu Kernel Team 2023-12-21T04:39:46.441 INFO:teuthology.orchestra.run.smithi079.stdout:Architecture: amd64 2023-12-21T04:39:46.442 INFO:teuthology.orchestra.run.smithi079.stdout:Source: linux-meta-hwe-5.15 2023-12-21T04:39:46.442 INFO:teuthology.orchestra.run.smithi079.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-21T04:39:46.442 INFO:teuthology.orchestra.run.smithi079.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-21T04:39:46.442 INFO:teuthology.orchestra.run.smithi079.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-21T04:39:46.442 INFO:teuthology.orchestra.run.smithi079.stdout:Recommends: thermald 2023-12-21T04:39:46.442 INFO:teuthology.orchestra.run.smithi079.stdout:Description: Generic Linux kernel image 2023-12-21T04:39:46.442 INFO:teuthology.orchestra.run.smithi079.stdout: This package will always depend on the latest generic kernel image 2023-12-21T04:39:46.442 INFO:teuthology.orchestra.run.smithi079.stdout: available. 2023-12-21T04:39:46.443 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2023-12-21T04:39:46.443 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-21T04:39:46.443 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-21T04:39:46.443 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-21T04:39:46.443 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi079.front.sepia.ceph.com, path=None, version=distro) 2023-12-21T04:39:46.443 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get clean 2023-12-21T04:39:46.527 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get update 2023-12-21T04:39:46.787 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-21T04:39:46.787 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-21T04:39:46.857 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-21T04:39:46.943 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-21T04:39:47.834 INFO:teuthology.orchestra.run.smithi156.stderr:Sourcing file `/etc/default/grub' 2023-12-21T04:39:47.842 INFO:teuthology.orchestra.run.smithi156.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-21T04:39:47.855 INFO:teuthology.orchestra.run.smithi156.stderr:Generating grub configuration file ... 2023-12-21T04:39:48.119 INFO:teuthology.orchestra.run.smithi156.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-21T04:39:48.131 INFO:teuthology.orchestra.run.smithi156.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-21T04:39:48.530 INFO:teuthology.orchestra.run.smithi156.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-21T04:39:48.541 INFO:teuthology.orchestra.run.smithi156.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-21T04:39:48.549 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2023-12-21T04:39:48.575 DEBUG:teuthology.orchestra.run.smithi079:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-21T04:39:48.642 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2023-12-21T04:39:48.845 INFO:teuthology.orchestra.run.smithi079.stdout:Building dependency tree... 2023-12-21T04:39:48.846 INFO:teuthology.orchestra.run.smithi079.stdout:Reading state information... 2023-12-21T04:39:49.076 INFO:teuthology.orchestra.run.smithi079.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2023-12-21T04:39:49.076 INFO:teuthology.orchestra.run.smithi079.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-21T04:39:49.078 DEBUG:teuthology.orchestra.run.smithi079:> dpkg -s linux-image-generic-hwe-20.04 2023-12-21T04:39:49.098 INFO:teuthology.orchestra.run.smithi079.stdout:Package: linux-image-generic-hwe-20.04 2023-12-21T04:39:49.098 INFO:teuthology.orchestra.run.smithi079.stdout:Status: install ok installed 2023-12-21T04:39:49.099 INFO:teuthology.orchestra.run.smithi079.stdout:Priority: optional 2023-12-21T04:39:49.099 INFO:teuthology.orchestra.run.smithi079.stdout:Section: kernel 2023-12-21T04:39:49.099 INFO:teuthology.orchestra.run.smithi079.stdout:Installed-Size: 20 2023-12-21T04:39:49.099 INFO:teuthology.orchestra.run.smithi079.stdout:Maintainer: Ubuntu Kernel Team 2023-12-21T04:39:49.099 INFO:teuthology.orchestra.run.smithi079.stdout:Architecture: amd64 2023-12-21T04:39:49.099 INFO:teuthology.orchestra.run.smithi079.stdout:Source: linux-meta-hwe-5.15 2023-12-21T04:39:49.099 INFO:teuthology.orchestra.run.smithi079.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-21T04:39:49.099 INFO:teuthology.orchestra.run.smithi079.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-21T04:39:49.099 INFO:teuthology.orchestra.run.smithi079.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-21T04:39:49.100 INFO:teuthology.orchestra.run.smithi079.stdout:Recommends: thermald 2023-12-21T04:39:49.100 INFO:teuthology.orchestra.run.smithi079.stdout:Description: Generic Linux kernel image 2023-12-21T04:39:49.100 INFO:teuthology.orchestra.run.smithi079.stdout: This package will always depend on the latest generic kernel image 2023-12-21T04:39:49.100 INFO:teuthology.orchestra.run.smithi079.stdout: available. 2023-12-21T04:39:49.100 DEBUG:teuthology.orchestra.run.smithi079:> mktemp 2023-12-21T04:39:49.106 INFO:teuthology.orchestra.run.smithi079.stdout:/tmp/tmp.ZHi9X1A9Ld 2023-12-21T04:39:49.106 DEBUG:teuthology.orchestra.run.smithi079:> sudo cp /boot/grub/grub.cfg /tmp/tmp.ZHi9X1A9Ld 2023-12-21T04:39:49.163 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 0666 /tmp/tmp.ZHi9X1A9Ld 2023-12-21T04:39:49.219 DEBUG:teuthology.orchestra.remote:smithi079:/tmp/tmp.ZHi9X1A9Ld is 9KB 2023-12-21T04:39:49.240 DEBUG:teuthology.orchestra.run.smithi079:> rm -fr /tmp/tmp.ZHi9X1A9Ld 2023-12-21T04:39:49.250 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-21T04:39:49.307 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-21T04:39:49.308 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-21T04:39:49.308 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-21T04:39:49.349 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2023-12-21T04:39:49.349 DEBUG:teuthology.orchestra.run.smithi079:> sudo update-grub 2023-12-21T04:39:50.147 INFO:teuthology.orchestra.run.smithi156.stderr:done 2023-12-21T04:39:50.149 DEBUG:teuthology.orchestra.run.smithi156:> sudo shutdown -r now 2023-12-21T04:39:50.733 INFO:teuthology.orchestra.run.smithi079.stderr:Sourcing file `/etc/default/grub' 2023-12-21T04:39:50.738 INFO:teuthology.orchestra.run.smithi079.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-21T04:39:50.758 INFO:teuthology.orchestra.run.smithi079.stderr:Generating grub configuration file ... 2023-12-21T04:39:51.023 INFO:teuthology.orchestra.run.smithi079.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-21T04:39:51.034 INFO:teuthology.orchestra.run.smithi079.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-21T04:39:51.396 INFO:teuthology.orchestra.run.smithi079.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-21T04:39:51.408 INFO:teuthology.orchestra.run.smithi079.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-21T04:39:53.087 INFO:teuthology.orchestra.run.smithi079.stderr:done 2023-12-21T04:39:53.088 DEBUG:teuthology.orchestra.run.smithi079:> sudo shutdown -r now 2023-12-21T04:40:20.177 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-21T04:40:20.178 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2023-12-21T04:40:20.179 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:40:23.093 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-21T04:40:23.094 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-12-21T04:40:23.094 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:40:54.802 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.156 2023-12-21T04:41:03.809 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2023-12-21T04:41:03.810 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:41:23.116 DEBUG:teuthology.orchestra.remote:timed out 2023-12-21T04:41:32.125 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-12-21T04:41:32.126 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:41:32.796 ERROR:teuthology.orchestra.connection:Error authenticating with smithi079.front.sepia.ceph.com: SSHException('No existing session') (No SSH private key found!) Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/connection.py", line 106, in connect ssh.connect(**connect_args) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 450, in connect self._auth( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 781, in _auth raise saved_exception File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 757, in _auth self._transport.auth_publickey(username, key) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 1625, in auth_publickey raise SSHException("No existing session") paramiko.ssh_exception.SSHException: No existing session 2023-12-21T04:41:35.630 DEBUG:teuthology.orchestra.run.smithi156:> true 2023-12-21T04:41:36.427 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi156.front.sepia.ceph.com' 2023-12-21T04:41:36.427 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-91-generic"... 2023-12-21T04:41:36.427 DEBUG:teuthology.orchestra.run.smithi156:> uname -r 2023-12-21T04:41:36.476 INFO:teuthology.orchestra.run.smithi156.stdout:5.15.0-91-generic 2023-12-21T04:41:36.476 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2023-12-21T04:41:36.476 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-21T04:41:36.477 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-21T04:41:36.889 DEBUG:teuthology.orchestra.run.smithi079:> true 2023-12-21T04:41:37.478 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-21T04:41:37.478 DEBUG:teuthology.orchestra.run.smithi156:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-21T04:41:37.585 INFO:teuthology.orchestra.run.smithi156.stdout:ttyS1 2023-12-21T04:41:37.607 DEBUG:teuthology.parallel:result is None 2023-12-21T04:41:37.768 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-12-21T04:41:37.768 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-91-generic"... 2023-12-21T04:41:37.769 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2023-12-21T04:41:37.818 INFO:teuthology.orchestra.run.smithi079.stdout:5.15.0-91-generic 2023-12-21T04:41:37.818 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2023-12-21T04:41:37.818 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-21T04:41:37.818 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-21T04:41:38.819 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-21T04:41:38.820 DEBUG:teuthology.orchestra.run.smithi079:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-21T04:41:38.919 INFO:teuthology.orchestra.run.smithi079.stdout:ttyS1 2023-12-21T04:41:38.962 DEBUG:teuthology.parallel:result is None 2023-12-21T04:41:38.962 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-21T04:41:38.974 INFO:teuthology.task.internal:Creating test directory... 2023-12-21T04:41:38.974 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-21T04:41:38.977 DEBUG:teuthology.orchestra.run.smithi156:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-21T04:41:38.984 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-21T04:41:38.996 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-21T04:41:39.010 INFO:teuthology.task.internal:Creating archive directory... 2023-12-21T04:41:39.010 DEBUG:teuthology.orchestra.run.smithi079:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-21T04:41:39.025 DEBUG:teuthology.orchestra.run.smithi156:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-21T04:41:39.058 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-21T04:41:39.068 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-21T04:41:39.069 DEBUG:teuthology.orchestra.run.smithi079:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-21T04:41:39.089 DEBUG:teuthology.orchestra.run.smithi156:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-21T04:41:39.110 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T04:41:39.116 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T04:41:39.142 INFO:teuthology.orchestra.run.smithi156.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T04:41:39.154 INFO:teuthology.orchestra.run.smithi156.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T04:41:39.155 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-21T04:41:39.165 INFO:teuthology.task.internal:Configuring sudo... 2023-12-21T04:41:39.166 DEBUG:teuthology.orchestra.run.smithi079:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-21T04:41:39.168 DEBUG:teuthology.orchestra.run.smithi156:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-21T04:41:39.185 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-21T04:41:39.198 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-21T04:41:39.198 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-21T04:41:39.229 DEBUG:teuthology.orchestra.run.smithi156:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-21T04:41:39.237 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T04:41:39.283 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T04:41:39.330 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-21T04:41:39.331 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-21T04:41:39.397 DEBUG:teuthology.orchestra.run.smithi156:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T04:41:39.405 DEBUG:teuthology.orchestra.run.smithi156:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T04:41:39.453 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-21T04:41:39.454 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-21T04:41:39.520 DEBUG:teuthology.orchestra.run.smithi079:> sudo service rsyslog restart 2023-12-21T04:41:39.522 DEBUG:teuthology.orchestra.run.smithi156:> sudo service rsyslog restart 2023-12-21T04:41:39.604 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-21T04:41:39.613 INFO:teuthology.task.internal:Starting timer... 2023-12-21T04:41:39.614 INFO:teuthology.run_tasks:Running task pcp... 2023-12-21T04:41:39.634 INFO:teuthology.run_tasks:Running task selinux... 2023-12-21T04:41:39.644 DEBUG:teuthology.task.selinux:Excluding smithi079: OS 'ubuntu' does not support SELinux 2023-12-21T04:41:39.644 DEBUG:teuthology.task.selinux:Excluding smithi156: OS 'ubuntu' does not support SELinux 2023-12-21T04:41:39.645 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-21T04:41:39.645 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-12-21T04:41:39.645 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-21T04:41:39.645 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-21T04:41:39.655 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-21T04:41:39.662 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-21T04:41:39.851 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-21T04:41:39.873 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-21T04:41:39.874 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi079.front.sepia.ceph.com,smithi156.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-21T04:47:41.559 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi079.front.sepia.ceph.com'), Remote(name='ubuntu@smithi156.front.sepia.ceph.com')] 2023-12-21T04:47:41.560 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-12-21T04:47:41.561 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:47:41.653 DEBUG:teuthology.orchestra.run.smithi079:> true 2023-12-21T04:47:41.771 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-12-21T04:47:41.772 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2023-12-21T04:47:41.772 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:47:41.858 DEBUG:teuthology.orchestra.run.smithi156:> true 2023-12-21T04:47:41.979 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi156.front.sepia.ceph.com' 2023-12-21T04:47:41.979 INFO:teuthology.run_tasks:Running task clock... 2023-12-21T04:47:41.993 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-21T04:47:41.994 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-21T04:47:41.994 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-21T04:47:41.997 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-21T04:47:41.997 DEBUG:teuthology.orchestra.run.smithi156:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-21T04:47:42.027 INFO:teuthology.orchestra.run.smithi079.stdout:21 Dec 04:47:42 ntpd[23451]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-21T04:47:42.027 INFO:teuthology.orchestra.run.smithi079.stdout:21 Dec 04:47:42 ntpd[23451]: Command line: ntpd -gq 2023-12-21T04:47:42.028 INFO:teuthology.orchestra.run.smithi079.stdout:21 Dec 04:47:42 ntpd[23451]: proto: precision = 0.082 usec (-23) 2023-12-21T04:47:42.028 INFO:teuthology.orchestra.run.smithi079.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-21T04:47:42.029 INFO:teuthology.orchestra.run.smithi079.stdout:21 Dec 04:47:42 ntpd[23451]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-21T04:47:42.029 INFO:teuthology.orchestra.run.smithi079.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-21T04:47:42.030 INFO:teuthology.orchestra.run.smithi079.stdout:21 Dec 04:47:42 ntpd[23451]: restrict ::: KOD does nothing without LIMITED. 2023-12-21T04:47:42.030 INFO:teuthology.orchestra.run.smithi079.stdout:21 Dec 04:47:42 ntpd[23451]: Listen and drop on 0 v6wildcard [::]:123 2023-12-21T04:47:42.030 INFO:teuthology.orchestra.run.smithi079.stdout:21 Dec 04:47:42 ntpd[23451]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-21T04:47:42.030 INFO:teuthology.orchestra.run.smithi079.stdout:21 Dec 04:47:42 ntpd[23451]: Listen normally on 2 lo 127.0.0.1:123 2023-12-21T04:47:42.030 INFO:teuthology.orchestra.run.smithi079.stdout:21 Dec 04:47:42 ntpd[23451]: Listen normally on 3 enp3s0f1 172.21.15.79:123 2023-12-21T04:47:42.030 INFO:teuthology.orchestra.run.smithi079.stdout:21 Dec 04:47:42 ntpd[23451]: Listen normally on 4 lo [::1]:123 2023-12-21T04:47:42.030 INFO:teuthology.orchestra.run.smithi079.stdout:21 Dec 04:47:42 ntpd[23451]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:ce87%5]:123 2023-12-21T04:47:42.030 INFO:teuthology.orchestra.run.smithi079.stdout:21 Dec 04:47:42 ntpd[23451]: Listening on routing socket on fd #22 for interface updates 2023-12-21T04:47:42.050 INFO:teuthology.orchestra.run.smithi156.stdout:21 Dec 04:47:42 ntpd[23389]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-21T04:47:42.051 INFO:teuthology.orchestra.run.smithi156.stdout:21 Dec 04:47:42 ntpd[23389]: Command line: ntpd -gq 2023-12-21T04:47:42.051 INFO:teuthology.orchestra.run.smithi156.stdout:21 Dec 04:47:42 ntpd[23389]: proto: precision = 0.074 usec (-24) 2023-12-21T04:47:42.052 INFO:teuthology.orchestra.run.smithi156.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-21T04:47:42.052 INFO:teuthology.orchestra.run.smithi156.stdout:21 Dec 04:47:42 ntpd[23389]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-21T04:47:42.053 INFO:teuthology.orchestra.run.smithi156.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-21T04:47:42.054 INFO:teuthology.orchestra.run.smithi156.stdout:21 Dec 04:47:42 ntpd[23389]: restrict ::: KOD does nothing without LIMITED. 2023-12-21T04:47:42.055 INFO:teuthology.orchestra.run.smithi156.stdout:21 Dec 04:47:42 ntpd[23389]: Listen and drop on 0 v6wildcard [::]:123 2023-12-21T04:47:42.055 INFO:teuthology.orchestra.run.smithi156.stdout:21 Dec 04:47:42 ntpd[23389]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-21T04:47:42.055 INFO:teuthology.orchestra.run.smithi156.stdout:21 Dec 04:47:42 ntpd[23389]: Listen normally on 2 lo 127.0.0.1:123 2023-12-21T04:47:42.055 INFO:teuthology.orchestra.run.smithi156.stdout:21 Dec 04:47:42 ntpd[23389]: Listen normally on 3 enp3s0f1 172.21.15.156:123 2023-12-21T04:47:42.055 INFO:teuthology.orchestra.run.smithi156.stdout:21 Dec 04:47:42 ntpd[23389]: Listen normally on 4 lo [::1]:123 2023-12-21T04:47:42.055 INFO:teuthology.orchestra.run.smithi156.stdout:21 Dec 04:47:42 ntpd[23389]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6dfd%5]:123 2023-12-21T04:47:42.055 INFO:teuthology.orchestra.run.smithi156.stdout:21 Dec 04:47:42 ntpd[23389]: Listening on routing socket on fd #22 for interface updates 2023-12-21T04:47:43.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:43 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:43.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:43 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:43.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:43 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:43.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:43 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:43.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:43 ntpd[23451]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:47:43.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:43 ntpd[23451]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:47:43.051 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:43 ntpd[23389]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:43.051 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:43 ntpd[23389]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:43.051 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:43 ntpd[23389]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:43.052 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:43 ntpd[23389]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:43.052 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:43 ntpd[23389]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:47:43.052 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:43 ntpd[23389]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:47:45.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:45 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:45.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:45 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:45.029 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:45 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:45.029 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:45 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:45.029 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:45 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:45.029 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:45 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:45.029 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:45 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:45.029 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:45 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:45.029 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:45 ntpd[23451]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:47:45.029 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:45 ntpd[23451]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:47:45.029 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:45 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:45.029 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:45 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:45.029 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:45 ntpd[23451]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:47:45.029 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:45 ntpd[23451]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:47:45.051 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:45 ntpd[23389]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:45.051 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:45 ntpd[23389]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:45.051 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:45 ntpd[23389]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:45.052 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:45 ntpd[23389]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:45.052 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:45 ntpd[23389]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:45.052 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:45 ntpd[23389]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:45.052 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:45 ntpd[23389]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:47:45.052 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:45 ntpd[23389]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:47:46.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:46 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:46.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:46 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:46.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:46 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:46.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:46 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:46.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:46 ntpd[23451]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:47:46.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:46 ntpd[23451]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:47:47.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:47 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:47.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:47 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:47.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:47 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:47.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:47 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:47.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:47 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:47.029 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:47 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:47.029 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:47 ntpd[23451]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:47:47.029 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:47 ntpd[23451]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:47:47.029 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:47 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:47.029 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:47 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:47.029 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:47 ntpd[23451]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:47:47.029 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:47 ntpd[23451]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:47:47.052 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:47 ntpd[23389]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:47.052 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:47 ntpd[23389]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:47.052 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:47 ntpd[23389]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:47.053 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:47 ntpd[23389]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:47.053 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:47 ntpd[23389]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:47.053 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:47 ntpd[23389]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:47.053 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:47 ntpd[23389]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:47.053 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:47 ntpd[23389]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:47.053 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:47 ntpd[23389]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:47:47.053 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:47 ntpd[23389]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:47:47.053 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:47 ntpd[23389]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:47.053 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:47 ntpd[23389]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:47.053 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:47 ntpd[23389]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:47:47.053 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:47 ntpd[23389]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:47:47.053 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:47 ntpd[23389]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:47.053 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:47 ntpd[23389]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:47.053 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:47 ntpd[23389]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:47:47.054 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:47 ntpd[23389]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:47:48.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:48 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:48.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:48 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:48.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:48 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:48.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:48 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:48.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:48 ntpd[23451]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:47:48.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:48 ntpd[23451]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:47:49.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:49 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:49.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:49 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:49.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:49 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:49.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:49 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:49.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:49 ntpd[23451]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:49.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:49 ntpd[23451]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:49.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:49 ntpd[23451]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:47:49.028 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:49 ntpd[23451]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:47:49.029 INFO:teuthology.orchestra.run.smithi079.stdout:21 Dec 04:47:49 ntpd[23451]: ntpd: time slew +0.000962 s 2023-12-21T04:47:49.029 INFO:teuthology.orchestra.run.smithi079.stdout:ntpd: time slew +0.000962s 2023-12-21T04:47:49.029 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:49 ntpd[23451]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-21T04:47:49.029 INFO:teuthology.orchestra.run.smithi079.stderr:21 Dec 04:47:49 ntpd[23451]: can't open /var/log/ntpstats/loopstats.20231221: Permission denied 2023-12-21T04:47:49.052 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:49 ntpd[23389]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:49.052 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:49 ntpd[23389]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:49.052 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:49 ntpd[23389]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:49.052 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:49 ntpd[23389]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:49.052 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:49 ntpd[23389]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:49.052 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:49 ntpd[23389]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:49.052 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:49 ntpd[23389]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:49.052 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:49 ntpd[23389]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:49.052 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:49 ntpd[23389]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:47:49.053 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:49 ntpd[23389]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:47:49.053 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:49 ntpd[23389]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:47:49.053 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:49 ntpd[23389]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:47:49.053 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:49 ntpd[23389]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:47:49.053 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:49 ntpd[23389]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:47:49.053 INFO:teuthology.orchestra.run.smithi156.stdout:21 Dec 04:47:49 ntpd[23389]: ntpd: time slew +0.001459 s 2023-12-21T04:47:49.053 INFO:teuthology.orchestra.run.smithi156.stdout:ntpd: time slew +0.001459s 2023-12-21T04:47:49.054 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:49 ntpd[23389]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-21T04:47:49.054 INFO:teuthology.orchestra.run.smithi156.stderr:21 Dec 04:47:49 ntpd[23389]: can't open /var/log/ntpstats/loopstats.20231221: Permission denied 2023-12-21T04:47:49.094 INFO:teuthology.orchestra.run.smithi079.stdout: remote refid st t when poll reach delay offset jitter 2023-12-21T04:47:49.094 INFO:teuthology.orchestra.run.smithi079.stdout:============================================================================== 2023-12-21T04:47:49.094 INFO:teuthology.orchestra.run.smithi079.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-21T04:47:49.094 INFO:teuthology.orchestra.run.smithi079.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-21T04:47:49.094 INFO:teuthology.orchestra.run.smithi079.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-21T04:47:49.095 INFO:teuthology.orchestra.run.smithi079.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-21T04:47:49.114 INFO:teuthology.orchestra.run.smithi156.stdout: remote refid st t when poll reach delay offset jitter 2023-12-21T04:47:49.114 INFO:teuthology.orchestra.run.smithi156.stdout:============================================================================== 2023-12-21T04:47:49.114 INFO:teuthology.orchestra.run.smithi156.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-21T04:47:49.114 INFO:teuthology.orchestra.run.smithi156.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-21T04:47:49.114 INFO:teuthology.orchestra.run.smithi156.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-21T04:47:49.114 INFO:teuthology.orchestra.run.smithi156.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-21T04:47:49.115 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-21T04:47:49.126 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-21T04:47:49.126 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-21T04:47:49.126 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T04:47:49.150 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-21T04:47:49.150 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_1 2023-12-21T04:47:49.199 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-21T04:47:49.199 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:47:49.200 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 493 Links: 1 2023-12-21T04:47:49.200 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:47:49.200 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-12-21 04:46:11.180921998 +0000 2023-12-21T04:47:49.200 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-12-21 04:46:10.844929747 +0000 2023-12-21T04:47:49.200 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-12-21 04:46:10.844929747 +0000 2023-12-21T04:47:49.200 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-12-21T04:47:49.200 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-21T04:47:49.254 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-12-21T04:47:49.255 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-12-21T04:47:49.255 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000399204 s, 1.3 MB/s 2023-12-21T04:47:49.256 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-21T04:47:49.313 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_2 2023-12-21T04:47:49.363 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-21T04:47:49.363 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:47:49.363 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 502 Links: 1 2023-12-21T04:47:49.363 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:47:49.364 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-12-21 04:46:11.716909637 +0000 2023-12-21T04:47:49.364 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-12-21 04:46:11.396917017 +0000 2023-12-21T04:47:49.364 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-12-21 04:46:11.396917017 +0000 2023-12-21T04:47:49.364 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-12-21T04:47:49.364 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-21T04:47:49.416 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-12-21T04:47:49.416 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-12-21T04:47:49.417 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000414205 s, 1.2 MB/s 2023-12-21T04:47:49.418 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-21T04:47:49.473 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_3 2023-12-21T04:47:49.523 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-21T04:47:49.523 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:47:49.523 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 506 Links: 1 2023-12-21T04:47:49.523 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:47:49.523 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-12-21 04:46:12.244897462 +0000 2023-12-21T04:47:49.523 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-12-21 04:46:11.924904841 +0000 2023-12-21T04:47:49.523 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-12-21 04:46:11.924904841 +0000 2023-12-21T04:47:49.523 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-12-21T04:47:49.524 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-21T04:47:49.577 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-12-21T04:47:49.577 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-12-21T04:47:49.577 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000397531 s, 1.3 MB/s 2023-12-21T04:47:49.579 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-21T04:47:49.628 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_4 2023-12-21T04:47:49.679 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-21T04:47:49.679 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:47:49.679 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 513 Links: 1 2023-12-21T04:47:49.679 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:47:49.679 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-12-21 04:46:12.796884731 +0000 2023-12-21T04:47:49.679 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-12-21 04:46:12.480892019 +0000 2023-12-21T04:47:49.679 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-12-21 04:46:12.480892019 +0000 2023-12-21T04:47:49.679 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-12-21T04:47:49.679 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-21T04:47:49.734 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-12-21T04:47:49.734 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-12-21T04:47:49.734 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000417091 s, 1.2 MB/s 2023-12-21T04:47:49.735 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-21T04:47:49.789 DEBUG:teuthology.orchestra.run.smithi079:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-12-21T04:47:49.929 INFO:teuthology.orchestra.run.smithi079.stdout:loop 2023-12-21T04:47:49.930 INFO:tasks.nvme_loop:Connecting nvme_loop smithi079:/dev/vg_nvme/lv_1... 2023-12-21T04:47:49.930 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-12-21T04:47:49.952 INFO:teuthology.orchestra.run.smithi079.stdout:1 2023-12-21T04:47:49.976 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/vg_nvme/lv_11 2023-12-21T04:47:49.999 INFO:tasks.nvme_loop:Connecting nvme_loop smithi079:/dev/vg_nvme/lv_2... 2023-12-21T04:47:49.999 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-12-21T04:47:50.064 INFO:teuthology.orchestra.run.smithi079.stdout:1 2023-12-21T04:47:50.086 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/vg_nvme/lv_21 2023-12-21T04:47:50.103 INFO:tasks.nvme_loop:Connecting nvme_loop smithi079:/dev/vg_nvme/lv_3... 2023-12-21T04:47:50.103 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-12-21T04:47:50.166 INFO:teuthology.orchestra.run.smithi079.stdout:1 2023-12-21T04:47:50.189 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/vg_nvme/lv_31 2023-12-21T04:47:50.213 INFO:tasks.nvme_loop:Connecting nvme_loop smithi079:/dev/vg_nvme/lv_4... 2023-12-21T04:47:50.213 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-12-21T04:47:50.282 INFO:teuthology.orchestra.run.smithi079.stdout:1 2023-12-21T04:47:50.306 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/vg_nvme/lv_41 2023-12-21T04:47:50.332 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-21T04:47:50.332 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T04:47:50.382 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme list 2023-12-21T04:47:50.436 INFO:teuthology.orchestra.run.smithi079.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-21T04:47:50.437 INFO:teuthology.orchestra.run.smithi079.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-21T04:47:50.437 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/nvme0n1 PHFT6204013G400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-21T04:47:50.437 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/nvme1n1 4654efaad711165db6c6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-21T04:47:50.437 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/nvme2n1 e90757b5d1b9f48f478b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-21T04:47:50.437 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/nvme3n1 7be800ebe5e6deb9c4b8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-21T04:47:50.437 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/nvme4n1 4d91e9dd0ac26cf4bbb9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-21T04:47:50.438 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-21T04:47:50.438 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-21T04:47:50.438 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/scratch_devs 2023-12-21T04:47:50.493 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-21T04:47:50.493 DEBUG:teuthology.orchestra.run.smithi156:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T04:47:50.501 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-21T04:47:50.501 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/vg_nvme/lv_1 2023-12-21T04:47:50.552 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-21T04:47:50.552 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:47:50.552 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 5h/5d Inode: 494 Links: 1 2023-12-21T04:47:50.552 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:47:50.552 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2023-12-21 04:46:11.085360572 +0000 2023-12-21T04:47:50.552 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2023-12-21 04:46:10.785367491 +0000 2023-12-21T04:47:50.552 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2023-12-21 04:46:10.785367491 +0000 2023-12-21T04:47:50.552 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2023-12-21T04:47:50.552 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-21T04:47:50.606 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2023-12-21T04:47:50.606 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2023-12-21T04:47:50.606 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 0.00017517 s, 2.9 MB/s 2023-12-21T04:47:50.607 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-21T04:47:50.657 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/vg_nvme/lv_2 2023-12-21T04:47:50.708 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-21T04:47:50.708 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:47:50.708 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 5h/5d Inode: 501 Links: 1 2023-12-21T04:47:50.708 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:47:50.709 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2023-12-21 04:46:11.629348026 +0000 2023-12-21T04:47:50.709 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2023-12-21 04:46:11.317355221 +0000 2023-12-21T04:47:50.709 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2023-12-21 04:46:11.317355221 +0000 2023-12-21T04:47:50.709 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2023-12-21T04:47:50.709 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-21T04:47:50.761 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2023-12-21T04:47:50.761 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2023-12-21T04:47:50.761 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 0.000305009 s, 1.7 MB/s 2023-12-21T04:47:50.762 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-21T04:47:50.817 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/vg_nvme/lv_3 2023-12-21T04:47:50.872 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-21T04:47:50.872 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:47:50.872 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 5h/5d Inode: 508 Links: 1 2023-12-21T04:47:50.872 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:47:50.872 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2023-12-21 04:46:12.145336127 +0000 2023-12-21T04:47:50.872 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2023-12-21 04:46:11.833343321 +0000 2023-12-21T04:47:50.872 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2023-12-21 04:46:11.833343321 +0000 2023-12-21T04:47:50.872 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2023-12-21T04:47:50.872 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-21T04:47:50.927 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2023-12-21T04:47:50.927 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2023-12-21T04:47:50.927 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 0.000282999 s, 1.8 MB/s 2023-12-21T04:47:50.928 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-21T04:47:50.981 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/vg_nvme/lv_4 2023-12-21T04:47:51.035 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-21T04:47:51.035 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:47:51.036 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 5h/5d Inode: 511 Links: 1 2023-12-21T04:47:51.036 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:47:51.036 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2023-12-21 04:46:12.377330777 +0000 2023-12-21T04:47:51.036 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2023-12-21 04:46:12.373330868 +0000 2023-12-21T04:47:51.036 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2023-12-21 04:46:12.373330868 +0000 2023-12-21T04:47:51.036 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2023-12-21T04:47:51.036 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-21T04:47:51.092 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2023-12-21T04:47:51.092 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2023-12-21T04:47:51.092 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 0.000280134 s, 1.8 MB/s 2023-12-21T04:47:51.093 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-21T04:47:51.145 DEBUG:teuthology.orchestra.run.smithi156:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-12-21T04:47:51.263 INFO:teuthology.orchestra.run.smithi156.stdout:loop 2023-12-21T04:47:51.264 INFO:tasks.nvme_loop:Connecting nvme_loop smithi156:/dev/vg_nvme/lv_1... 2023-12-21T04:47:51.265 DEBUG:teuthology.orchestra.run.smithi156:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-12-21T04:47:51.289 INFO:teuthology.orchestra.run.smithi156.stdout:1 2023-12-21T04:47:51.312 INFO:teuthology.orchestra.run.smithi156.stdout:/dev/vg_nvme/lv_11 2023-12-21T04:47:51.336 INFO:tasks.nvme_loop:Connecting nvme_loop smithi156:/dev/vg_nvme/lv_2... 2023-12-21T04:47:51.336 DEBUG:teuthology.orchestra.run.smithi156:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-12-21T04:47:51.405 INFO:teuthology.orchestra.run.smithi156.stdout:1 2023-12-21T04:47:51.432 INFO:teuthology.orchestra.run.smithi156.stdout:/dev/vg_nvme/lv_21 2023-12-21T04:47:51.457 INFO:tasks.nvme_loop:Connecting nvme_loop smithi156:/dev/vg_nvme/lv_3... 2023-12-21T04:47:51.457 DEBUG:teuthology.orchestra.run.smithi156:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-12-21T04:47:51.521 INFO:teuthology.orchestra.run.smithi156.stdout:1 2023-12-21T04:47:51.543 INFO:teuthology.orchestra.run.smithi156.stdout:/dev/vg_nvme/lv_31 2023-12-21T04:47:51.564 INFO:tasks.nvme_loop:Connecting nvme_loop smithi156:/dev/vg_nvme/lv_4... 2023-12-21T04:47:51.565 DEBUG:teuthology.orchestra.run.smithi156:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-12-21T04:47:51.634 INFO:teuthology.orchestra.run.smithi156.stdout:1 2023-12-21T04:47:51.660 INFO:teuthology.orchestra.run.smithi156.stdout:/dev/vg_nvme/lv_41 2023-12-21T04:47:51.686 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-21T04:47:51.686 DEBUG:teuthology.orchestra.run.smithi156:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T04:47:51.735 DEBUG:teuthology.orchestra.run.smithi156:> sudo nvme list 2023-12-21T04:47:51.791 INFO:teuthology.orchestra.run.smithi156.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-21T04:47:51.791 INFO:teuthology.orchestra.run.smithi156.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-21T04:47:51.791 INFO:teuthology.orchestra.run.smithi156.stdout:/dev/nvme0n1 PHMB74760040480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2023-12-21T04:47:51.791 INFO:teuthology.orchestra.run.smithi156.stdout:/dev/nvme1n1 dd7cdffd9ae1fd775e1f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-21T04:47:51.791 INFO:teuthology.orchestra.run.smithi156.stdout:/dev/nvme2n1 1dd19379284f9614bb54 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-21T04:47:51.791 INFO:teuthology.orchestra.run.smithi156.stdout:/dev/nvme3n1 5a116feb19c19a725e41 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-21T04:47:51.791 INFO:teuthology.orchestra.run.smithi156.stdout:/dev/nvme4n1 31db6f0912046e3fd508 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-21T04:47:51.792 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-21T04:47:51.792 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-21T04:47:51.792 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/scratch_devs 2023-12-21T04:47:51.852 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-21T04:47:51.927 INFO:tasks.cephadm:Config: {'roleless': True, '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': '639f0137318def3e5f393094e5494880043a8f32'} 2023-12-21T04:47:51.928 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 2023-12-21T04:47:51.928 INFO:tasks.cephadm:Cluster fsid is 19206218-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:47:51.928 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-21T04:47:51.928 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-21T04:47:51.928 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi079': '172.21.15.79', 'mon.smithi156': '172.21.15.156'} 2023-12-21T04:47:51.929 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-21T04:47:51.929 DEBUG:teuthology.orchestra.run.smithi079:> sudo hostname $(hostname -s) 2023-12-21T04:47:51.946 DEBUG:teuthology.orchestra.run.smithi156:> sudo hostname $(hostname -s) 2023-12-21T04:47:51.963 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 639f0137318def3e5f393094e5494880043a8f32)... 2023-12-21T04:47:51.964 DEBUG:teuthology.orchestra.run.smithi079:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/639f0137318def3e5f393094e5494880043a8f32/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-21T04:47:52.211 INFO:teuthology.orchestra.run.smithi079.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Dec 21 04:47 /home/ubuntu/cephtest/cephadm 2023-12-21T04:47:52.211 DEBUG:teuthology.orchestra.run.smithi156:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/639f0137318def3e5f393094e5494880043a8f32/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-21T04:47:52.372 INFO:teuthology.orchestra.run.smithi156.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Dec 21 04:47 /home/ubuntu/cephtest/cephadm 2023-12-21T04:47:52.373 DEBUG:teuthology.orchestra.run.smithi079:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-21T04:47:52.385 DEBUG:teuthology.orchestra.run.smithi156:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-21T04:47:52.401 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /etc/ceph 2023-12-21T04:47:52.445 DEBUG:teuthology.orchestra.run.smithi156:> sudo mkdir -p /etc/ceph 2023-12-21T04:47:52.461 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 777 /etc/ceph 2023-12-21T04:47:52.505 DEBUG:teuthology.orchestra.run.smithi156:> sudo chmod 777 /etc/ceph 2023-12-21T04:47:52.522 INFO:tasks.cephadm:Writing seed config... 2023-12-21T04:47:52.523 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-21T04:47:52.523 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-21T04:47:52.523 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-21T04:47:52.523 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-21T04:47:52.523 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-21T04:47:52.524 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-21T04:47:52.524 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-21T04:47:52.524 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-21T04:47:52.524 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-21T04:47:52.524 DEBUG:teuthology.orchestra.run.smithi079:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-21T04:47:52.553 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 19206218-9fbc-11ee-95a5-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-12-21T04:47:52.554 DEBUG:teuthology.orchestra.run.smithi079:mon.smithi079> sudo journalctl -f -n 0 -u ceph-19206218-9fbc-11ee-95a5-87774f69a715@mon.smithi079.service 2023-12-21T04:47:52.596 INFO:tasks.cephadm:Bootstrapping... 2023-12-21T04:47:52.596 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 -v bootstrap --fsid 19206218-9fbc-11ee-95a5-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.79 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-21T04:47:52.916 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-21T04:47:52.975 INFO:teuthology.orchestra.run.smithi079.stderr:-------------------------------------------------------------------------------- 2023-12-21T04:47:52.975 INFO:teuthology.orchestra.run.smithi079.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32', '-v', 'bootstrap', '--fsid', '19206218-9fbc-11ee-95a5-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.79', '--skip-admin-label'] 2023-12-21T04:47:52.975 INFO:teuthology.orchestra.run.smithi079.stderr:Verifying podman|docker is present... 2023-12-21T04:47:52.975 INFO:teuthology.orchestra.run.smithi079.stderr:Verifying lvm2 is present... 2023-12-21T04:47:52.975 INFO:teuthology.orchestra.run.smithi079.stderr:Verifying time synchronization is in place... 2023-12-21T04:47:52.983 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-21T04:47:52.990 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl: inactive 2023-12-21T04:47:52.997 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-21T04:47:53.003 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl: inactive 2023-12-21T04:47:53.010 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl: masked 2023-12-21T04:47:53.017 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl: inactive 2023-12-21T04:47:53.023 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-21T04:47:53.030 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl: inactive 2023-12-21T04:47:53.037 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl: enabled 2023-12-21T04:47:53.044 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl: active 2023-12-21T04:47:53.045 INFO:teuthology.orchestra.run.smithi079.stderr:Unit ntp.service is enabled and running 2023-12-21T04:47:53.045 INFO:teuthology.orchestra.run.smithi079.stderr:Repeating the final host check... 2023-12-21T04:47:53.045 INFO:teuthology.orchestra.run.smithi079.stderr:docker (/usr/bin/docker) is present 2023-12-21T04:47:53.046 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl is present 2023-12-21T04:47:53.046 INFO:teuthology.orchestra.run.smithi079.stderr:lvcreate is present 2023-12-21T04:47:53.051 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-21T04:47:53.058 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl: inactive 2023-12-21T04:47:53.064 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-21T04:47:53.070 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl: inactive 2023-12-21T04:47:53.078 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl: masked 2023-12-21T04:47:53.085 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl: inactive 2023-12-21T04:47:53.092 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-21T04:47:53.099 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl: inactive 2023-12-21T04:47:53.105 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl: enabled 2023-12-21T04:47:53.111 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl: active 2023-12-21T04:47:53.113 INFO:teuthology.orchestra.run.smithi079.stderr:Unit ntp.service is enabled and running 2023-12-21T04:47:53.113 INFO:teuthology.orchestra.run.smithi079.stderr:Host looks OK 2023-12-21T04:47:53.113 INFO:teuthology.orchestra.run.smithi079.stderr:Cluster fsid: 19206218-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:47:53.113 INFO:teuthology.orchestra.run.smithi079.stderr:Acquiring lock 139760331549088 on /run/cephadm/19206218-9fbc-11ee-95a5-87774f69a715.lock 2023-12-21T04:47:53.113 INFO:teuthology.orchestra.run.smithi079.stderr:Lock 139760331549088 acquired on /run/cephadm/19206218-9fbc-11ee-95a5-87774f69a715.lock 2023-12-21T04:47:53.114 INFO:teuthology.orchestra.run.smithi079.stderr:Verifying IP 172.21.15.79 port 3300 ... 2023-12-21T04:47:53.114 INFO:teuthology.orchestra.run.smithi079.stderr:Verifying IP 172.21.15.79 port 6789 ... 2023-12-21T04:47:53.114 INFO:teuthology.orchestra.run.smithi079.stderr:Base mon IP(s) is [172.21.15.79:3300, 172.21.15.79:6789], mon addrv is [v2:172.21.15.79:3300,v1:172.21.15.79:6789] 2023-12-21T04:47:53.118 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2023-12-21T04:47:53.119 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.79 metric 100 2023-12-21T04:47:53.119 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-21T04:47:53.119 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.79 2023-12-21T04:47:53.119 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.79 metric 100 2023-12-21T04:47:53.124 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-21T04:47:53.125 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-21T04:47:53.125 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1778sec pref medium 2023-12-21T04:47:53.130 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-21T04:47:53.130 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2023-12-21T04:47:53.130 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-21T04:47:53.130 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-21T04:47:53.130 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:fe8f:ce87/64 scope link 2023-12-21T04:47:53.130 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-21T04:47:53.132 INFO:teuthology.orchestra.run.smithi079.stderr:Mon IP `172.21.15.79` is in CIDR network `172.21.0.0/20` 2023-12-21T04:47:53.132 INFO:teuthology.orchestra.run.smithi079.stderr:Mon IP `172.21.15.79` is in CIDR network `172.21.0.0/20` 2023-12-21T04:47:53.132 INFO:teuthology.orchestra.run.smithi079.stderr:Mon IP `172.21.15.79` is in CIDR network `172.21.15.254/32` 2023-12-21T04:47:53.132 INFO:teuthology.orchestra.run.smithi079.stderr:Mon IP `172.21.15.79` is in CIDR network `172.21.15.254/32` 2023-12-21T04:47:53.132 INFO:teuthology.orchestra.run.smithi079.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.15.254/32', '172.21.15.254/32'] 2023-12-21T04:47:53.133 INFO:teuthology.orchestra.run.smithi079.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-21T04:47:53.133 INFO:teuthology.orchestra.run.smithi079.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32... 2023-12-21T04:47:53.541 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/docker: 639f0137318def3e5f393094e5494880043a8f32: Pulling from ceph-ci/ceph 2023-12-21T04:47:53.550 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/docker: 46af8f5390d4: Pulling fs layer 2023-12-21T04:47:53.550 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/docker: bad7b0729245: Pulling fs layer 2023-12-21T04:47:57.331 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/docker: 46af8f5390d4: Verifying Checksum 2023-12-21T04:47:57.331 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/docker: 46af8f5390d4: Download complete 2023-12-21T04:48:00.945 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/docker: 46af8f5390d4: Pull complete 2023-12-21T04:48:08.668 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/docker: bad7b0729245: Verifying Checksum 2023-12-21T04:48:08.668 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/docker: bad7b0729245: Download complete 2023-12-21T04:48:20.704 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/docker: bad7b0729245: Pull complete 2023-12-21T04:48:20.834 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/docker: Digest: sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3 2023-12-21T04:48:20.880 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 2023-12-21T04:48:20.908 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 2023-12-21T04:48:33.884 INFO:teuthology.orchestra.run.smithi079.stderr:ceph: ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable) 2023-12-21T04:48:34.448 INFO:teuthology.orchestra.run.smithi079.stderr:Ceph version: ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable) 2023-12-21T04:48:34.448 INFO:teuthology.orchestra.run.smithi079.stderr:Extracting ceph user uid/gid from container image... 2023-12-21T04:48:35.193 INFO:teuthology.orchestra.run.smithi079.stderr:stat: 167 167 2023-12-21T04:48:35.786 INFO:teuthology.orchestra.run.smithi079.stderr:Creating initial keys... 2023-12-21T04:48:36.536 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-authtool: AQCkw4NlyFnzHxAAMFBwf3PORgl9hFIducxqTg== 2023-12-21T04:48:37.808 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-authtool: AQClw4Nl+iIlMBAAMMI7thpz2rBFNHj04JrK7Q== 2023-12-21T04:48:39.140 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-authtool: AQCnw4NldP1RCBAAvlA+uFobcOwL99LO84LPPQ== 2023-12-21T04:48:39.718 INFO:teuthology.orchestra.run.smithi079.stderr:Creating initial monmap... 2023-12-21T04:48:40.472 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-21T04:48:40.472 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 19206218-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:48:40.472 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-21T04:48:41.014 INFO:teuthology.orchestra.run.smithi079.stderr:monmaptool for smithi079 [v2:172.21.15.79:3300,v1:172.21.15.79:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-21T04:48:41.014 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/monmaptool: set fsid to 19206218-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:48:41.014 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-21T04:48:41.014 INFO:teuthology.orchestra.run.smithi079.stderr: 2023-12-21T04:48:41.014 INFO:teuthology.orchestra.run.smithi079.stderr:Creating mon... 2023-12-21T04:48:41.741 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-21T04:48:41.741 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 1 imported monmap: 2023-12-21T04:48:41.742 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-21T04:48:41.742 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: fsid 19206218-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:48:41.742 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: last_changed 2023-12-21T04:48:40.471794+0000 2023-12-21T04:48:41.742 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: created 2023-12-21T04:48:40.471794+0000 2023-12-21T04:48:41.742 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-21T04:48:41.742 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-21T04:48:41.742 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon.smithi079 2023-12-21T04:48:41.742 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: 2023-12-21T04:48:41.742 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 0 /usr/bin/ceph-mon: set fsid to 19206218-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:48:41.743 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: RocksDB version: 6.8.1 2023-12-21T04:48:41.743 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: 2023-12-21T04:48:41.743 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-21T04:48:41.743 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Compile date Dec 20 2023 2023-12-21T04:48:41.743 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: DB SUMMARY 2023-12-21T04:48:41.744 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: 2023-12-21T04:48:41.744 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi079/store.db dir, Total Num: 0, files: 2023-12-21T04:48:41.744 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: 2023-12-21T04:48:41.744 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi079/store.db: 2023-12-21T04:48:41.744 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: 2023-12-21T04:48:41.744 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.error_if_exists: 0 2023-12-21T04:48:41.744 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.create_if_missing: 1 2023-12-21T04:48:41.744 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.paranoid_checks: 1 2023-12-21T04:48:41.744 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.env: 0x55cfe63c3080 2023-12-21T04:48:41.744 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.fs: Posix File System 2023-12-21T04:48:41.744 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.info_log: 0x55cfe83a3380 2023-12-21T04:48:41.744 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-21T04:48:41.744 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.statistics: (nil) 2023-12-21T04:48:41.744 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.use_fsync: 0 2023-12-21T04:48:41.745 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.max_log_file_size: 0 2023-12-21T04:48:41.745 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-21T04:48:41.745 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-21T04:48:41.745 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-21T04:48:41.745 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-21T04:48:41.745 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.allow_fallocate: 1 2023-12-21T04:48:41.745 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-21T04:48:41.769 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-21T04:48:41.769 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.use_direct_reads: 0 2023-12-21T04:48:41.769 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-21T04:48:41.770 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-21T04:48:41.770 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.db_log_dir: 2023-12-21T04:48:41.771 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi079/store.db 2023-12-21T04:48:41.772 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-21T04:48:41.772 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.max_subcompactions: 1 2023-12-21T04:48:41.772 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.max_background_flushes: -1 2023-12-21T04:48:41.772 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-21T04:48:41.772 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-21T04:48:41.772 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-21T04:48:41.772 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-21T04:48:41.772 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-21T04:48:41.772 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-21T04:48:41.772 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-21T04:48:41.772 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.write_buffer_manager: 0x55cfe83a9980 2023-12-21T04:48:41.772 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-21T04:48:41.773 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-21T04:48:41.773 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-21T04:48:41.773 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-21T04:48:41.773 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-21T04:48:41.773 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-21T04:48:41.773 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-21T04:48:41.773 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-21T04:48:41.773 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-21T04:48:41.773 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.unordered_write: 0 2023-12-21T04:48:41.773 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-21T04:48:41.773 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-21T04:48:41.773 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-21T04:48:41.773 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-21T04:48:41.774 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.row_cache: None 2023-12-21T04:48:41.774 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.wal_filter: None 2023-12-21T04:48:41.774 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-21T04:48:41.774 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-21T04:48:41.774 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.preserve_deletes: 0 2023-12-21T04:48:41.774 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.two_write_queues: 0 2023-12-21T04:48:41.774 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-21T04:48:41.774 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.atomic_flush: 0 2023-12-21T04:48:41.774 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-21T04:48:41.774 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-21T04:48:41.774 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-21T04:48:41.774 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.log_readahead_size: 0 2023-12-21T04:48:41.774 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-21T04:48:41.774 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.max_background_jobs: 2 2023-12-21T04:48:41.774 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.max_background_compactions: -1 2023-12-21T04:48:41.775 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-21T04:48:41.775 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-21T04:48:41.775 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-21T04:48:41.775 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-21T04:48:41.775 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-21T04:48:41.775 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-21T04:48:41.775 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-21T04:48:41.775 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-21T04:48:41.775 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.max_open_files: -1 2023-12-21T04:48:41.775 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-21T04:48:41.775 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-21T04:48:41.775 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-21T04:48:41.775 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-21T04:48:41.775 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Compression algorithms supported: 2023-12-21T04:48:41.776 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-21T04:48:41.776 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: kZSTD supported: 0 2023-12-21T04:48:41.776 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: kXpressCompression supported: 0 2023-12-21T04:48:41.776 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-21T04:48:41.776 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: kLZ4Compression supported: 1 2023-12-21T04:48:41.776 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: kBZip2Compression supported: 0 2023-12-21T04:48:41.776 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: kZlibCompression supported: 1 2023-12-21T04:48:41.776 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: kSnappyCompression supported: 1 2023-12-21T04:48:41.776 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-21T04:48:41.776 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-21T04:48:41.776 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: 2023-12-21T04:48:41.777 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi079/store.db/MANIFEST-000001 2023-12-21T04:48:41.777 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: 2023-12-21T04:48:41.777 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-21T04:48:41.777 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: 2023-12-21T04:48:41.777 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-21T04:48:41.777 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.merge_operator: 2023-12-21T04:48:41.777 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.compaction_filter: None 2023-12-21T04:48:41.777 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-21T04:48:41.777 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-21T04:48:41.777 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-21T04:48:41.778 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55cfe82b7d30) 2023-12-21T04:48:41.778 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-21T04:48:41.778 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-21T04:48:41.778 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-21T04:48:41.778 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-21T04:48:41.778 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-21T04:48:41.778 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-21T04:48:41.778 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-21T04:48:41.778 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-21T04:48:41.778 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-21T04:48:41.778 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-21T04:48:41.778 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-21T04:48:41.778 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: block_cache: 0x55cfe82eed10 2023-12-21T04:48:41.778 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-21T04:48:41.779 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-21T04:48:41.779 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-21T04:48:41.779 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-21T04:48:41.779 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-21T04:48:41.779 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-21T04:48:41.779 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-21T04:48:41.779 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-21T04:48:41.779 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-21T04:48:41.779 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-21T04:48:41.779 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-21T04:48:41.779 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-21T04:48:41.779 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-21T04:48:41.779 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-21T04:48:41.779 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-21T04:48:41.779 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-21T04:48:41.780 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-21T04:48:41.780 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-21T04:48:41.780 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-21T04:48:41.780 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-21T04:48:41.780 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-21T04:48:41.780 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-21T04:48:41.780 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: 2023-12-21T04:48:41.780 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-21T04:48:41.781 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-21T04:48:41.781 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.compression: NoCompression 2023-12-21T04:48:41.781 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-21T04:48:41.781 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-21T04:48:41.781 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-21T04:48:41.781 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.num_levels: 7 2023-12-21T04:48:41.781 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-21T04:48:41.781 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-21T04:48:41.781 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-21T04:48:41.781 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-21T04:48:41.781 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-21T04:48:41.781 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-21T04:48:41.781 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-21T04:48:41.782 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-21T04:48:41.782 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-21T04:48:41.782 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-21T04:48:41.782 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-21T04:48:41.782 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-21T04:48:41.782 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-21T04:48:41.782 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-21T04:48:41.782 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-21T04:48:41.782 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-21T04:48:41.783 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-21T04:48:41.783 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-21T04:48:41.783 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-21T04:48:41.783 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-21T04:48:41.783 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-21T04:48:41.783 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-21T04:48:41.783 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-21T04:48:41.783 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-21T04:48:41.783 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-21T04:48:41.783 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-21T04:48:41.783 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-21T04:48:41.783 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-21T04:48:41.783 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-21T04:48:41.784 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-21T04:48:41.784 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-21T04:48:41.784 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-21T04:48:41.784 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-21T04:48:41.784 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-21T04:48:41.784 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-21T04:48:41.784 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-21T04:48:41.784 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-21T04:48:41.784 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-21T04:48:41.784 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-21T04:48:41.784 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-21T04:48:41.784 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-21T04:48:41.784 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-21T04:48:41.784 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-21T04:48:41.785 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-21T04:48:41.785 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-21T04:48:41.785 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-21T04:48:41.785 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-21T04:48:41.785 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.table_properties_collectors: 2023-12-21T04:48:41.785 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.inplace_update_support: 0 2023-12-21T04:48:41.785 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-21T04:48:41.785 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-21T04:48:41.785 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-21T04:48:41.785 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-21T04:48:41.785 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.bloom_locality: 0 2023-12-21T04:48:41.785 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.max_successive_merges: 0 2023-12-21T04:48:41.785 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-21T04:48:41.785 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-21T04:48:41.786 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-21T04:48:41.786 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-21T04:48:41.786 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.ttl: 2592000 2023-12-21T04:48:41.786 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.738+0000 7feb9931c880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-21T04:48:41.786 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.742+0000 7feb9931c880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi079/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-21T04:48:41.786 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: 2023-12-21T04:48:41.786 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.742+0000 7feb9931c880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-21T04:48:41.786 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: 2023-12-21T04:48:41.786 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.742+0000 7feb9931c880 4 rocksdb: DB pointer 0x55cfe83b7800 2023-12-21T04:48:41.786 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.742+0000 7feb821a3700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-21T04:48:41.786 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.742+0000 7feb821a3700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-21T04:48:41.786 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-21T04:48:41.786 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:48:41.786 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-21T04:48:41.787 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-21T04:48:41.787 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T04:48:41.787 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-21T04:48:41.787 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-21T04:48:41.787 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T04:48:41.787 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: 2023-12-21T04:48:41.787 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-21T04:48:41.787 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:48:41.788 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:48:41.788 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-21T04:48:41.788 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-21T04:48:41.788 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: 2023-12-21T04:48:41.788 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-21T04:48:41.788 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:48:41.788 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:48:41.788 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:48:41.788 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T04:48:41.788 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T04:48:41.788 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T04:48:41.788 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T04:48:41.788 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-21T04:48:41.788 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:48:41.789 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:48:41.789 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-21T04:48:41.789 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: 2023-12-21T04:48:41.789 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-21T04:48:41.789 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: 2023-12-21T04:48:41.789 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-21T04:48:41.789 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:48:41.789 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:48:41.789 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-21T04:48:41.789 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-21T04:48:41.789 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: 2023-12-21T04:48:41.789 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-21T04:48:41.789 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:48:41.789 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:48:41.790 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:48:41.790 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T04:48:41.790 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T04:48:41.790 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T04:48:41.790 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T04:48:41.790 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-21T04:48:41.790 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:48:41.790 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:48:41.790 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-21T04:48:41.790 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: 2023-12-21T04:48:41.791 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-21T04:48:41.791 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: 2023-12-21T04:48:41.791 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.746+0000 7feb9931c880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-21T04:48:41.791 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.746+0000 7feb9931c880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-21T04:48:41.791 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:48:41.746+0000 7feb9931c880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi079 for mon.smithi079 2023-12-21T04:48:42.371 INFO:teuthology.orchestra.run.smithi079.stderr:create mon.smithi079 on 2023-12-21T04:48:42.606 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-12-21T04:48:42.815 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-19206218-9fbc-11ee-95a5-87774f69a715.target -> /etc/systemd/system/ceph-19206218-9fbc-11ee-95a5-87774f69a715.target. 2023-12-21T04:48:42.815 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-19206218-9fbc-11ee-95a5-87774f69a715.target -> /etc/systemd/system/ceph-19206218-9fbc-11ee-95a5-87774f69a715.target. 2023-12-21T04:48:43.252 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl: Failed to reset failed state of unit ceph-19206218-9fbc-11ee-95a5-87774f69a715@mon.smithi079.service: Unit ceph-19206218-9fbc-11ee-95a5-87774f69a715@mon.smithi079.service not loaded. 2023-12-21T04:48:43.259 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl: Created symlink /etc/systemd/system/ceph-19206218-9fbc-11ee-95a5-87774f69a715.target.wants/ceph-19206218-9fbc-11ee-95a5-87774f69a715@mon.smithi079.service -> /etc/systemd/system/ceph-19206218-9fbc-11ee-95a5-87774f69a715@.service. 2023-12-21T04:48:43.472 INFO:teuthology.orchestra.run.smithi079.stderr:firewalld does not appear to be present 2023-12-21T04:48:43.472 INFO:teuthology.orchestra.run.smithi079.stderr:Not possible to enable service . firewalld.service is not available 2023-12-21T04:48:43.473 INFO:teuthology.orchestra.run.smithi079.stderr:Waiting for mon to start... 2023-12-21T04:48:43.473 INFO:teuthology.orchestra.run.smithi079.stderr:Waiting for mon... 2023-12-21T04:48:44.897 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: cluster: 2023-12-21T04:48:44.897 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: id: 19206218-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:48:44.897 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-21T04:48:44.897 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: 2023-12-21T04:48:44.897 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: services: 2023-12-21T04:48:44.899 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi079 (age 0.195112s) 2023-12-21T04:48:44.899 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-21T04:48:44.899 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-21T04:48:44.899 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: 2023-12-21T04:48:44.899 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: data: 2023-12-21T04:48:44.899 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-21T04:48:44.899 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-21T04:48:44.899 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-21T04:48:44.899 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: pgs: 2023-12-21T04:48:44.899 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: 2023-12-21T04:48:44.920 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:44 smithi079 bash[24406]: cluster 2023-12-21T04:48:44.669544+0000 mon.smithi079 (mon.0) 1 : cluster [INF] mon.smithi079 is new leader, mons smithi079 in quorum (ranks 0) 2023-12-21T04:48:45.538 INFO:teuthology.orchestra.run.smithi079.stderr:mon is available 2023-12-21T04:48:45.539 INFO:teuthology.orchestra.run.smithi079.stderr:Assimilating anything we can from ceph.conf... 2023-12-21T04:48:45.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:45 smithi079 bash[24406]: cluster 2023-12-21T04:48:44.700477+0000 mon.smithi079 (mon.0) 2 : cluster [INF] mon.smithi079 is new leader, mons smithi079 in quorum (ranks 0) 2023-12-21T04:48:45.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:45 smithi079 bash[24406]: cluster 2023-12-21T04:48:44.700897+0000 mon.smithi079 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi079=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0]} removed_ranks: {} 2023-12-21T04:48:45.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:45 smithi079 bash[24406]: cluster 2023-12-21T04:48:44.706747+0000 mon.smithi079 (mon.0) 4 : cluster [DBG] fsmap 2023-12-21T04:48:45.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:45 smithi079 bash[24406]: cluster 2023-12-21T04:48:44.710707+0000 mon.smithi079 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-21T04:48:45.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:45 smithi079 bash[24406]: cluster 2023-12-21T04:48:44.711176+0000 mon.smithi079 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-21T04:48:45.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:45 smithi079 bash[24406]: audit 2023-12-21T04:48:44.895496+0000 mon.smithi079 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.79:0/2564288741' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-21T04:48:46.572 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: 2023-12-21T04:48:46.572 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: [global] 2023-12-21T04:48:46.572 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: fsid = 19206218-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:48:46.572 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.79:3300,v1:172.21.15.79:6789] 2023-12-21T04:48:46.574 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-21T04:48:46.574 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-21T04:48:46.574 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-21T04:48:46.574 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-21T04:48:46.574 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: 2023-12-21T04:48:46.574 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: [mgr] 2023-12-21T04:48:46.574 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-21T04:48:46.574 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: 2023-12-21T04:48:46.574 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: [osd] 2023-12-21T04:48:46.574 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-21T04:48:46.575 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-21T04:48:46.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:46 smithi079 bash[24406]: audit 2023-12-21T04:48:46.566955+0000 mon.smithi079 (mon.0) 8 : audit [INF] from='client.? 172.21.15.79:0/3520191369' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-21T04:48:46.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:46 smithi079 bash[24406]: audit 2023-12-21T04:48:46.570910+0000 mon.smithi079 (mon.0) 9 : audit [INF] from='client.? 172.21.15.79:0/3520191369' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-21T04:48:47.153 INFO:teuthology.orchestra.run.smithi079.stderr:Generating new minimal ceph.conf... 2023-12-21T04:48:48.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:48 smithi079 bash[24406]: audit 2023-12-21T04:48:48.139445+0000 mon.smithi079 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.79:0/3320935474' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:48:48.735 INFO:teuthology.orchestra.run.smithi079.stderr:Restarting the monitor... 2023-12-21T04:48:49.017 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:48 smithi079 systemd[1]: Stopping Ceph mon.smithi079 for 19206218-9fbc-11ee-95a5-87774f69a715... 2023-12-21T04:48:49.018 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:48 smithi079 bash[24793]: Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-mon.smithi079 2023-12-21T04:48:49.018 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:48 smithi079 bash[24406]: debug 2023-12-21T04:48:48.930+0000 7f99d6ba0700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi079 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-21T04:48:49.018 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:48 smithi079 bash[24406]: debug 2023-12-21T04:48:48.930+0000 7f99d6ba0700 -1 mon.smithi079@0(leader) e1 *** Got Signal Terminated *** 2023-12-21T04:48:49.577 INFO:teuthology.orchestra.run.smithi079.stderr:Setting public_network to 172.21.0.0/20,172.21.15.254/32 in mon config section 2023-12-21T04:48:49.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:49 smithi079 bash[24828]: ceph-19206218-9fbc-11ee-95a5-87774f69a715-mon-smithi079 2023-12-21T04:48:49.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:49 smithi079 bash[24892]: Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-mon-smithi079 2023-12-21T04:48:49.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:49 smithi079 systemd[1]: ceph-19206218-9fbc-11ee-95a5-87774f69a715@mon.smithi079.service: Succeeded. 2023-12-21T04:48:49.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:49 smithi079 systemd[1]: Stopped Ceph mon.smithi079 for 19206218-9fbc-11ee-95a5-87774f69a715. 2023-12-21T04:48:49.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:49 smithi079 systemd[1]: Started Ceph mon.smithi079 for 19206218-9fbc-11ee-95a5-87774f69a715. 2023-12-21T04:48:50.977 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.642+0000 7f09ea036880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-21T04:48:50.977 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.642+0000 7f09ea036880 0 ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable), process ceph-mon, pid 8 2023-12-21T04:48:50.977 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.642+0000 7f09ea036880 0 pidfile_write: ignore empty --pid-file 2023-12-21T04:48:50.977 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 0 load: jerasure load: lrc load: isa 2023-12-21T04:48:50.977 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: RocksDB version: 6.8.1 2023-12-21T04:48:50.977 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-21T04:48:50.977 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Compile date Dec 20 2023 2023-12-21T04:48:50.977 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: DB SUMMARY 2023-12-21T04:48:50.977 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: CURRENT file: CURRENT 2023-12-21T04:48:50.977 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-21T04:48:50.977 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-21T04:48:50.978 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi079/store.db dir, Total Num: 1, files: 000004.sst 2023-12-21T04:48:50.978 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi079/store.db: 000006.log size: 86533 ; 2023-12-21T04:48:50.978 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.error_if_exists: 0 2023-12-21T04:48:50.978 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.create_if_missing: 0 2023-12-21T04:48:50.978 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.paranoid_checks: 1 2023-12-21T04:48:50.978 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.env: 0x5572e4fc3080 2023-12-21T04:48:50.978 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.fs: Posix File System 2023-12-21T04:48:50.978 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.info_log: 0x5572e6a76520 2023-12-21T04:48:50.978 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-21T04:48:50.978 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.statistics: (nil) 2023-12-21T04:48:50.978 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.use_fsync: 0 2023-12-21T04:48:50.978 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.max_log_file_size: 0 2023-12-21T04:48:50.978 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-21T04:48:50.978 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-21T04:48:50.978 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-21T04:48:50.979 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-21T04:48:50.979 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.allow_fallocate: 1 2023-12-21T04:48:50.979 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-21T04:48:50.980 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-21T04:48:50.980 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.use_direct_reads: 0 2023-12-21T04:48:50.980 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-21T04:48:50.980 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-21T04:48:50.980 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.db_log_dir: 2023-12-21T04:48:50.980 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi079/store.db 2023-12-21T04:48:50.980 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-21T04:48:50.980 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.max_subcompactions: 1 2023-12-21T04:48:50.980 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.max_background_flushes: -1 2023-12-21T04:48:50.980 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-21T04:48:50.980 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-21T04:48:50.980 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-21T04:48:50.980 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-21T04:48:50.981 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-21T04:48:50.981 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-21T04:48:50.981 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-21T04:48:50.981 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.write_buffer_manager: 0x5572e76c4480 2023-12-21T04:48:50.981 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-21T04:48:50.981 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-21T04:48:50.981 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-21T04:48:50.981 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-21T04:48:50.981 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-21T04:48:50.981 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-21T04:48:50.981 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-21T04:48:50.981 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-21T04:48:50.981 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-21T04:48:50.981 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.unordered_write: 0 2023-12-21T04:48:50.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-21T04:48:50.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-21T04:48:50.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-21T04:48:50.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-21T04:48:50.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.row_cache: None 2023-12-21T04:48:50.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.wal_filter: None 2023-12-21T04:48:50.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-21T04:48:50.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-21T04:48:50.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.preserve_deletes: 0 2023-12-21T04:48:50.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.two_write_queues: 0 2023-12-21T04:48:50.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-21T04:48:50.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.atomic_flush: 0 2023-12-21T04:48:50.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-21T04:48:50.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-21T04:48:50.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-21T04:48:50.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.log_readahead_size: 0 2023-12-21T04:48:50.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-21T04:48:50.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.max_background_jobs: 2 2023-12-21T04:48:50.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.max_background_compactions: -1 2023-12-21T04:48:50.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-21T04:48:50.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-21T04:48:50.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-21T04:48:50.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-21T04:48:50.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-21T04:48:50.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-21T04:48:50.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-21T04:48:50.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-21T04:48:50.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.max_open_files: -1 2023-12-21T04:48:50.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-21T04:48:50.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-21T04:48:50.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-21T04:48:50.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-21T04:48:50.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Compression algorithms supported: 2023-12-21T04:48:50.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-21T04:48:50.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: kZSTD supported: 0 2023-12-21T04:48:50.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: kXpressCompression supported: 0 2023-12-21T04:48:50.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-21T04:48:50.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: kLZ4Compression supported: 1 2023-12-21T04:48:50.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: kBZip2Compression supported: 0 2023-12-21T04:48:50.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: kZlibCompression supported: 1 2023-12-21T04:48:50.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: kSnappyCompression supported: 1 2023-12-21T04:48:50.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-21T04:48:50.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi079/store.db/MANIFEST-000005 2023-12-21T04:48:50.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-21T04:48:50.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-21T04:48:50.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.merge_operator: 2023-12-21T04:48:50.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.compaction_filter: None 2023-12-21T04:48:50.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-21T04:48:50.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-21T04:48:50.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-21T04:48:50.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5572e6a19d28) 2023-12-21T04:48:50.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: cache_index_and_filter_blocks: 1 2023-12-21T04:48:50.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-21T04:48:50.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-21T04:48:50.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: pin_top_level_index_and_filter: 1 2023-12-21T04:48:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: index_type: 0 2023-12-21T04:48:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: data_block_index_type: 0 2023-12-21T04:48:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: index_shortening: 1 2023-12-21T04:48:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: data_block_hash_table_util_ratio: 0.750000 2023-12-21T04:48:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: hash_index_allow_collision: 1 2023-12-21T04:48:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: checksum: 1 2023-12-21T04:48:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: no_block_cache: 0 2023-12-21T04:48:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: block_cache: 0x5572e6a50f10 2023-12-21T04:48:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: block_cache_name: BinnedLRUCache 2023-12-21T04:48:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: block_cache_options: 2023-12-21T04:48:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: capacity : 536870912 2023-12-21T04:48:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: num_shard_bits : 4 2023-12-21T04:48:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: strict_capacity_limit : 0 2023-12-21T04:48:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: high_pri_pool_ratio: 0.000 2023-12-21T04:48:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: block_cache_compressed: (nil) 2023-12-21T04:48:50.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: persistent_cache: (nil) 2023-12-21T04:48:50.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: block_size: 4096 2023-12-21T04:48:50.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: block_size_deviation: 10 2023-12-21T04:48:50.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: block_restart_interval: 16 2023-12-21T04:48:50.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: index_block_restart_interval: 1 2023-12-21T04:48:50.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: metadata_block_size: 4096 2023-12-21T04:48:50.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: partition_filters: 0 2023-12-21T04:48:50.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: use_delta_encoding: 1 2023-12-21T04:48:50.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-21T04:48:50.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: whole_key_filtering: 1 2023-12-21T04:48:50.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: verify_compression: 0 2023-12-21T04:48:50.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: read_amp_bytes_per_bit: 0 2023-12-21T04:48:50.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: format_version: 2 2023-12-21T04:48:50.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: enable_index_compression: 1 2023-12-21T04:48:50.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: block_align: 0 2023-12-21T04:48:50.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-21T04:48:50.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-21T04:48:50.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.compression: NoCompression 2023-12-21T04:48:50.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-21T04:48:50.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-21T04:48:50.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-21T04:48:50.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.num_levels: 7 2023-12-21T04:48:50.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-21T04:48:50.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-21T04:48:50.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-21T04:48:50.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-21T04:48:50.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-21T04:48:50.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-21T04:48:50.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-21T04:48:50.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-21T04:48:50.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-21T04:48:50.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-21T04:48:50.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-21T04:48:50.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-21T04:48:50.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-21T04:48:50.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-21T04:48:50.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-21T04:48:50.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-21T04:48:50.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-21T04:48:50.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-21T04:48:50.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-21T04:48:50.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-21T04:48:50.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-21T04:48:50.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-21T04:48:50.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-21T04:48:50.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-21T04:48:50.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-21T04:48:50.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-21T04:48:50.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-21T04:48:50.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-21T04:48:50.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-21T04:48:50.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-21T04:48:50.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-21T04:48:50.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-21T04:48:50.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-21T04:48:50.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-21T04:48:50.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-21T04:48:50.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-21T04:48:50.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-21T04:48:50.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-21T04:48:50.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-21T04:48:50.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-21T04:48:50.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-21T04:48:50.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-21T04:48:50.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-21T04:48:50.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-21T04:48:50.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-21T04:48:50.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-21T04:48:50.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-21T04:48:50.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.table_properties_collectors: 2023-12-21T04:48:50.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.inplace_update_support: 0 2023-12-21T04:48:50.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-21T04:48:50.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-21T04:48:50.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-21T04:48:50.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-21T04:48:50.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.bloom_locality: 0 2023-12-21T04:48:50.993 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.max_successive_merges: 0 2023-12-21T04:48:50.993 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-21T04:48:50.993 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-21T04:48:50.993 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-21T04:48:50.993 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-21T04:48:50.993 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.ttl: 2592000 2023-12-21T04:48:50.993 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-21T04:48:50.993 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi079/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-21T04:48:50.993 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-21T04:48:50.993 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703134130650290, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-21T04:48:50.993 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-21T04:48:50.993 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.646+0000 7f09ea036880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-21T04:48:50.993 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.650+0000 7f09ea036880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703134130651507, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83406, "table_properties": {"data_size": 81673, "index_size": 338, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9331, "raw_average_key_size": 47, "raw_value_size": 76185, "raw_average_value_size": 384, "num_data_blocks": 11, "num_entries": 198, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1703134130, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-21T04:48:50.994 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.650+0000 7f09ea036880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-21T04:48:50.994 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.650+0000 7f09ea036880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703134130651986, "job": 1, "event": "recovery_finished"} 2023-12-21T04:48:50.994 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.650+0000 7f09ea036880 4 rocksdb: DB pointer 0x5572e6b19800 2023-12-21T04:48:50.994 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.650+0000 7f09d0e3c700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-21T04:48:50.994 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.650+0000 7f09d0e3c700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-21T04:48:50.994 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: ** DB Stats ** 2023-12-21T04:48:50.994 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:48:50.994 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-21T04:48:50.994 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-21T04:48:50.994 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T04:48:50.994 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-21T04:48:50.994 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-21T04:48:50.994 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T04:48:50.994 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: ** Compaction Stats [default] ** 2023-12-21T04:48:50.995 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:48:50.995 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:48:50.995 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: L0 2/0 83.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 96.5 0.00 0.00 1 0.001 0 0 2023-12-21T04:48:50.995 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: Sum 2/0 83.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 96.5 0.00 0.00 1 0.001 0 0 2023-12-21T04:48:50.995 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 96.5 0.00 0.00 1 0.001 0 0 2023-12-21T04:48:50.995 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: ** Compaction Stats [default] ** 2023-12-21T04:48:50.995 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:48:50.995 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:48:50.995 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 96.5 0.00 0.00 1 0.001 0 0 2023-12-21T04:48:50.995 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:48:50.995 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T04:48:50.995 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T04:48:50.995 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T04:48:50.995 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T04:48:50.995 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: AddFile(Keys): cumulative 0, interval 0 2023-12-21T04:48:50.996 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: Cumulative compaction: 0.00 GB write, 21.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:48:50.996 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: Interval compaction: 0.00 GB write, 21.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:48:50.996 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-21T04:48:50.996 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: ** File Read Latency Histogram By Level [default] ** 2023-12-21T04:48:50.996 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: ** Compaction Stats [default] ** 2023-12-21T04:48:50.996 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:48:50.996 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:48:50.996 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: L0 2/0 83.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 96.5 0.00 0.00 1 0.001 0 0 2023-12-21T04:48:50.996 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: Sum 2/0 83.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 96.5 0.00 0.00 1 0.001 0 0 2023-12-21T04:48:50.996 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-21T04:48:50.996 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: ** Compaction Stats [default] ** 2023-12-21T04:48:50.996 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:48:50.997 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:48:50.997 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 96.5 0.00 0.00 1 0.001 0 0 2023-12-21T04:48:50.997 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:48:50.997 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T04:48:50.997 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T04:48:50.997 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T04:48:50.997 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T04:48:50.997 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: AddFile(Keys): cumulative 0, interval 0 2023-12-21T04:48:50.997 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: Cumulative compaction: 0.00 GB write, 20.31 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:48:50.997 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:48:50.997 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-21T04:48:50.997 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: ** File Read Latency Histogram By Level [default] ** 2023-12-21T04:48:50.997 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.650+0000 7f09ea036880 0 starting mon.smithi079 rank 0 at public addrs [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] at bind addrs [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi079 fsid 19206218-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:48:50.997 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.650+0000 7f09ea036880 1 mon.smithi079@-1(???) e1 preinit fsid 19206218-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:48:50.997 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.650+0000 7f09ea036880 0 mon.smithi079@-1(???).mds e1 new map 2023-12-21T04:48:50.998 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.650+0000 7f09ea036880 0 mon.smithi079@-1(???).mds e1 print_map 2023-12-21T04:48:50.998 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: e1 2023-12-21T04:48:50.998 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-21T04:48:50.998 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-21T04:48:50.998 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: legacy client fscid: -1 2023-12-21T04:48:50.998 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: 2023-12-21T04:48:50.998 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: No filesystems configured 2023-12-21T04:48:50.998 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.654+0000 7f09ea036880 0 mon.smithi079@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-21T04:48:50.998 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.654+0000 7f09ea036880 0 mon.smithi079@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-21T04:48:50.998 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.654+0000 7f09ea036880 0 mon.smithi079@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-21T04:48:50.998 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.654+0000 7f09ea036880 0 mon.smithi079@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-21T04:48:50.998 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: audit 2023-12-21T04:48:48.139445+0000 mon.smithi079 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.79:0/3320935474' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:48:50.998 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: debug 2023-12-21T04:48:50.654+0000 7f09ea036880 1 mon.smithi079@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-21T04:48:50.998 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: cluster 2023-12-21T04:48:50.676144+0000 mon.smithi079 (mon.0) 1 : cluster [INF] mon.smithi079 is new leader, mons smithi079 in quorum (ranks 0) 2023-12-21T04:48:50.998 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: cluster 2023-12-21T04:48:50.676272+0000 mon.smithi079 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi079=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0]} removed_ranks: {} 2023-12-21T04:48:50.998 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: cluster 2023-12-21T04:48:50.696267+0000 mon.smithi079 (mon.0) 3 : cluster [DBG] fsmap 2023-12-21T04:48:50.999 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: cluster 2023-12-21T04:48:50.696344+0000 mon.smithi079 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-21T04:48:50.999 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:50 smithi079 bash[24931]: cluster 2023-12-21T04:48:50.697138+0000 mon.smithi079 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-21T04:48:51.524 INFO:teuthology.orchestra.run.smithi079.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-21T04:48:51.524 INFO:teuthology.orchestra.run.smithi079.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-21T04:48:51.524 INFO:teuthology.orchestra.run.smithi079.stderr:Creating mgr... 2023-12-21T04:48:51.525 INFO:teuthology.orchestra.run.smithi079.stderr:Verifying port 9283 ... 2023-12-21T04:48:51.746 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl: Failed to reset failed state of unit ceph-19206218-9fbc-11ee-95a5-87774f69a715@mgr.smithi079.gpuwcc.service: Unit ceph-19206218-9fbc-11ee-95a5-87774f69a715@mgr.smithi079.gpuwcc.service not loaded. 2023-12-21T04:48:51.753 INFO:teuthology.orchestra.run.smithi079.stderr:systemctl: Created symlink /etc/systemd/system/ceph-19206218-9fbc-11ee-95a5-87774f69a715.target.wants/ceph-19206218-9fbc-11ee-95a5-87774f69a715@mgr.smithi079.gpuwcc.service -> /etc/systemd/system/ceph-19206218-9fbc-11ee-95a5-87774f69a715@.service. 2023-12-21T04:48:51.959 INFO:teuthology.orchestra.run.smithi079.stderr:firewalld does not appear to be present 2023-12-21T04:48:51.960 INFO:teuthology.orchestra.run.smithi079.stderr:Not possible to enable service . firewalld.service is not available 2023-12-21T04:48:51.960 INFO:teuthology.orchestra.run.smithi079.stderr:firewalld does not appear to be present 2023-12-21T04:48:51.960 INFO:teuthology.orchestra.run.smithi079.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-21T04:48:51.960 INFO:teuthology.orchestra.run.smithi079.stderr:Waiting for mgr to start... 2023-12-21T04:48:51.960 INFO:teuthology.orchestra.run.smithi079.stderr:Waiting for mgr... 2023-12-21T04:48:52.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:51 smithi079 bash[24931]: audit 2023-12-21T04:48:50.945840+0000 mon.smithi079 (mon.0) 6 : audit [INF] from='client.? 172.21.15.79:0/2178960932' entity='client.admin' 2023-12-21T04:48:53.416 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: 2023-12-21T04:48:53.416 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: { 2023-12-21T04:48:53.416 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "fsid": "19206218-9fbc-11ee-95a5-87774f69a715", 2023-12-21T04:48:53.417 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "health": { 2023-12-21T04:48:53.417 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-21T04:48:53.417 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "checks": {}, 2023-12-21T04:48:53.418 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "mutes": [] 2023-12-21T04:48:53.418 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: }, 2023-12-21T04:48:53.418 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-21T04:48:53.418 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "quorum": [ 2023-12-21T04:48:53.418 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: 0 2023-12-21T04:48:53.418 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: ], 2023-12-21T04:48:53.418 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-21T04:48:53.418 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "smithi079" 2023-12-21T04:48:53.419 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: ], 2023-12-21T04:48:53.420 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-21T04:48:53.420 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "monmap": { 2023-12-21T04:48:53.420 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:48:53.420 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-21T04:48:53.420 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-21T04:48:53.420 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: }, 2023-12-21T04:48:53.420 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "osdmap": { 2023-12-21T04:48:53.420 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:48:53.420 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-21T04:48:53.420 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-21T04:48:53.420 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-21T04:48:53.420 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-21T04:48:53.424 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-21T04:48:53.424 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-21T04:48:53.424 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: }, 2023-12-21T04:48:53.424 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "pgmap": { 2023-12-21T04:48:53.424 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-21T04:48:53.425 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-21T04:48:53.425 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-21T04:48:53.425 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-21T04:48:53.425 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-21T04:48:53.425 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-21T04:48:53.425 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-21T04:48:53.425 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-21T04:48:53.425 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: }, 2023-12-21T04:48:53.426 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "fsmap": { 2023-12-21T04:48:53.426 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:48:53.426 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-21T04:48:53.426 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-21T04:48:53.426 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: }, 2023-12-21T04:48:53.426 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-21T04:48:53.426 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "available": false, 2023-12-21T04:48:53.426 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-21T04:48:53.426 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "modules": [ 2023-12-21T04:48:53.426 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "iostat", 2023-12-21T04:48:53.426 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "nfs", 2023-12-21T04:48:53.426 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "restful" 2023-12-21T04:48:53.427 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: ], 2023-12-21T04:48:53.427 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "services": {} 2023-12-21T04:48:53.427 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: }, 2023-12-21T04:48:53.427 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "servicemap": { 2023-12-21T04:48:53.427 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:48:53.427 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "modified": "2023-12-21T04:48:44.703852+0000", 2023-12-21T04:48:53.427 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "services": {} 2023-12-21T04:48:53.427 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: }, 2023-12-21T04:48:53.427 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-21T04:48:53.427 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: } 2023-12-21T04:48:53.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:53 smithi079 bash[24931]: audit 2023-12-21T04:48:53.414445+0000 mon.smithi079 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.79:0/2678921911' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-21T04:48:53.990 INFO:teuthology.orchestra.run.smithi079.stderr:mgr not available, waiting (1/15)... 2023-12-21T04:48:57.079 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: 2023-12-21T04:48:57.079 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: { 2023-12-21T04:48:57.079 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "fsid": "19206218-9fbc-11ee-95a5-87774f69a715", 2023-12-21T04:48:57.079 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "health": { 2023-12-21T04:48:57.079 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-21T04:48:57.079 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "checks": {}, 2023-12-21T04:48:57.080 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "mutes": [] 2023-12-21T04:48:57.080 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: }, 2023-12-21T04:48:57.080 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-21T04:48:57.080 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "quorum": [ 2023-12-21T04:48:57.080 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: 0 2023-12-21T04:48:57.080 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: ], 2023-12-21T04:48:57.080 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-21T04:48:57.080 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "smithi079" 2023-12-21T04:48:57.080 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: ], 2023-12-21T04:48:57.080 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-12-21T04:48:57.080 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "monmap": { 2023-12-21T04:48:57.080 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:48:57.080 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-21T04:48:57.080 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-21T04:48:57.080 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: }, 2023-12-21T04:48:57.080 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "osdmap": { 2023-12-21T04:48:57.081 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:48:57.081 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-21T04:48:57.081 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-21T04:48:57.081 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-21T04:48:57.081 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-21T04:48:57.084 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-21T04:48:57.084 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-21T04:48:57.084 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: }, 2023-12-21T04:48:57.084 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "pgmap": { 2023-12-21T04:48:57.084 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-21T04:48:57.084 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-21T04:48:57.084 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-21T04:48:57.084 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-21T04:48:57.084 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-21T04:48:57.085 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-21T04:48:57.085 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-21T04:48:57.085 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-21T04:48:57.085 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: }, 2023-12-21T04:48:57.085 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "fsmap": { 2023-12-21T04:48:57.085 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:48:57.085 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-21T04:48:57.085 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-21T04:48:57.085 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: }, 2023-12-21T04:48:57.085 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-21T04:48:57.085 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "available": false, 2023-12-21T04:48:57.085 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-21T04:48:57.085 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "modules": [ 2023-12-21T04:48:57.085 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "iostat", 2023-12-21T04:48:57.085 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "nfs", 2023-12-21T04:48:57.086 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "restful" 2023-12-21T04:48:57.086 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: ], 2023-12-21T04:48:57.086 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "services": {} 2023-12-21T04:48:57.086 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: }, 2023-12-21T04:48:57.086 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "servicemap": { 2023-12-21T04:48:57.086 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:48:57.086 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "modified": "2023-12-21T04:48:44.703852+0000", 2023-12-21T04:48:57.086 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "services": {} 2023-12-21T04:48:57.086 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: }, 2023-12-21T04:48:57.086 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-21T04:48:57.086 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: } 2023-12-21T04:48:57.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:57 smithi079 bash[24931]: audit 2023-12-21T04:48:57.074308+0000 mon.smithi079 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.79:0/377116628' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-21T04:48:57.684 INFO:teuthology.orchestra.run.smithi079.stderr:mgr not available, waiting (2/15)... 2023-12-21T04:48:59.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:59 smithi079 bash[24931]: cluster 2023-12-21T04:48:59.685634+0000 mon.smithi079 (mon.0) 9 : cluster [INF] Activating manager daemon smithi079.gpuwcc 2023-12-21T04:48:59.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:59 smithi079 bash[24931]: cluster 2023-12-21T04:48:59.691726+0000 mon.smithi079 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi079.gpuwcc(active, starting, since 0.00633319s) 2023-12-21T04:48:59.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:59 smithi079 bash[24931]: audit 2023-12-21T04:48:59.694012+0000 mon.smithi079 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.79:0/2594915475' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T04:48:59.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:59 smithi079 bash[24931]: audit 2023-12-21T04:48:59.694210+0000 mon.smithi079 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.79:0/2594915475' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T04:48:59.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:59 smithi079 bash[24931]: audit 2023-12-21T04:48:59.694391+0000 mon.smithi079 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.79:0/2594915475' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T04:48:59.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:59 smithi079 bash[24931]: audit 2023-12-21T04:48:59.694565+0000 mon.smithi079 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.79:0/2594915475' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-12-21T04:48:59.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:59 smithi079 bash[24931]: audit 2023-12-21T04:48:59.696260+0000 mon.smithi079 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.79:0/2594915475' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mgr metadata", "who": "smithi079.gpuwcc", "id": "smithi079.gpuwcc"}]: dispatch 2023-12-21T04:48:59.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:59 smithi079 bash[24931]: cluster 2023-12-21T04:48:59.722789+0000 mon.smithi079 (mon.0) 16 : cluster [INF] Manager daemon smithi079.gpuwcc is now available 2023-12-21T04:48:59.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:48:59 smithi079 bash[24931]: audit 2023-12-21T04:48:59.736608+0000 mon.smithi079 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.79:0/2594915475' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:49:01.164 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: 2023-12-21T04:49:01.164 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: { 2023-12-21T04:49:01.165 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "fsid": "19206218-9fbc-11ee-95a5-87774f69a715", 2023-12-21T04:49:01.165 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "health": { 2023-12-21T04:49:01.165 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-21T04:49:01.165 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "checks": {}, 2023-12-21T04:49:01.165 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "mutes": [] 2023-12-21T04:49:01.165 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: }, 2023-12-21T04:49:01.165 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-21T04:49:01.165 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "quorum": [ 2023-12-21T04:49:01.165 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: 0 2023-12-21T04:49:01.165 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: ], 2023-12-21T04:49:01.165 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-21T04:49:01.165 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "smithi079" 2023-12-21T04:49:01.165 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: ], 2023-12-21T04:49:01.165 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-21T04:49:01.166 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "monmap": { 2023-12-21T04:49:01.166 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:49:01.166 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-21T04:49:01.166 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-21T04:49:01.166 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: }, 2023-12-21T04:49:01.166 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "osdmap": { 2023-12-21T04:49:01.166 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:49:01.166 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-21T04:49:01.166 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-21T04:49:01.166 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-21T04:49:01.166 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-21T04:49:01.169 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-21T04:49:01.170 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-21T04:49:01.170 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: }, 2023-12-21T04:49:01.170 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "pgmap": { 2023-12-21T04:49:01.170 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-21T04:49:01.170 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-21T04:49:01.170 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-21T04:49:01.170 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-21T04:49:01.170 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-21T04:49:01.170 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-21T04:49:01.170 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-21T04:49:01.170 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-21T04:49:01.170 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: }, 2023-12-21T04:49:01.171 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "fsmap": { 2023-12-21T04:49:01.171 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:49:01.171 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-21T04:49:01.171 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-21T04:49:01.171 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: }, 2023-12-21T04:49:01.171 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-21T04:49:01.171 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "available": true, 2023-12-21T04:49:01.171 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-21T04:49:01.171 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "modules": [ 2023-12-21T04:49:01.171 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "iostat", 2023-12-21T04:49:01.171 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "nfs", 2023-12-21T04:49:01.171 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "restful" 2023-12-21T04:49:01.171 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: ], 2023-12-21T04:49:01.171 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "services": {} 2023-12-21T04:49:01.172 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: }, 2023-12-21T04:49:01.172 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "servicemap": { 2023-12-21T04:49:01.172 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:49:01.172 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "modified": "2023-12-21T04:48:44.703852+0000", 2023-12-21T04:49:01.172 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "services": {} 2023-12-21T04:49:01.172 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: }, 2023-12-21T04:49:01.172 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-21T04:49:01.172 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: } 2023-12-21T04:49:01.193 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:00 smithi079 bash[24931]: audit 2023-12-21T04:48:59.744660+0000 mon.smithi079 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.79:0/2594915475' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.gpuwcc/mirror_snapshot_schedule"}]: dispatch 2023-12-21T04:49:01.193 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:00 smithi079 bash[24931]: audit 2023-12-21T04:48:59.748214+0000 mon.smithi079 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.79:0/2594915475' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.gpuwcc/trash_purge_schedule"}]: dispatch 2023-12-21T04:49:01.193 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:00 smithi079 bash[24931]: audit 2023-12-21T04:48:59.750464+0000 mon.smithi079 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.79:0/2594915475' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:49:01.193 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:00 smithi079 bash[24931]: audit 2023-12-21T04:48:59.752443+0000 mon.smithi079 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.79:0/2594915475' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:49:01.193 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:00 smithi079 bash[24931]: cluster 2023-12-21T04:49:00.695003+0000 mon.smithi079 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi079.gpuwcc(active, since 1.00961s) 2023-12-21T04:49:01.708 INFO:teuthology.orchestra.run.smithi079.stderr:mgr is available 2023-12-21T04:49:02.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:01 smithi079 bash[24931]: audit 2023-12-21T04:49:01.161353+0000 mon.smithi079 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.79:0/3924941967' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-21T04:49:02.928 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: 2023-12-21T04:49:02.928 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: [global] 2023-12-21T04:49:02.928 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: fsid = 19206218-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:49:02.929 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-21T04:49:02.929 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-21T04:49:02.929 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-21T04:49:02.929 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-21T04:49:02.929 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: 2023-12-21T04:49:02.929 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: [mgr] 2023-12-21T04:49:02.929 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-21T04:49:02.929 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: 2023-12-21T04:49:02.929 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: [osd] 2023-12-21T04:49:02.929 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-21T04:49:02.929 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-21T04:49:03.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:02 smithi079 bash[24931]: cluster 2023-12-21T04:49:01.742502+0000 mon.smithi079 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi079.gpuwcc(active, since 2s) 2023-12-21T04:49:03.549 INFO:teuthology.orchestra.run.smithi079.stderr:Enabling cephadm module... 2023-12-21T04:49:03.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:03 smithi079 bash[24931]: audit 2023-12-21T04:49:02.925208+0000 mon.smithi079 (mon.0) 25 : audit [INF] from='client.? 172.21.15.79:0/4142313287' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-21T04:49:05.227 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:04 smithi079 bash[24931]: audit 2023-12-21T04:49:04.866546+0000 mon.smithi079 (mon.0) 26 : audit [INF] from='client.? 172.21.15.79:0/3873283056' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-21T04:49:06.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:05 smithi079 bash[24931]: audit 2023-12-21T04:49:04.921325+0000 mon.smithi079 (mon.0) 27 : audit [INF] from='client.? 172.21.15.79:0/3873283056' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-21T04:49:06.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:05 smithi079 bash[24931]: cluster 2023-12-21T04:49:04.921370+0000 mon.smithi079 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi079.gpuwcc(active, since 5s) 2023-12-21T04:49:06.943 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: { 2023-12-21T04:49:06.943 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-21T04:49:06.943 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "available": true, 2023-12-21T04:49:06.943 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "active_name": "smithi079.gpuwcc", 2023-12-21T04:49:06.943 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-21T04:49:06.943 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: } 2023-12-21T04:49:07.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:06 smithi079 bash[24931]: audit 2023-12-21T04:49:06.941480+0000 mon.smithi079 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.79:0/1128819880' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-21T04:49:07.576 INFO:teuthology.orchestra.run.smithi079.stderr:Waiting for the mgr to restart... 2023-12-21T04:49:07.576 INFO:teuthology.orchestra.run.smithi079.stderr:Waiting for mgr epoch 5... 2023-12-21T04:49:11.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:11 smithi079 bash[24931]: cluster 2023-12-21T04:49:11.501587+0000 mon.smithi079 (mon.0) 30 : cluster [INF] Active manager daemon smithi079.gpuwcc restarted 2023-12-21T04:49:11.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:11 smithi079 bash[24931]: cluster 2023-12-21T04:49:11.501975+0000 mon.smithi079 (mon.0) 31 : cluster [INF] Activating manager daemon smithi079.gpuwcc 2023-12-21T04:49:11.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:11 smithi079 bash[24931]: cluster 2023-12-21T04:49:11.508328+0000 mon.smithi079 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-21T04:49:11.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:11 smithi079 bash[24931]: cluster 2023-12-21T04:49:11.508647+0000 mon.smithi079 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi079.gpuwcc(active, starting, since 0.00680749s) 2023-12-21T04:49:11.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:11 smithi079 bash[24931]: audit 2023-12-21T04:49:11.510143+0000 mon.smithi079 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-12-21T04:49:11.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:11 smithi079 bash[24931]: audit 2023-12-21T04:49:11.511206+0000 mon.smithi079 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mgr metadata", "who": "smithi079.gpuwcc", "id": "smithi079.gpuwcc"}]: dispatch 2023-12-21T04:49:11.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:11 smithi079 bash[24931]: audit 2023-12-21T04:49:11.512274+0000 mon.smithi079 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T04:49:11.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:11 smithi079 bash[24931]: audit 2023-12-21T04:49:11.512521+0000 mon.smithi079 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T04:49:11.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:11 smithi079 bash[24931]: audit 2023-12-21T04:49:11.512775+0000 mon.smithi079 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T04:49:11.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:11 smithi079 bash[24931]: cluster 2023-12-21T04:49:11.515768+0000 mon.smithi079 (mon.0) 39 : cluster [INF] Manager daemon smithi079.gpuwcc is now available 2023-12-21T04:49:11.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:11 smithi079 bash[24931]: audit 2023-12-21T04:49:11.535073+0000 mon.smithi079 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:49:11.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:11 smithi079 bash[24931]: audit 2023-12-21T04:49:11.660517+0000 mon.smithi079 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:49:12.529 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: { 2023-12-21T04:49:12.529 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-21T04:49:12.529 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "initialized": true 2023-12-21T04:49:12.530 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: } 2023-12-21T04:49:12.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:12 smithi079 bash[24931]: cephadm 2023-12-21T04:49:11.530478+0000 mgr.smithi079.gpuwcc (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-21T04:49:12.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:12 smithi079 bash[24931]: audit 2023-12-21T04:49:11.665448+0000 mon.smithi079 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:49:12.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:12 smithi079 bash[24931]: audit 2023-12-21T04:49:11.668622+0000 mon.smithi079 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:49:12.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:12 smithi079 bash[24931]: audit 2023-12-21T04:49:11.681091+0000 mon.smithi079 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:49:12.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:12 smithi079 bash[24931]: audit 2023-12-21T04:49:11.692186+0000 mon.smithi079 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.gpuwcc/mirror_snapshot_schedule"}]: dispatch 2023-12-21T04:49:12.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:12 smithi079 bash[24931]: audit 2023-12-21T04:49:11.697040+0000 mon.smithi079 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.gpuwcc/trash_purge_schedule"}]: dispatch 2023-12-21T04:49:12.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:12 smithi079 bash[24931]: cluster 2023-12-21T04:49:12.513149+0000 mon.smithi079 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi079.gpuwcc(active, since 1.0113s) 2023-12-21T04:49:13.189 INFO:teuthology.orchestra.run.smithi079.stderr:mgr epoch 5 is available 2023-12-21T04:49:13.189 INFO:teuthology.orchestra.run.smithi079.stderr:Setting orchestrator backend to cephadm... 2023-12-21T04:49:13.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:13 smithi079 bash[24931]: audit 2023-12-21T04:49:12.511595+0000 mgr.smithi079.gpuwcc (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-21T04:49:13.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:13 smithi079 bash[24931]: audit 2023-12-21T04:49:12.527860+0000 mgr.smithi079.gpuwcc (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-21T04:49:14.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:14 smithi079 bash[24931]: cluster 2023-12-21T04:49:13.669741+0000 mon.smithi079 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi079.gpuwcc(active, since 2s) 2023-12-21T04:49:14.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:14 smithi079 bash[24931]: audit 2023-12-21T04:49:14.460103+0000 mon.smithi079 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:49:14.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:14 smithi079 bash[24931]: audit 2023-12-21T04:49:14.505868+0000 mon.smithi079 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:49:15.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:15 smithi079 bash[24931]: audit 2023-12-21T04:49:14.452045+0000 mgr.smithi079.gpuwcc (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:16.322 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: value unchanged 2023-12-21T04:49:16.934 INFO:teuthology.orchestra.run.smithi079.stderr:Generating ssh key... 2023-12-21T04:49:17.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:17 smithi079 bash[24931]: audit 2023-12-21T04:49:16.321105+0000 mgr.smithi079.gpuwcc (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:19.699 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:19 smithi079 bash[24931]: audit 2023-12-21T04:49:18.228300+0000 mgr.smithi079.gpuwcc (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:19.700 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:19 smithi079 bash[24931]: cephadm 2023-12-21T04:49:18.228754+0000 mgr.smithi079.gpuwcc (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-12-21T04:49:19.700 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:19 smithi079 bash[24931]: audit 2023-12-21T04:49:18.439766+0000 mon.smithi079 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:49:19.700 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:19 smithi079 bash[24931]: audit 2023-12-21T04:49:18.442616+0000 mon.smithi079 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:49:20.271 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlll5n5JztETDwzzSec3ujsgoITeYmCI28pyfQV13llF8NcqxAO8+n0OzHLp86saxEYuG3nmj6aWy/7RH+6lQI/NTcZLsiM/EU8Vcl+kn+u2A1g/QWLMHH+El1IvXTTPAHDCD7gqM+i39nYnIqbGY3z/EyiFEUt4QZWp8NFv6h5EOWtZafiIWaXAMlD+46nI9yAGRqToKudgo7PTmNVQ/pL/f8nLFE12t6o/x/fOHg9KUCF9fm915CeBh7edYImeAo/bGhlnIGLeWHHUZylm9oD/CEsgcS6E+Ke5GSJucVd5tlxz3PyZUIlATgmNNE8qfjwB2IJVa9newOsiOxuyzrdcvWn3q/zk8QNBPEC1R9shn3okKLNPmdt6eGPB6+2UvQiX5sgEPeFPIAfCjBsUl9bBrHR08TvEmA3JeFZmq0vXZnf3muyngKahyeUjDbGer9X+qYjclLaSmSZW0BvCHahiuGjz8Nv9uDn1yeEpJfgsQK0xm9V+7qYyNodBAQl0s= ceph-19206218-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:49:20.888 INFO:teuthology.orchestra.run.smithi079.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-21T04:49:20.888 INFO:teuthology.orchestra.run.smithi079.stderr:Adding key to root@localhost authorized_keys... 2023-12-21T04:49:20.889 INFO:teuthology.orchestra.run.smithi079.stderr:Adding host smithi079... 2023-12-21T04:49:21.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:21 smithi079 bash[24931]: audit 2023-12-21T04:49:20.270441+0000 mgr.smithi079.gpuwcc (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:22.954 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: Added host 'smithi079' with addr '172.21.15.79' 2023-12-21T04:49:23.782 INFO:teuthology.orchestra.run.smithi079.stderr:Deploying mon service with default placement... 2023-12-21T04:49:24.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:23 smithi079 bash[24931]: audit 2023-12-21T04:49:22.131880+0000 mgr.smithi079.gpuwcc (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi079", "addr": "172.21.15.79", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:24.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:23 smithi079 bash[24931]: audit 2023-12-21T04:49:22.953048+0000 mon.smithi079 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:49:24.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:23 smithi079 bash[24931]: cephadm 2023-12-21T04:49:22.953688+0000 mgr.smithi079.gpuwcc (mgr.14116) 10 : cephadm [INF] Added host smithi079 2023-12-21T04:49:24.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:23 smithi079 bash[24931]: audit 2023-12-21T04:49:22.956690+0000 mon.smithi079 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:49:25.641 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-21T04:49:26.330 INFO:teuthology.orchestra.run.smithi079.stderr:Deploying mgr service with default placement... 2023-12-21T04:49:26.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:26 smithi079 bash[24931]: audit 2023-12-21T04:49:25.634454+0000 mgr.smithi079.gpuwcc (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:26.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:26 smithi079 bash[24931]: cephadm 2023-12-21T04:49:25.637310+0000 mgr.smithi079.gpuwcc (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-21T04:49:26.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:26 smithi079 bash[24931]: audit 2023-12-21T04:49:25.640077+0000 mon.smithi079 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:49:26.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:26 smithi079 bash[24931]: audit 2023-12-21T04:49:25.947361+0000 mon.smithi079 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:49:26.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:26 smithi079 bash[24931]: audit 2023-12-21T04:49:26.192874+0000 mon.smithi079 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:49:27.698 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-21T04:49:28.311 INFO:teuthology.orchestra.run.smithi079.stderr:Deploying crash service with default placement... 2023-12-21T04:49:28.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:28 smithi079 bash[24931]: audit 2023-12-21T04:49:27.691812+0000 mgr.smithi079.gpuwcc (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:28.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:28 smithi079 bash[24931]: cephadm 2023-12-21T04:49:27.693962+0000 mgr.smithi079.gpuwcc (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-21T04:49:28.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:28 smithi079 bash[24931]: audit 2023-12-21T04:49:27.696965+0000 mon.smithi079 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:49:29.582 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-21T04:49:30.225 INFO:teuthology.orchestra.run.smithi079.stderr:Deploying prometheus service with default placement... 2023-12-21T04:49:30.879 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:30 smithi079 bash[24931]: audit 2023-12-21T04:49:29.574940+0000 mgr.smithi079.gpuwcc (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:30.879 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:30 smithi079 bash[24931]: cephadm 2023-12-21T04:49:29.576672+0000 mgr.smithi079.gpuwcc (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-12-21T04:49:30.880 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:30 smithi079 bash[24931]: audit 2023-12-21T04:49:29.580766+0000 mon.smithi079 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:49:31.485 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-21T04:49:32.115 INFO:teuthology.orchestra.run.smithi079.stderr:Deploying grafana service with default placement... 2023-12-21T04:49:32.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:32 smithi079 bash[24931]: audit 2023-12-21T04:49:31.338204+0000 mon.smithi079 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:49:32.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:32 smithi079 bash[24931]: audit 2023-12-21T04:49:31.479539+0000 mgr.smithi079.gpuwcc (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:32.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:32 smithi079 bash[24931]: cephadm 2023-12-21T04:49:31.481183+0000 mgr.smithi079.gpuwcc (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-21T04:49:32.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:32 smithi079 bash[24931]: audit 2023-12-21T04:49:31.484618+0000 mon.smithi079 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:49:32.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:32 smithi079 bash[24931]: cluster 2023-12-21T04:49:31.514063+0000 mgr.smithi079.gpuwcc (mgr.14116) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:49:33.372 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-21T04:49:33.982 INFO:teuthology.orchestra.run.smithi079.stderr:Deploying node-exporter service with default placement... 2023-12-21T04:49:34.653 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:34 smithi079 bash[24931]: audit 2023-12-21T04:49:33.365106+0000 mgr.smithi079.gpuwcc (mgr.14116) 20 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:34.653 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:34 smithi079 bash[24931]: cephadm 2023-12-21T04:49:33.366880+0000 mgr.smithi079.gpuwcc (mgr.14116) 21 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-21T04:49:34.654 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:34 smithi079 bash[24931]: audit 2023-12-21T04:49:33.371434+0000 mon.smithi079 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:49:34.654 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:34 smithi079 bash[24931]: cluster 2023-12-21T04:49:33.514510+0000 mgr.smithi079.gpuwcc (mgr.14116) 22 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:49:35.241 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-21T04:49:35.845 INFO:teuthology.orchestra.run.smithi079.stderr:Deploying alertmanager service with default placement... 2023-12-21T04:49:36.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:36 smithi079 bash[24931]: audit 2023-12-21T04:49:35.233600+0000 mgr.smithi079.gpuwcc (mgr.14116) 23 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:36.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:36 smithi079 bash[24931]: cephadm 2023-12-21T04:49:35.235780+0000 mgr.smithi079.gpuwcc (mgr.14116) 24 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-21T04:49:36.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:36 smithi079 bash[24931]: audit 2023-12-21T04:49:35.240131+0000 mon.smithi079 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:49:36.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:36 smithi079 bash[24931]: cluster 2023-12-21T04:49:35.514920+0000 mgr.smithi079.gpuwcc (mgr.14116) 25 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:49:37.677 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-21T04:49:38.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:38 smithi079 bash[24931]: cluster 2023-12-21T04:49:37.515303+0000 mgr.smithi079.gpuwcc (mgr.14116) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:49:38.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:38 smithi079 bash[24931]: audit 2023-12-21T04:49:37.670533+0000 mgr.smithi079.gpuwcc (mgr.14116) 27 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:38.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:38 smithi079 bash[24931]: cephadm 2023-12-21T04:49:37.672734+0000 mgr.smithi079.gpuwcc (mgr.14116) 28 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-12-21T04:49:38.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:38 smithi079 bash[24931]: audit 2023-12-21T04:49:37.677035+0000 mon.smithi079 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.79:0/1720818634' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:49:40.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:40 smithi079 bash[24931]: cluster 2023-12-21T04:49:39.515699+0000 mgr.smithi079.gpuwcc (mgr.14116) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:49:40.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:40 smithi079 bash[24931]: audit 2023-12-21T04:49:39.644750+0000 mon.smithi079 (mon.0) 65 : audit [INF] from='client.? 172.21.15.79:0/2269537240' entity='client.admin' 2023-12-21T04:49:42.226 INFO:teuthology.orchestra.run.smithi079.stderr:Enabling the dashboard module... 2023-12-21T04:49:42.925 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:42 smithi079 bash[24931]: cluster 2023-12-21T04:49:41.516125+0000 mgr.smithi079.gpuwcc (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:49:42.926 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:42 smithi079 bash[24931]: audit 2023-12-21T04:49:41.589534+0000 mon.smithi079 (mon.0) 66 : audit [INF] from='client.? 172.21.15.79:0/508911497' entity='client.admin' 2023-12-21T04:49:43.915 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:43 smithi079 bash[24931]: audit 2023-12-21T04:49:43.559066+0000 mon.smithi079 (mon.0) 67 : audit [INF] from='client.? 172.21.15.79:0/2312580826' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-21T04:49:44.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:44 smithi079 bash[24931]: audit 2023-12-21T04:49:43.597141+0000 mon.smithi079 (mon.0) 68 : audit [INF] from='client.? 172.21.15.79:0/2312580826' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-21T04:49:44.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:44 smithi079 bash[24931]: cluster 2023-12-21T04:49:43.597197+0000 mon.smithi079 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi079.gpuwcc(active, since 32s) 2023-12-21T04:49:45.704 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: { 2023-12-21T04:49:45.704 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-21T04:49:45.704 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "available": true, 2023-12-21T04:49:45.704 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "active_name": "smithi079.gpuwcc", 2023-12-21T04:49:45.704 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-21T04:49:45.704 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: } 2023-12-21T04:49:46.320 INFO:teuthology.orchestra.run.smithi079.stderr:Waiting for the mgr to restart... 2023-12-21T04:49:46.320 INFO:teuthology.orchestra.run.smithi079.stderr:Waiting for mgr epoch 9... 2023-12-21T04:49:46.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:46 smithi079 bash[24931]: audit 2023-12-21T04:49:45.703362+0000 mon.smithi079 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.79:0/2143613637' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-21T04:49:50.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:50 smithi079 bash[24931]: cluster 2023-12-21T04:49:50.302021+0000 mon.smithi079 (mon.0) 71 : cluster [INF] Active manager daemon smithi079.gpuwcc restarted 2023-12-21T04:49:50.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:50 smithi079 bash[24931]: cluster 2023-12-21T04:49:50.302456+0000 mon.smithi079 (mon.0) 72 : cluster [INF] Activating manager daemon smithi079.gpuwcc 2023-12-21T04:49:50.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:50 smithi079 bash[24931]: cluster 2023-12-21T04:49:50.310593+0000 mon.smithi079 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-21T04:49:50.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:50 smithi079 bash[24931]: cluster 2023-12-21T04:49:50.310823+0000 mon.smithi079 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi079.gpuwcc(active, starting, since 0.00854029s) 2023-12-21T04:49:50.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:50 smithi079 bash[24931]: audit 2023-12-21T04:49:50.312112+0000 mon.smithi079 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-12-21T04:49:50.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:50 smithi079 bash[24931]: audit 2023-12-21T04:49:50.313239+0000 mon.smithi079 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mgr metadata", "who": "smithi079.gpuwcc", "id": "smithi079.gpuwcc"}]: dispatch 2023-12-21T04:49:50.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:50 smithi079 bash[24931]: audit 2023-12-21T04:49:50.314319+0000 mon.smithi079 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T04:49:50.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:50 smithi079 bash[24931]: audit 2023-12-21T04:49:50.314519+0000 mon.smithi079 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T04:49:50.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:50 smithi079 bash[24931]: audit 2023-12-21T04:49:50.314691+0000 mon.smithi079 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T04:49:50.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:50 smithi079 bash[24931]: cluster 2023-12-21T04:49:50.339161+0000 mon.smithi079 (mon.0) 80 : cluster [INF] Manager daemon smithi079.gpuwcc is now available 2023-12-21T04:49:51.329 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: { 2023-12-21T04:49:51.330 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-21T04:49:51.330 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: "initialized": true 2023-12-21T04:49:51.330 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: } 2023-12-21T04:49:51.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:51 smithi079 bash[24931]: audit 2023-12-21T04:49:50.484589+0000 mon.smithi079 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:49:51.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:51 smithi079 bash[24931]: audit 2023-12-21T04:49:50.487483+0000 mon.smithi079 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:49:51.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:51 smithi079 bash[24931]: audit 2023-12-21T04:49:50.528747+0000 mon.smithi079 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.gpuwcc/mirror_snapshot_schedule"}]: dispatch 2023-12-21T04:49:51.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:51 smithi079 bash[24931]: audit 2023-12-21T04:49:50.533803+0000 mon.smithi079 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.gpuwcc/trash_purge_schedule"}]: dispatch 2023-12-21T04:49:51.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:51 smithi079 bash[24931]: cluster 2023-12-21T04:49:51.311417+0000 mon.smithi079 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi079.gpuwcc(active, since 1.00914s) 2023-12-21T04:49:52.051 INFO:teuthology.orchestra.run.smithi079.stderr:mgr epoch 9 is available 2023-12-21T04:49:52.052 INFO:teuthology.orchestra.run.smithi079.stderr:Generating a dashboard self-signed certificate... 2023-12-21T04:49:52.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:52 smithi079 bash[24931]: audit 2023-12-21T04:49:51.311781+0000 mgr.smithi079.gpuwcc (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-21T04:49:52.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:52 smithi079 bash[24931]: audit 2023-12-21T04:49:51.328743+0000 mgr.smithi079.gpuwcc (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-21T04:49:53.400 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-21T04:49:53.644 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:53 smithi079 bash[24931]: cluster 2023-12-21T04:49:52.364098+0000 mon.smithi079 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi079.gpuwcc(active, since 2s) 2023-12-21T04:49:54.086 INFO:teuthology.orchestra.run.smithi079.stderr:Creating initial admin user... 2023-12-21T04:49:54.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:54 smithi079 bash[24931]: audit 2023-12-21T04:49:53.342441+0000 mgr.smithi079.gpuwcc (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:54.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:54 smithi079 bash[24931]: audit 2023-12-21T04:49:53.396573+0000 mon.smithi079 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:49:54.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:54 smithi079 bash[24931]: audit 2023-12-21T04:49:53.399637+0000 mon.smithi079 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:49:55.711 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$Qt3bV/arL4Y5bUThhhdmGey7LyHZ1R5AtwmzTU6L9rk6pCG6fbUsu", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1703134195, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-21T04:49:55.970 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:55 smithi079 bash[24931]: audit 2023-12-21T04:49:55.469508+0000 mgr.smithi079.gpuwcc (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:56.381 INFO:teuthology.orchestra.run.smithi079.stderr:Fetching dashboard port number... 2023-12-21T04:49:56.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:56 smithi079 bash[24931]: audit 2023-12-21T04:49:55.710121+0000 mon.smithi079 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:49:57.696 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: 8443 2023-12-21T04:49:57.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:57 smithi079 bash[24931]: cluster 2023-12-21T04:49:56.714806+0000 mon.smithi079 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi079.gpuwcc(active, since 6s) 2023-12-21T04:49:57.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:57 smithi079 bash[24931]: audit 2023-12-21T04:49:57.347045+0000 mon.smithi079 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:49:57.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:49:57 smithi079 bash[24931]: audit 2023-12-21T04:49:57.695619+0000 mon.smithi079 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.79:0/810365476' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-21T04:49:58.347 INFO:teuthology.orchestra.run.smithi079.stderr:firewalld does not appear to be present 2023-12-21T04:49:58.347 INFO:teuthology.orchestra.run.smithi079.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-21T04:49:58.351 INFO:teuthology.orchestra.run.smithi079.stderr:Ceph Dashboard is now available at: 2023-12-21T04:49:58.351 INFO:teuthology.orchestra.run.smithi079.stderr: 2023-12-21T04:49:58.351 INFO:teuthology.orchestra.run.smithi079.stderr: URL: https://smithi079.front.sepia.ceph.com:8443/ 2023-12-21T04:49:58.351 INFO:teuthology.orchestra.run.smithi079.stderr: User: admin 2023-12-21T04:49:58.351 INFO:teuthology.orchestra.run.smithi079.stderr: Password: 3vq6frzt4h 2023-12-21T04:49:58.351 INFO:teuthology.orchestra.run.smithi079.stderr: 2023-12-21T04:49:58.351 INFO:teuthology.orchestra.run.smithi079.stderr:Enabling autotune for osd_memory_target 2023-12-21T04:50:01.837 INFO:teuthology.orchestra.run.smithi079.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-21T04:50:02.845 INFO:teuthology.orchestra.run.smithi079.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-21T04:50:02.846 INFO:teuthology.orchestra.run.smithi079.stderr: 2023-12-21T04:50:02.846 INFO:teuthology.orchestra.run.smithi079.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-21T04:50:02.846 INFO:teuthology.orchestra.run.smithi079.stderr: 2023-12-21T04:50:02.846 INFO:teuthology.orchestra.run.smithi079.stderr:Or, if you are only running a single cluster on this host: 2023-12-21T04:50:02.846 INFO:teuthology.orchestra.run.smithi079.stderr: 2023-12-21T04:50:02.846 INFO:teuthology.orchestra.run.smithi079.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-21T04:50:02.847 INFO:teuthology.orchestra.run.smithi079.stderr: 2023-12-21T04:50:02.847 INFO:teuthology.orchestra.run.smithi079.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-21T04:50:02.847 INFO:teuthology.orchestra.run.smithi079.stderr: 2023-12-21T04:50:02.847 INFO:teuthology.orchestra.run.smithi079.stderr: ceph telemetry on 2023-12-21T04:50:02.847 INFO:teuthology.orchestra.run.smithi079.stderr: 2023-12-21T04:50:02.847 INFO:teuthology.orchestra.run.smithi079.stderr:For more information see: 2023-12-21T04:50:02.847 INFO:teuthology.orchestra.run.smithi079.stderr: 2023-12-21T04:50:02.847 INFO:teuthology.orchestra.run.smithi079.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-12-21T04:50:02.847 INFO:teuthology.orchestra.run.smithi079.stderr: 2023-12-21T04:50:02.847 INFO:teuthology.orchestra.run.smithi079.stderr:Bootstrap complete. 2023-12-21T04:50:02.883 INFO:tasks.cephadm:Fetching config... 2023-12-21T04:50:02.883 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-21T04:50:02.883 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-21T04:50:02.888 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-21T04:50:02.889 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-21T04:50:02.889 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-21T04:50:02.941 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-21T04:50:02.941 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-21T04:50:02.941 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/mon.smithi079/keyring of=/dev/stdout 2023-12-21T04:50:03.001 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-21T04:50:03.001 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-21T04:50:03.002 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-21T04:50:03.014 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:02 smithi079 bash[24931]: audit 2023-12-21T04:50:01.833674+0000 mon.smithi079 (mon.0) 93 : audit [INF] from='client.? 172.21.15.79:0/3923746430' entity='client.admin' 2023-12-21T04:50:03.021 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-21T04:50:03.021 DEBUG:teuthology.orchestra.run.smithi079:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlll5n5JztETDwzzSec3ujsgoITeYmCI28pyfQV13llF8NcqxAO8+n0OzHLp86saxEYuG3nmj6aWy/7RH+6lQI/NTcZLsiM/EU8Vcl+kn+u2A1g/QWLMHH+El1IvXTTPAHDCD7gqM+i39nYnIqbGY3z/EyiFEUt4QZWp8NFv6h5EOWtZafiIWaXAMlD+46nI9yAGRqToKudgo7PTmNVQ/pL/f8nLFE12t6o/x/fOHg9KUCF9fm915CeBh7edYImeAo/bGhlnIGLeWHHUZylm9oD/CEsgcS6E+Ke5GSJucVd5tlxz3PyZUIlATgmNNE8qfjwB2IJVa9newOsiOxuyzrdcvWn3q/zk8QNBPEC1R9shn3okKLNPmdt6eGPB6+2UvQiX5sgEPeFPIAfCjBsUl9bBrHR08TvEmA3JeFZmq0vXZnf3muyngKahyeUjDbGer9X+qYjclLaSmSZW0BvCHahiuGjz8Nv9uDn1yeEpJfgsQK0xm9V+7qYyNodBAQl0s= ceph-19206218-9fbc-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-21T04:50:03.084 INFO:teuthology.orchestra.run.smithi079.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlll5n5JztETDwzzSec3ujsgoITeYmCI28pyfQV13llF8NcqxAO8+n0OzHLp86saxEYuG3nmj6aWy/7RH+6lQI/NTcZLsiM/EU8Vcl+kn+u2A1g/QWLMHH+El1IvXTTPAHDCD7gqM+i39nYnIqbGY3z/EyiFEUt4QZWp8NFv6h5EOWtZafiIWaXAMlD+46nI9yAGRqToKudgo7PTmNVQ/pL/f8nLFE12t6o/x/fOHg9KUCF9fm915CeBh7edYImeAo/bGhlnIGLeWHHUZylm9oD/CEsgcS6E+Ke5GSJucVd5tlxz3PyZUIlATgmNNE8qfjwB2IJVa9newOsiOxuyzrdcvWn3q/zk8QNBPEC1R9shn3okKLNPmdt6eGPB6+2UvQiX5sgEPeFPIAfCjBsUl9bBrHR08TvEmA3JeFZmq0vXZnf3muyngKahyeUjDbGer9X+qYjclLaSmSZW0BvCHahiuGjz8Nv9uDn1yeEpJfgsQK0xm9V+7qYyNodBAQl0s= ceph-19206218-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:50:03.091 DEBUG:teuthology.orchestra.run.smithi156:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlll5n5JztETDwzzSec3ujsgoITeYmCI28pyfQV13llF8NcqxAO8+n0OzHLp86saxEYuG3nmj6aWy/7RH+6lQI/NTcZLsiM/EU8Vcl+kn+u2A1g/QWLMHH+El1IvXTTPAHDCD7gqM+i39nYnIqbGY3z/EyiFEUt4QZWp8NFv6h5EOWtZafiIWaXAMlD+46nI9yAGRqToKudgo7PTmNVQ/pL/f8nLFE12t6o/x/fOHg9KUCF9fm915CeBh7edYImeAo/bGhlnIGLeWHHUZylm9oD/CEsgcS6E+Ke5GSJucVd5tlxz3PyZUIlATgmNNE8qfjwB2IJVa9newOsiOxuyzrdcvWn3q/zk8QNBPEC1R9shn3okKLNPmdt6eGPB6+2UvQiX5sgEPeFPIAfCjBsUl9bBrHR08TvEmA3JeFZmq0vXZnf3muyngKahyeUjDbGer9X+qYjclLaSmSZW0BvCHahiuGjz8Nv9uDn1yeEpJfgsQK0xm9V+7qYyNodBAQl0s= ceph-19206218-9fbc-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-21T04:50:03.115 INFO:teuthology.orchestra.run.smithi156.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlll5n5JztETDwzzSec3ujsgoITeYmCI28pyfQV13llF8NcqxAO8+n0OzHLp86saxEYuG3nmj6aWy/7RH+6lQI/NTcZLsiM/EU8Vcl+kn+u2A1g/QWLMHH+El1IvXTTPAHDCD7gqM+i39nYnIqbGY3z/EyiFEUt4QZWp8NFv6h5EOWtZafiIWaXAMlD+46nI9yAGRqToKudgo7PTmNVQ/pL/f8nLFE12t6o/x/fOHg9KUCF9fm915CeBh7edYImeAo/bGhlnIGLeWHHUZylm9oD/CEsgcS6E+Ke5GSJucVd5tlxz3PyZUIlATgmNNE8qfjwB2IJVa9newOsiOxuyzrdcvWn3q/zk8QNBPEC1R9shn3okKLNPmdt6eGPB6+2UvQiX5sgEPeFPIAfCjBsUl9bBrHR08TvEmA3JeFZmq0vXZnf3muyngKahyeUjDbGer9X+qYjclLaSmSZW0BvCHahiuGjz8Nv9uDn1yeEpJfgsQK0xm9V+7qYyNodBAQl0s= ceph-19206218-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:50:03.125 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-21T04:50:08.062 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-21T04:50:08.063 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-21T04:50:08.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:08 smithi079 bash[24931]: audit 2023-12-21T04:50:07.095917+0000 mon.smithi079 (mon.0) 94 : audit [INF] from='client.? 172.21.15.79:0/2125140449' entity='client.admin' 2023-12-21T04:50:11.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:11 smithi079 bash[24931]: cluster 2023-12-21T04:50:10.315908+0000 mgr.smithi079.gpuwcc (mgr.14156) 5 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:50:11.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:11 smithi079 bash[24931]: audit 2023-12-21T04:50:10.746148+0000 mon.smithi079 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:50:11.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:11 smithi079 bash[24931]: audit 2023-12-21T04:50:11.039662+0000 mon.smithi079 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:50:11.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:11 smithi079 bash[24931]: audit 2023-12-21T04:50:11.044596+0000 mon.smithi079 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:50:11.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:11 smithi079 bash[24931]: audit 2023-12-21T04:50:11.180729+0000 mon.smithi079 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:50:12.023 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi156 2023-12-21T04:50:12.023 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-21T04:50:12.023 DEBUG:teuthology.orchestra.run.smithi156:> dd of=/etc/ceph/ceph.conf 2023-12-21T04:50:12.031 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-21T04:50:12.031 DEBUG:teuthology.orchestra.run.smithi156:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-21T04:50:12.078 INFO:tasks.cephadm:Adding host smithi156 to orchestrator... 2023-12-21T04:50:12.079 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch host add smithi156 2023-12-21T04:50:12.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:12 smithi079 bash[24931]: cephadm 2023-12-21T04:50:11.060402+0000 mgr.smithi079.gpuwcc (mgr.14156) 6 : cephadm [INF] Deploying daemon alertmanager.smithi079 on smithi079 2023-12-21T04:50:12.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:12 smithi079 bash[24931]: audit 2023-12-21T04:50:11.177213+0000 mgr.smithi079.gpuwcc (mgr.14156) 7 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:50:13.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:13 smithi079 bash[24931]: cluster 2023-12-21T04:50:12.316303+0000 mgr.smithi079.gpuwcc (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:50:15.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:15 smithi079 bash[24931]: cluster 2023-12-21T04:50:14.316865+0000 mgr.smithi079.gpuwcc (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:50:16.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:16 smithi079 bash[24931]: cluster 2023-12-21T04:50:16.317333+0000 mgr.smithi079.gpuwcc (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:50:19.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:19 smithi079 bash[24931]: cluster 2023-12-21T04:50:18.317780+0000 mgr.smithi079.gpuwcc (mgr.14156) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:50:19.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:19 smithi079 bash[24931]: audit 2023-12-21T04:50:18.602676+0000 mon.smithi079 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:50:19.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:19 smithi079 bash[24931]: audit 2023-12-21T04:50:18.606067+0000 mon.smithi079 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T04:50:19.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:19 smithi079 bash[24931]: audit 2023-12-21T04:50:18.609636+0000 mon.smithi079 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-21T04:50:19.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:19 smithi079 bash[24931]: audit 2023-12-21T04:50:18.610861+0000 mon.smithi079 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:50:19.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:19 smithi079 bash[24931]: cephadm 2023-12-21T04:50:18.611814+0000 mgr.smithi079.gpuwcc (mgr.14156) 12 : cephadm [INF] Deploying daemon crash.smithi079 on smithi079 2023-12-21T04:50:21.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:21 smithi079 bash[24931]: cluster 2023-12-21T04:50:20.318281+0000 mgr.smithi079.gpuwcc (mgr.14156) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:50:21.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:21 smithi079 bash[24931]: audit 2023-12-21T04:50:20.532304+0000 mon.smithi079 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:50:21.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:21 smithi079 bash[24931]: audit 2023-12-21T04:50:21.369019+0000 mon.smithi079 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:50:22.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:22 smithi079 bash[24931]: audit 2023-12-21T04:50:21.553416+0000 mon.smithi079 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:50:22.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:22 smithi079 bash[24931]: audit 2023-12-21T04:50:21.555434+0000 mon.smithi079 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:50:22.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:22 smithi079 bash[24931]: audit 2023-12-21T04:50:21.558019+0000 mon.smithi079 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-21T04:50:22.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:22 smithi079 bash[24931]: audit 2023-12-21T04:50:21.558443+0000 mgr.smithi079.gpuwcc (mgr.14156) 14 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-21T04:50:22.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:22 smithi079 bash[24931]: audit 2023-12-21T04:50:21.561102+0000 mon.smithi079 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:50:22.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:22 smithi079 bash[24931]: cephadm 2023-12-21T04:50:21.575892+0000 mgr.smithi079.gpuwcc (mgr.14156) 15 : cephadm [INF] Deploying daemon grafana.smithi079 on smithi079 2023-12-21T04:50:23.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:23 smithi079 bash[24931]: cluster 2023-12-21T04:50:22.318743+0000 mgr.smithi079.gpuwcc (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:50:25.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:25 smithi079 bash[24931]: cluster 2023-12-21T04:50:24.319205+0000 mgr.smithi079.gpuwcc (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:50:25.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:25 smithi079 bash[24931]: audit 2023-12-21T04:50:25.537967+0000 mon.smithi079 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:50:26.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:26 smithi079 bash[24931]: cluster 2023-12-21T04:50:26.319625+0000 mgr.smithi079.gpuwcc (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:50:29.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:29 smithi079 bash[24931]: cluster 2023-12-21T04:50:28.320019+0000 mgr.smithi079.gpuwcc (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:50:31.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:31 smithi079 bash[24931]: cluster 2023-12-21T04:50:30.320317+0000 mgr.smithi079.gpuwcc (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:50:33.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:33 smithi079 bash[24931]: cluster 2023-12-21T04:50:32.320710+0000 mgr.smithi079.gpuwcc (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:50:35.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:35 smithi079 bash[24931]: cluster 2023-12-21T04:50:34.321088+0000 mgr.smithi079.gpuwcc (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:50:36.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:36 smithi079 bash[24931]: cluster 2023-12-21T04:50:36.321482+0000 mgr.smithi079.gpuwcc (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:50:39.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:39 smithi079 bash[24931]: cluster 2023-12-21T04:50:38.321925+0000 mgr.smithi079.gpuwcc (mgr.14156) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:50:41.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:41 smithi079 bash[24931]: cluster 2023-12-21T04:50:40.322409+0000 mgr.smithi079.gpuwcc (mgr.14156) 25 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:50:41.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:41 smithi079 bash[24931]: audit 2023-12-21T04:50:41.270153+0000 mon.smithi079 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:50:42.591 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:42 smithi079 bash[24931]: cephadm 2023-12-21T04:50:41.274731+0000 mgr.smithi079.gpuwcc (mgr.14156) 26 : cephadm [INF] Deploying daemon node-exporter.smithi079 on smithi079 2023-12-21T04:50:42.591 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:42 smithi079 bash[24931]: audit 2023-12-21T04:50:41.973621+0000 mon.smithi079 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:50:42.591 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:42 smithi079 bash[24931]: audit 2023-12-21T04:50:41.976721+0000 mon.smithi079 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-21T04:50:43.660 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:43 smithi079 bash[24931]: cluster 2023-12-21T04:50:42.322748+0000 mgr.smithi079.gpuwcc (mgr.14156) 27 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:50:43.661 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:43 smithi079 bash[24931]: audit 2023-12-21T04:50:42.979950+0000 mon.smithi079 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.79:0/1715170649' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-21T04:50:43.661 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:43 smithi079 bash[24931]: cluster 2023-12-21T04:50:42.980010+0000 mon.smithi079 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi079.gpuwcc(active, since 52s) 2023-12-21T04:50:49.774 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:49 smithi079 bash[24931]: cluster 2023-12-21T04:50:49.605343+0000 mon.smithi079 (mon.0) 115 : cluster [INF] Active manager daemon smithi079.gpuwcc restarted 2023-12-21T04:50:49.774 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:49 smithi079 bash[24931]: cluster 2023-12-21T04:50:49.605790+0000 mon.smithi079 (mon.0) 116 : cluster [INF] Activating manager daemon smithi079.gpuwcc 2023-12-21T04:50:49.774 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:49 smithi079 bash[24931]: cluster 2023-12-21T04:50:49.614082+0000 mon.smithi079 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-21T04:50:49.774 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:49 smithi079 bash[24931]: cluster 2023-12-21T04:50:49.614185+0000 mon.smithi079 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi079.gpuwcc(active, starting, since 0.00857263s) 2023-12-21T04:50:49.774 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:49 smithi079 bash[24931]: audit 2023-12-21T04:50:49.615609+0000 mon.smithi079 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-12-21T04:50:49.774 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:49 smithi079 bash[24931]: audit 2023-12-21T04:50:49.616871+0000 mon.smithi079 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mgr metadata", "who": "smithi079.gpuwcc", "id": "smithi079.gpuwcc"}]: dispatch 2023-12-21T04:50:49.774 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:49 smithi079 bash[24931]: audit 2023-12-21T04:50:49.617854+0000 mon.smithi079 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T04:50:49.774 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:49 smithi079 bash[24931]: audit 2023-12-21T04:50:49.618083+0000 mon.smithi079 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T04:50:49.775 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:49 smithi079 bash[24931]: audit 2023-12-21T04:50:49.618294+0000 mon.smithi079 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T04:50:49.775 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:49 smithi079 bash[24931]: cluster 2023-12-21T04:50:49.621388+0000 mon.smithi079 (mon.0) 124 : cluster [INF] Manager daemon smithi079.gpuwcc is now available 2023-12-21T04:50:50.851 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:50 smithi079 bash[24931]: audit 2023-12-21T04:50:49.755274+0000 mon.smithi079 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:50:50.851 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:50 smithi079 bash[24931]: audit 2023-12-21T04:50:49.761482+0000 mon.smithi079 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:50:50.851 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:50 smithi079 bash[24931]: audit 2023-12-21T04:50:49.784275+0000 mon.smithi079 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:50:50.851 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:50 smithi079 bash[24931]: audit 2023-12-21T04:50:49.810884+0000 mon.smithi079 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.gpuwcc/mirror_snapshot_schedule"}]: dispatch 2023-12-21T04:50:50.851 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:50 smithi079 bash[24931]: audit 2023-12-21T04:50:49.815535+0000 mon.smithi079 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.gpuwcc/trash_purge_schedule"}]: dispatch 2023-12-21T04:50:50.851 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:50 smithi079 bash[24931]: cluster 2023-12-21T04:50:50.615478+0000 mon.smithi079 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi079.gpuwcc(active, since 1.00985s) 2023-12-21T04:50:52.930 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:52 smithi079 bash[24931]: cluster 2023-12-21T04:50:51.687763+0000 mon.smithi079 (mon.0) 131 : cluster [DBG] mgrmap e17: smithi079.gpuwcc(active, since 2s) 2023-12-21T04:50:56.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:56 smithi079 bash[24931]: audit 2023-12-21T04:50:55.551866+0000 mon.smithi079 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:50:56.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:56 smithi079 bash[24931]: audit 2023-12-21T04:50:55.816634+0000 mon.smithi079 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:50:56.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:56 smithi079 bash[24931]: audit 2023-12-21T04:50:55.818241+0000 mon.smithi079 (mon.0) 134 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:50:56.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:56 smithi079 bash[24931]: audit 2023-12-21T04:50:55.819521+0000 mon.smithi079 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:50:56.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:56 smithi079 bash[24931]: cephadm 2023-12-21T04:50:55.821772+0000 mgr.smithi079.gpuwcc (mgr.14180) 1 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-12-21T04:50:56.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:56 smithi079 bash[24931]: cephadm 2023-12-21T04:50:55.842776+0000 mgr.smithi079.gpuwcc (mgr.14180) 2 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-12-21T04:50:56.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:56 smithi079 bash[24931]: audit 2023-12-21T04:50:55.873138+0000 mon.smithi079 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:50:56.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:56 smithi079 bash[24931]: audit 2023-12-21T04:50:55.879090+0000 mon.smithi079 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:50:56.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:56 smithi079 bash[24931]: cephadm 2023-12-21T04:50:55.896937+0000 mgr.smithi079.gpuwcc (mgr.14180) 3 : cephadm [INF] Deploying daemon prometheus.smithi079 on smithi079 2023-12-21T04:50:59.460 INFO:teuthology.orchestra.run.smithi156.stdout:Added host 'smithi156' with addr '172.21.15.156' 2023-12-21T04:50:59.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:50:59 smithi079 bash[24931]: audit 2023-12-21T04:50:58.606656+0000 mgr.smithi079.gpuwcc (mgr.14180) 4 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi156", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:51:00.147 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-21T04:51:00.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:00 smithi079 bash[24931]: audit 2023-12-21T04:50:59.459363+0000 mon.smithi079 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:00.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:00 smithi079 bash[24931]: cephadm 2023-12-21T04:50:59.460101+0000 mgr.smithi079.gpuwcc (mgr.14180) 5 : cephadm [INF] Added host smithi156 2023-12-21T04:51:02.846 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-21T04:51:02.846 INFO:teuthology.orchestra.run.smithi156.stdout:[{"addr": "172.21.15.79", "hostname": "smithi079", "labels": [], "status": ""}, {"addr": "172.21.15.156", "hostname": "smithi156", "labels": [], "status": ""}] 2023-12-21T04:51:03.448 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-21T04:51:03.449 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-21T04:51:03.462 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:03 smithi079 bash[24931]: audit 2023-12-21T04:51:02.845516+0000 mgr.smithi079.gpuwcc (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:51:07.798 INFO:teuthology.orchestra.run.smithi079.stderr:adjusted tunables profile to default 2023-12-21T04:51:07.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:07 smithi079 bash[24931]: audit 2023-12-21T04:51:07.738757+0000 mon.smithi079 (mon.0) 139 : audit [INF] from='client.? 172.21.15.79:0/2106017182' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-21T04:51:08.767 INFO:tasks.cephadm:Adding mon.smithi079 on smithi079 2023-12-21T04:51:08.767 INFO:tasks.cephadm:Adding mon.smithi156 on smithi156 2023-12-21T04:51:08.767 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch apply mon '2;smithi079:172.21.15.79=smithi079;smithi156:172.21.15.156=smithi156' 2023-12-21T04:51:08.971 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:08 smithi079 bash[24931]: audit 2023-12-21T04:51:07.793617+0000 mon.smithi079 (mon.0) 140 : audit [INF] from='client.? 172.21.15.79:0/2106017182' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-21T04:51:08.972 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:08 smithi079 bash[24931]: cluster 2023-12-21T04:51:07.793728+0000 mon.smithi079 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-21T04:51:10.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:09 smithi079 bash[24931]: audit 2023-12-21T04:51:08.992182+0000 mon.smithi079 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:10.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:09 smithi079 bash[24931]: audit 2023-12-21T04:51:08.994290+0000 mon.smithi079 (mon.0) 143 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:51:10.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:09 smithi079 bash[24931]: audit 2023-12-21T04:51:09.476102+0000 mon.smithi079 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:10.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:09 smithi079 bash[24931]: audit 2023-12-21T04:51:09.788271+0000 mon.smithi079 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:11.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:10 smithi079 bash[24931]: cluster 2023-12-21T04:51:09.619655+0000 mgr.smithi079.gpuwcc (mgr.14180) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:11.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:10 smithi079 bash[24931]: audit 2023-12-21T04:51:10.987912+0000 mon.smithi079 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:11.559 INFO:teuthology.orchestra.run.smithi156.stdout:Scheduled mon update... 2023-12-21T04:51:12.116 DEBUG:teuthology.orchestra.run.smithi156:mon.smithi156> sudo journalctl -f -n 0 -u ceph-19206218-9fbc-11ee-95a5-87774f69a715@mon.smithi156.service 2023-12-21T04:51:12.118 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:51:12.119 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:51:12.378 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-21T04:51:12.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:12 smithi079 bash[24931]: audit 2023-12-21T04:51:11.547175+0000 mgr.smithi079.gpuwcc (mgr.14180) 8 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi079:172.21.15.79=smithi079;smithi156:172.21.15.156=smithi156", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:51:12.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:12 smithi079 bash[24931]: cephadm 2023-12-21T04:51:11.553459+0000 mgr.smithi079.gpuwcc (mgr.14180) 9 : cephadm [INF] Saving service mon spec with placement smithi079:172.21.15.79=smithi079;smithi156:172.21.15.156=smithi156;count:2 2023-12-21T04:51:12.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:12 smithi079 bash[24931]: audit 2023-12-21T04:51:11.558844+0000 mon.smithi079 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:12.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:12 smithi079 bash[24931]: cluster 2023-12-21T04:51:11.620051+0000 mgr.smithi079.gpuwcc (mgr.14180) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:14.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:14 smithi079 bash[24931]: cluster 2023-12-21T04:51:13.620543+0000 mgr.smithi079.gpuwcc (mgr.14180) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:15.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:15 smithi079 bash[24931]: audit 2023-12-21T04:51:14.721352+0000 mon.smithi079 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:16.023 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-21T04:51:16.024 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"19206218-9fbc-11ee-95a5-87774f69a715","modified":"2023-12-21T04:48:40.471794Z","created":"2023-12-21T04:48:40.471794Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi079","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:51:16.028 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2023-12-21T04:51:16.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:16 smithi079 bash[24931]: cluster 2023-12-21T04:51:15.620919+0000 mgr.smithi079.gpuwcc (mgr.14180) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:16.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:16 smithi079 bash[24931]: audit 2023-12-21T04:51:16.023631+0000 mon.smithi079 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.156:0/1715859842' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:51:17.627 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:51:17.627 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:51:18.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:18 smithi079 bash[24931]: audit 2023-12-21T04:51:17.354979+0000 mon.smithi079 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:18.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:18 smithi079 bash[24931]: cluster 2023-12-21T04:51:17.621421+0000 mgr.smithi079.gpuwcc (mgr.14180) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:18.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:18 smithi079 bash[24931]: audit 2023-12-21T04:51:17.671579+0000 mon.smithi079 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:18.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:18 smithi079 bash[24931]: audit 2023-12-21T04:51:17.672852+0000 mon.smithi079 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi156", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:51:18.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:18 smithi079 bash[24931]: audit 2023-12-21T04:51:17.674372+0000 mon.smithi079 (mon.0) 153 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:51:18.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:18 smithi079 bash[24931]: audit 2023-12-21T04:51:17.675457+0000 mon.smithi079 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:51:18.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:18 smithi079 bash[24931]: cephadm 2023-12-21T04:51:17.677333+0000 mgr.smithi079.gpuwcc (mgr.14180) 14 : cephadm [INF] Updating smithi156:/etc/ceph/ceph.conf 2023-12-21T04:51:18.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:18 smithi079 bash[24931]: cephadm 2023-12-21T04:51:17.702559+0000 mgr.smithi079.gpuwcc (mgr.14180) 15 : cephadm [INF] Updating smithi156:/etc/ceph/ceph.client.admin.keyring 2023-12-21T04:51:18.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:18 smithi079 bash[24931]: audit 2023-12-21T04:51:17.733905+0000 mon.smithi079 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:18.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:18 smithi079 bash[24931]: audit 2023-12-21T04:51:17.739581+0000 mon.smithi079 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:18.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:18 smithi079 bash[24931]: audit 2023-12-21T04:51:17.741907+0000 mon.smithi079 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi156", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T04:51:18.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:18 smithi079 bash[24931]: audit 2023-12-21T04:51:17.744496+0000 mon.smithi079 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi156", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-21T04:51:18.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:18 smithi079 bash[24931]: audit 2023-12-21T04:51:17.745787+0000 mon.smithi079 (mon.0) 159 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:51:18.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:18 smithi079 bash[24931]: cephadm 2023-12-21T04:51:17.746945+0000 mgr.smithi079.gpuwcc (mgr.14180) 16 : cephadm [INF] Deploying daemon crash.smithi156 on smithi156 2023-12-21T04:51:20.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:20 smithi079 bash[24931]: cluster 2023-12-21T04:51:19.621905+0000 mgr.smithi079.gpuwcc (mgr.14180) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:21.360 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-21T04:51:21.360 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"19206218-9fbc-11ee-95a5-87774f69a715","modified":"2023-12-21T04:48:40.471794Z","created":"2023-12-21T04:48:40.471794Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi079","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:51:21.363 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2023-12-21T04:51:22.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:22 smithi079 bash[24931]: audit 2023-12-21T04:51:21.046929+0000 mon.smithi079 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:22.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:22 smithi079 bash[24931]: audit 2023-12-21T04:51:21.051855+0000 mon.smithi079 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi156.purgrq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T04:51:22.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:22 smithi079 bash[24931]: audit 2023-12-21T04:51:21.057545+0000 mon.smithi079 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi156.purgrq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-21T04:51:22.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:22 smithi079 bash[24931]: audit 2023-12-21T04:51:21.058784+0000 mon.smithi079 (mon.0) 163 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T04:51:22.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:22 smithi079 bash[24931]: audit 2023-12-21T04:51:21.060123+0000 mon.smithi079 (mon.0) 164 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:51:22.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:22 smithi079 bash[24931]: cephadm 2023-12-21T04:51:21.061248+0000 mgr.smithi079.gpuwcc (mgr.14180) 18 : cephadm [INF] Deploying daemon mgr.smithi156.purgrq on smithi156 2023-12-21T04:51:22.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:22 smithi079 bash[24931]: audit 2023-12-21T04:51:21.359876+0000 mon.smithi079 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.156:0/2575317092' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:51:22.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:22 smithi079 bash[24931]: cluster 2023-12-21T04:51:21.622337+0000 mgr.smithi079.gpuwcc (mgr.14180) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:23.578 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:51:23.579 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:51:25.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:24 smithi079 bash[24931]: cluster 2023-12-21T04:51:23.622758+0000 mgr.smithi079.gpuwcc (mgr.14180) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:25.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:24 smithi079 bash[24931]: audit 2023-12-21T04:51:23.987083+0000 mon.smithi079 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:25.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:24 smithi079 bash[24931]: audit 2023-12-21T04:51:23.991215+0000 mon.smithi079 (mon.0) 167 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T04:51:25.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:24 smithi079 bash[24931]: audit 2023-12-21T04:51:23.992655+0000 mon.smithi079 (mon.0) 168 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:51:25.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:24 smithi079 bash[24931]: cephadm 2023-12-21T04:51:23.993923+0000 mgr.smithi079.gpuwcc (mgr.14180) 21 : cephadm [INF] Deploying daemon mon.smithi156 on smithi156 2023-12-21T04:51:25.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:24 smithi079 bash[24931]: audit 2023-12-21T04:51:24.796232+0000 mon.smithi079 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:27.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:26 smithi079 bash[24931]: cluster 2023-12-21T04:51:25.623098+0000 mgr.smithi079.gpuwcc (mgr.14180) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:28.513 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-21T04:51:28.513 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"19206218-9fbc-11ee-95a5-87774f69a715","modified":"2023-12-21T04:48:40.471794Z","created":"2023-12-21T04:48:40.471794Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi079","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:51:28.516 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2023-12-21T04:51:29.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:28 smithi079 bash[24931]: cluster 2023-12-21T04:51:27.623488+0000 mgr.smithi079.gpuwcc (mgr.14180) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:29.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:28 smithi079 bash[24931]: audit 2023-12-21T04:51:28.513249+0000 mon.smithi079 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.156:0/542989801' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:51:30.155 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:30 smithi156 systemd[1]: Started Ceph mon.smithi156 for 19206218-9fbc-11ee-95a5-87774f69a715. 2023-12-21T04:51:30.591 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:51:30.592 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:51:31.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:30 smithi079 bash[24931]: cluster 2023-12-21T04:51:29.623947+0000 mgr.smithi079.gpuwcc (mgr.14180) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:31.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:30 smithi079 bash[24931]: audit 2023-12-21T04:51:30.131335+0000 mon.smithi079 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:31.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:30 smithi079 bash[24931]: audit 2023-12-21T04:51:30.822276+0000 mon.smithi079 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:31.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:30 smithi079 bash[24931]: audit 2023-12-21T04:51:30.825312+0000 mon.smithi079 (mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:51:32.043 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.915+0000 7ff179bb6880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-21T04:51:32.043 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.915+0000 7ff179bb6880 0 ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable), process ceph-mon, pid 7 2023-12-21T04:51:32.043 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.915+0000 7ff179bb6880 0 pidfile_write: ignore empty --pid-file 2023-12-21T04:51:32.044 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 0 load: jerasure load: lrc load: isa 2023-12-21T04:51:32.044 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: RocksDB version: 6.8.1 2023-12-21T04:51:32.044 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-21T04:51:32.044 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Compile date Dec 20 2023 2023-12-21T04:51:32.044 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: DB SUMMARY 2023-12-21T04:51:32.044 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: CURRENT file: CURRENT 2023-12-21T04:51:32.044 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-21T04:51:32.044 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-12-21T04:51:32.044 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi156/store.db dir, Total Num: 0, files: 2023-12-21T04:51:32.044 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi156/store.db: 000003.log size: 511 ; 2023-12-21T04:51:32.044 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.error_if_exists: 0 2023-12-21T04:51:32.044 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.create_if_missing: 0 2023-12-21T04:51:32.044 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.paranoid_checks: 1 2023-12-21T04:51:32.045 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.env: 0x564a1fbc3080 2023-12-21T04:51:32.045 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.fs: Posix File System 2023-12-21T04:51:32.045 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.info_log: 0x564a2165e520 2023-12-21T04:51:32.045 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-21T04:51:32.045 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.statistics: (nil) 2023-12-21T04:51:32.045 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.use_fsync: 0 2023-12-21T04:51:32.045 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.max_log_file_size: 0 2023-12-21T04:51:32.045 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-21T04:51:32.045 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-21T04:51:32.045 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-21T04:51:32.045 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-21T04:51:32.045 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.allow_fallocate: 1 2023-12-21T04:51:32.045 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-21T04:51:32.046 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-21T04:51:32.046 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.use_direct_reads: 0 2023-12-21T04:51:32.046 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-21T04:51:32.046 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-21T04:51:32.046 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.db_log_dir: 2023-12-21T04:51:32.046 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi156/store.db 2023-12-21T04:51:32.046 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-21T04:51:32.046 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.max_subcompactions: 1 2023-12-21T04:51:32.046 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.max_background_flushes: -1 2023-12-21T04:51:32.046 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-21T04:51:32.046 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-21T04:51:32.046 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-21T04:51:32.046 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-21T04:51:32.046 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-21T04:51:32.046 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-21T04:51:32.047 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-21T04:51:32.047 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.write_buffer_manager: 0x564a222ac480 2023-12-21T04:51:32.047 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-21T04:51:32.047 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-21T04:51:32.047 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-21T04:51:32.047 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-21T04:51:32.047 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-21T04:51:32.047 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-21T04:51:32.047 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-21T04:51:32.047 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-21T04:51:32.047 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-21T04:51:32.047 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.unordered_write: 0 2023-12-21T04:51:32.047 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-21T04:51:32.048 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-21T04:51:32.048 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-21T04:51:32.048 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-21T04:51:32.048 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.row_cache: None 2023-12-21T04:51:32.048 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.wal_filter: None 2023-12-21T04:51:32.048 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-21T04:51:32.048 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-21T04:51:32.048 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.preserve_deletes: 0 2023-12-21T04:51:32.048 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.two_write_queues: 0 2023-12-21T04:51:32.048 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-21T04:51:32.048 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.atomic_flush: 0 2023-12-21T04:51:32.048 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-21T04:51:32.048 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-21T04:51:32.048 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-21T04:51:32.049 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.log_readahead_size: 0 2023-12-21T04:51:32.049 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-21T04:51:32.049 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.max_background_jobs: 2 2023-12-21T04:51:32.049 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.max_background_compactions: -1 2023-12-21T04:51:32.049 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-21T04:51:32.049 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-21T04:51:32.049 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-21T04:51:32.049 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-21T04:51:32.049 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-21T04:51:32.049 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-21T04:51:32.049 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-21T04:51:32.049 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-21T04:51:32.049 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.max_open_files: -1 2023-12-21T04:51:32.049 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-21T04:51:32.050 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-21T04:51:32.050 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-21T04:51:32.050 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-21T04:51:32.050 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Compression algorithms supported: 2023-12-21T04:51:32.050 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-21T04:51:32.050 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: kZSTD supported: 0 2023-12-21T04:51:32.050 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: kXpressCompression supported: 0 2023-12-21T04:51:32.050 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-21T04:51:32.050 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: kLZ4Compression supported: 1 2023-12-21T04:51:32.050 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: kBZip2Compression supported: 0 2023-12-21T04:51:32.050 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: kZlibCompression supported: 1 2023-12-21T04:51:32.050 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: kSnappyCompression supported: 1 2023-12-21T04:51:32.050 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-21T04:51:32.050 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi156/store.db/MANIFEST-000001 2023-12-21T04:51:32.050 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-21T04:51:32.051 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-21T04:51:32.051 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.merge_operator: 2023-12-21T04:51:32.051 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.compaction_filter: None 2023-12-21T04:51:32.051 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-21T04:51:32.051 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-21T04:51:32.051 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-21T04:51:32.051 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564a21601d28) 2023-12-21T04:51:32.051 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: cache_index_and_filter_blocks: 1 2023-12-21T04:51:32.051 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-21T04:51:32.051 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-21T04:51:32.051 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: pin_top_level_index_and_filter: 1 2023-12-21T04:51:32.052 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: index_type: 0 2023-12-21T04:51:32.052 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: data_block_index_type: 0 2023-12-21T04:51:32.053 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: index_shortening: 1 2023-12-21T04:51:32.053 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: data_block_hash_table_util_ratio: 0.750000 2023-12-21T04:51:32.053 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: hash_index_allow_collision: 1 2023-12-21T04:51:32.053 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: checksum: 1 2023-12-21T04:51:32.053 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: no_block_cache: 0 2023-12-21T04:51:32.053 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: block_cache: 0x564a21638f10 2023-12-21T04:51:32.053 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: block_cache_name: BinnedLRUCache 2023-12-21T04:51:32.053 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: block_cache_options: 2023-12-21T04:51:32.053 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: capacity : 536870912 2023-12-21T04:51:32.053 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: num_shard_bits : 4 2023-12-21T04:51:32.053 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: strict_capacity_limit : 0 2023-12-21T04:51:32.053 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: high_pri_pool_ratio: 0.000 2023-12-21T04:51:32.053 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: block_cache_compressed: (nil) 2023-12-21T04:51:32.053 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: persistent_cache: (nil) 2023-12-21T04:51:32.054 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: block_size: 4096 2023-12-21T04:51:32.054 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: block_size_deviation: 10 2023-12-21T04:51:32.054 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: block_restart_interval: 16 2023-12-21T04:51:32.054 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: index_block_restart_interval: 1 2023-12-21T04:51:32.054 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: metadata_block_size: 4096 2023-12-21T04:51:32.054 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: partition_filters: 0 2023-12-21T04:51:32.054 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: use_delta_encoding: 1 2023-12-21T04:51:32.054 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-21T04:51:32.054 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: whole_key_filtering: 1 2023-12-21T04:51:32.054 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: verify_compression: 0 2023-12-21T04:51:32.054 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: read_amp_bytes_per_bit: 0 2023-12-21T04:51:32.054 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: format_version: 2 2023-12-21T04:51:32.054 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: enable_index_compression: 1 2023-12-21T04:51:32.054 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: block_align: 0 2023-12-21T04:51:32.054 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-21T04:51:32.055 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-21T04:51:32.055 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.compression: NoCompression 2023-12-21T04:51:32.055 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-21T04:51:32.055 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-21T04:51:32.055 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-21T04:51:32.055 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.num_levels: 7 2023-12-21T04:51:32.055 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-21T04:51:32.055 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-21T04:51:32.055 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-21T04:51:32.055 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-21T04:51:32.055 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-21T04:51:32.055 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-21T04:51:32.055 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-21T04:51:32.055 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-21T04:51:32.055 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-21T04:51:32.056 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-21T04:51:32.056 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-21T04:51:32.056 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-21T04:51:32.056 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-21T04:51:32.056 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-21T04:51:32.056 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-21T04:51:32.056 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-21T04:51:32.056 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-21T04:51:32.056 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-21T04:51:32.056 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-21T04:51:32.056 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-21T04:51:32.056 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-21T04:51:32.056 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-21T04:51:32.056 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-21T04:51:32.057 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-21T04:51:32.057 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-21T04:51:32.057 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-21T04:51:32.057 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-21T04:51:32.057 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-21T04:51:32.057 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-21T04:51:32.057 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-21T04:51:32.057 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-21T04:51:32.057 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-21T04:51:32.057 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-21T04:51:32.057 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-21T04:51:32.057 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-21T04:51:32.057 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-21T04:51:32.057 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-21T04:51:32.058 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-21T04:51:32.058 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-21T04:51:32.058 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-21T04:51:32.058 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-21T04:51:32.058 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-21T04:51:32.058 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-21T04:51:32.058 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-21T04:51:32.058 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-21T04:51:32.058 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-21T04:51:32.058 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-21T04:51:32.058 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.table_properties_collectors: 2023-12-21T04:51:32.058 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.inplace_update_support: 0 2023-12-21T04:51:32.058 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-21T04:51:32.058 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-21T04:51:32.058 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-21T04:51:32.059 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-21T04:51:32.059 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.bloom_locality: 0 2023-12-21T04:51:32.059 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.max_successive_merges: 0 2023-12-21T04:51:32.059 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-21T04:51:32.059 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-21T04:51:32.059 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-21T04:51:32.059 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-21T04:51:32.059 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.ttl: 2592000 2023-12-21T04:51:32.059 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-21T04:51:32.059 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi156/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-21T04:51:32.059 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-21T04:51:32.059 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703134291925747, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-12-21T04:51:32.059 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-12-21T04:51:32.059 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-21T04:51:32.060 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703134291926234, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1703134291, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-21T04:51:32.060 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-12-21T04:51:32.060 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703134291926628, "job": 1, "event": "recovery_finished"} 2023-12-21T04:51:32.060 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 4 rocksdb: DB pointer 0x564a21701800 2023-12-21T04:51:32.060 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff1609bc700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-21T04:51:32.060 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff1609bc700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-21T04:51:32.060 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: ** DB Stats ** 2023-12-21T04:51:32.060 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:51:32.060 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-21T04:51:32.060 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-21T04:51:32.060 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T04:51:32.060 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-21T04:51:32.060 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-21T04:51:32.060 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T04:51:32.060 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: ** Compaction Stats [default] ** 2023-12-21T04:51:32.061 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:51:32.061 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:51:32.061 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-12-21T04:51:32.061 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-12-21T04:51:32.061 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-12-21T04:51:32.061 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: ** Compaction Stats [default] ** 2023-12-21T04:51:32.061 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:51:32.061 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:51:32.061 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-12-21T04:51:32.061 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:51:32.061 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T04:51:32.061 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T04:51:32.061 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T04:51:32.061 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T04:51:32.062 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: AddFile(Keys): cumulative 0, interval 0 2023-12-21T04:51:32.062 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: Cumulative compaction: 0.00 GB write, 0.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:51:32.062 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: Interval compaction: 0.00 GB write, 0.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:51:32.062 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-21T04:51:32.062 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: ** File Read Latency Histogram By Level [default] ** 2023-12-21T04:51:32.062 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: ** Compaction Stats [default] ** 2023-12-21T04:51:32.062 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:51:32.062 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:51:32.062 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-12-21T04:51:32.062 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-12-21T04:51:32.062 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-21T04:51:32.062 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: ** Compaction Stats [default] ** 2023-12-21T04:51:32.062 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:51:32.062 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:51:32.063 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2023-12-21T04:51:32.063 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:51:32.063 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T04:51:32.063 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T04:51:32.063 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T04:51:32.063 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T04:51:32.063 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: AddFile(Keys): cumulative 0, interval 0 2023-12-21T04:51:32.063 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: Cumulative compaction: 0.00 GB write, 0.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:51:32.063 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:51:32.063 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-21T04:51:32.063 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: ** File Read Latency Histogram By Level [default] ** 2023-12-21T04:51:32.063 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 0 mon.smithi156 does not exist in monmap, will attempt to join an existing cluster 2023-12-21T04:51:32.063 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.923+0000 7ff179bb6880 0 using public_addr v2:172.21.15.156:0/0 -> [v2:172.21.15.156:3300/0,v1:172.21.15.156:6789/0] 2023-12-21T04:51:32.063 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.927+0000 7ff179bb6880 0 starting mon.smithi156 rank -1 at public addrs [v2:172.21.15.156:3300/0,v1:172.21.15.156:6789/0] at bind addrs [v2:172.21.15.156:3300/0,v1:172.21.15.156:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi156 fsid 19206218-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:51:32.063 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.927+0000 7ff179bb6880 1 mon.smithi156@-1(???) e0 preinit fsid 19206218-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:51:32.064 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.959+0000 7ff1631c1700 0 mon.smithi156@-1(synchronizing).mds e1 new map 2023-12-21T04:51:32.064 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.959+0000 7ff1631c1700 0 mon.smithi156@-1(synchronizing).mds e1 print_map 2023-12-21T04:51:32.064 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: e1 2023-12-21T04:51:32.064 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-21T04:51:32.064 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-21T04:51:32.064 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: legacy client fscid: -1 2023-12-21T04:51:32.064 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: 2023-12-21T04:51:32.064 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: No filesystems configured 2023-12-21T04:51:32.064 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.959+0000 7ff1631c1700 1 mon.smithi156@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-21T04:51:32.064 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.959+0000 7ff1631c1700 1 mon.smithi156@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-21T04:51:32.064 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.959+0000 7ff1631c1700 1 mon.smithi156@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-21T04:51:32.064 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.959+0000 7ff1631c1700 1 mon.smithi156@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-21T04:51:32.064 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.959+0000 7ff1631c1700 1 mon.smithi156@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-21T04:51:32.064 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.959+0000 7ff1631c1700 1 mon.smithi156@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-21T04:51:32.065 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.959+0000 7ff1631c1700 1 mon.smithi156@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-21T04:51:32.065 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.959+0000 7ff1631c1700 0 mon.smithi156@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-21T04:51:32.065 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.959+0000 7ff1631c1700 0 mon.smithi156@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-21T04:51:32.065 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.959+0000 7ff1631c1700 0 mon.smithi156@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-21T04:51:32.065 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.959+0000 7ff1631c1700 0 mon.smithi156@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-21T04:51:32.065 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: cluster 2023-12-21T04:51:29.623947+0000 mgr.smithi079.gpuwcc (mgr.14180) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:32.065 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: audit 2023-12-21T04:51:30.131335+0000 mon.smithi079 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:32.065 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: audit 2023-12-21T04:51:30.822276+0000 mon.smithi079 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:32.065 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: audit 2023-12-21T04:51:30.825312+0000 mon.smithi079 (mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:51:32.065 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:31 smithi156 bash[28307]: debug 2023-12-21T04:51:31.959+0000 7ff1631c1700 1 mon.smithi156@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-21T04:51:37.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: cluster 2023-12-21T04:51:31.624509+0000 mgr.smithi079.gpuwcc (mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:37.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: audit 2023-12-21T04:51:31.974025+0000 mon.smithi079 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-12-21T04:51:37.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: cluster 2023-12-21T04:51:31.974254+0000 mon.smithi079 (mon.0) 175 : cluster [INF] mon.smithi079 calling monitor election 2023-12-21T04:51:37.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: audit 2023-12-21T04:51:31.992538+0000 mon.smithi079 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-12-21T04:51:37.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: audit 2023-12-21T04:51:32.487129+0000 mon.smithi079 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.156:0/257154350' entity='mgr.smithi156.purgrq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi156.purgrq/crt"}]: dispatch 2023-12-21T04:51:37.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: audit 2023-12-21T04:51:32.969530+0000 mon.smithi079 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-12-21T04:51:37.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: cluster 2023-12-21T04:51:33.624913+0000 mgr.smithi079.gpuwcc (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:37.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: cluster 2023-12-21T04:51:33.969390+0000 mon.smithi156 (mon.1) 1 : cluster [INF] mon.smithi156 calling monitor election 2023-12-21T04:51:37.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: audit 2023-12-21T04:51:33.969876+0000 mon.smithi079 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-12-21T04:51:37.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: audit 2023-12-21T04:51:34.969713+0000 mon.smithi079 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-12-21T04:51:37.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: cluster 2023-12-21T04:51:35.625315+0000 mgr.smithi079.gpuwcc (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:37.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: audit 2023-12-21T04:51:35.970069+0000 mon.smithi079 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-12-21T04:51:37.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: audit 2023-12-21T04:51:36.970486+0000 mon.smithi079 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-12-21T04:51:37.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: cluster 2023-12-21T04:51:37.015367+0000 mon.smithi079 (mon.0) 183 : cluster [INF] mon.smithi079 is new leader, mons smithi079,smithi156 in quorum (ranks 0,1) 2023-12-21T04:51:37.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: cluster 2023-12-21T04:51:37.020516+0000 mon.smithi079 (mon.0) 184 : cluster [DBG] monmap e2: 2 mons at {smithi079=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],smithi156=[v2:172.21.15.156:3300/0,v1:172.21.15.156:6789/0]} removed_ranks: {} 2023-12-21T04:51:37.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: cluster 2023-12-21T04:51:37.044237+0000 mon.smithi079 (mon.0) 185 : cluster [DBG] fsmap 2023-12-21T04:51:37.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: cluster 2023-12-21T04:51:37.044292+0000 mon.smithi079 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-21T04:51:37.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: cluster 2023-12-21T04:51:37.044628+0000 mon.smithi079 (mon.0) 187 : cluster [DBG] mgrmap e17: smithi079.gpuwcc(active, since 47s) 2023-12-21T04:51:37.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: cluster 2023-12-21T04:51:37.045700+0000 mon.smithi079 (mon.0) 188 : cluster [DBG] Standby manager daemon smithi156.purgrq started 2023-12-21T04:51:37.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: audit 2023-12-21T04:51:37.048972+0000 mon.smithi079 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.156:0/257154350' entity='mgr.smithi156.purgrq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T04:51:37.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: cluster 2023-12-21T04:51:37.052066+0000 mon.smithi079 (mon.0) 190 : cluster [INF] overall HEALTH_OK 2023-12-21T04:51:37.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: audit 2023-12-21T04:51:37.052712+0000 mon.smithi079 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.156:0/257154350' entity='mgr.smithi156.purgrq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi156.purgrq/key"}]: dispatch 2023-12-21T04:51:37.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: audit 2023-12-21T04:51:37.055198+0000 mon.smithi079 (mon.0) 192 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:37.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: audit 2023-12-21T04:51:37.056444+0000 mon.smithi079 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.156:0/257154350' entity='mgr.smithi156.purgrq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T04:51:37.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: audit 2023-12-21T04:51:37.059450+0000 mon.smithi079 (mon.0) 194 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:37.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: audit 2023-12-21T04:51:37.060704+0000 mon.smithi079 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:51:37.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: audit 2023-12-21T04:51:37.061963+0000 mon.smithi079 (mon.0) 196 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:51:37.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:37 smithi079 bash[24931]: audit 2023-12-21T04:51:37.090009+0000 mon.smithi079 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:37.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: cluster 2023-12-21T04:51:31.624509+0000 mgr.smithi079.gpuwcc (mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:37.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: audit 2023-12-21T04:51:31.974025+0000 mon.smithi079 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-12-21T04:51:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: cluster 2023-12-21T04:51:31.974254+0000 mon.smithi079 (mon.0) 175 : cluster [INF] mon.smithi079 calling monitor election 2023-12-21T04:51:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: audit 2023-12-21T04:51:31.992538+0000 mon.smithi079 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-12-21T04:51:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: audit 2023-12-21T04:51:32.487129+0000 mon.smithi079 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.156:0/257154350' entity='mgr.smithi156.purgrq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi156.purgrq/crt"}]: dispatch 2023-12-21T04:51:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: audit 2023-12-21T04:51:32.969530+0000 mon.smithi079 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-12-21T04:51:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: cluster 2023-12-21T04:51:33.624913+0000 mgr.smithi079.gpuwcc (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: cluster 2023-12-21T04:51:33.969390+0000 mon.smithi156 (mon.1) 1 : cluster [INF] mon.smithi156 calling monitor election 2023-12-21T04:51:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: audit 2023-12-21T04:51:33.969876+0000 mon.smithi079 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-12-21T04:51:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: audit 2023-12-21T04:51:34.969713+0000 mon.smithi079 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-12-21T04:51:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: cluster 2023-12-21T04:51:35.625315+0000 mgr.smithi079.gpuwcc (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: audit 2023-12-21T04:51:35.970069+0000 mon.smithi079 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-12-21T04:51:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: audit 2023-12-21T04:51:36.970486+0000 mon.smithi079 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-12-21T04:51:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: cluster 2023-12-21T04:51:37.015367+0000 mon.smithi079 (mon.0) 183 : cluster [INF] mon.smithi079 is new leader, mons smithi079,smithi156 in quorum (ranks 0,1) 2023-12-21T04:51:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: cluster 2023-12-21T04:51:37.020516+0000 mon.smithi079 (mon.0) 184 : cluster [DBG] monmap e2: 2 mons at {smithi079=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],smithi156=[v2:172.21.15.156:3300/0,v1:172.21.15.156:6789/0]} removed_ranks: {} 2023-12-21T04:51:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: cluster 2023-12-21T04:51:37.044237+0000 mon.smithi079 (mon.0) 185 : cluster [DBG] fsmap 2023-12-21T04:51:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: cluster 2023-12-21T04:51:37.044292+0000 mon.smithi079 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-21T04:51:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: cluster 2023-12-21T04:51:37.044628+0000 mon.smithi079 (mon.0) 187 : cluster [DBG] mgrmap e17: smithi079.gpuwcc(active, since 47s) 2023-12-21T04:51:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: cluster 2023-12-21T04:51:37.045700+0000 mon.smithi079 (mon.0) 188 : cluster [DBG] Standby manager daemon smithi156.purgrq started 2023-12-21T04:51:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: audit 2023-12-21T04:51:37.048972+0000 mon.smithi079 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.156:0/257154350' entity='mgr.smithi156.purgrq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T04:51:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: cluster 2023-12-21T04:51:37.052066+0000 mon.smithi079 (mon.0) 190 : cluster [INF] overall HEALTH_OK 2023-12-21T04:51:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: audit 2023-12-21T04:51:37.052712+0000 mon.smithi079 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.156:0/257154350' entity='mgr.smithi156.purgrq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi156.purgrq/key"}]: dispatch 2023-12-21T04:51:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: audit 2023-12-21T04:51:37.055198+0000 mon.smithi079 (mon.0) 192 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: audit 2023-12-21T04:51:37.056444+0000 mon.smithi079 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.156:0/257154350' entity='mgr.smithi156.purgrq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T04:51:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: audit 2023-12-21T04:51:37.059450+0000 mon.smithi079 (mon.0) 194 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: audit 2023-12-21T04:51:37.060704+0000 mon.smithi079 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:51:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: audit 2023-12-21T04:51:37.061963+0000 mon.smithi079 (mon.0) 196 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:51:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:37 smithi156 bash[28307]: audit 2023-12-21T04:51:37.090009+0000 mon.smithi079 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:38.205 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-21T04:51:38.205 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":2,"fsid":"19206218-9fbc-11ee-95a5-87774f69a715","modified":"2023-12-21T04:51:31.968892Z","created":"2023-12-21T04:48:40.471794Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi079","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi156","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:3300","nonce":0},{"type":"v1","addr":"172.21.15.156:6789","nonce":0}]},"addr":"172.21.15.156:6789/0","public_addr":"172.21.15.156:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-21T04:51:38.208 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 2 2023-12-21T04:51:38.377 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:38 smithi079 bash[24931]: cephadm 2023-12-21T04:51:37.063735+0000 mgr.smithi079.gpuwcc (mgr.14180) 29 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-12-21T04:51:38.377 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:38 smithi079 bash[24931]: cephadm 2023-12-21T04:51:37.064219+0000 mgr.smithi079.gpuwcc (mgr.14180) 30 : cephadm [INF] Updating smithi156:/etc/ceph/ceph.conf 2023-12-21T04:51:38.377 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:38 smithi079 bash[24931]: audit 2023-12-21T04:51:37.097664+0000 mon.smithi079 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:38.377 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:38 smithi079 bash[24931]: cluster 2023-12-21T04:51:37.111258+0000 mon.smithi079 (mon.0) 199 : cluster [DBG] mgrmap e18: smithi079.gpuwcc(active, since 47s), standbys: smithi156.purgrq 2023-12-21T04:51:38.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:38 smithi079 bash[24931]: audit 2023-12-21T04:51:37.111373+0000 mon.smithi079 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:38.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:38 smithi079 bash[24931]: audit 2023-12-21T04:51:37.112052+0000 mon.smithi079 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mgr metadata", "who": "smithi156.purgrq", "id": "smithi156.purgrq"}]: dispatch 2023-12-21T04:51:38.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:38 smithi079 bash[24931]: cephadm 2023-12-21T04:51:37.116983+0000 mgr.smithi079.gpuwcc (mgr.14180) 31 : cephadm [INF] Reconfiguring mon.smithi079 (unknown last config time)... 2023-12-21T04:51:38.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:38 smithi079 bash[24931]: audit 2023-12-21T04:51:37.117404+0000 mon.smithi079 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T04:51:38.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:38 smithi079 bash[24931]: audit 2023-12-21T04:51:37.118411+0000 mon.smithi079 (mon.0) 203 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T04:51:38.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:38 smithi079 bash[24931]: audit 2023-12-21T04:51:37.119352+0000 mon.smithi079 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:51:38.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:38 smithi079 bash[24931]: cephadm 2023-12-21T04:51:37.120265+0000 mgr.smithi079.gpuwcc (mgr.14180) 32 : cephadm [INF] Reconfiguring daemon mon.smithi079 on smithi079 2023-12-21T04:51:38.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:38 smithi079 bash[24931]: cluster 2023-12-21T04:51:37.625731+0000 mgr.smithi079.gpuwcc (mgr.14180) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:38.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:38 smithi079 bash[24931]: audit 2023-12-21T04:51:37.970378+0000 mon.smithi079 (mon.0) 205 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-12-21T04:51:38.472 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:38 smithi156 bash[28307]: cephadm 2023-12-21T04:51:37.063735+0000 mgr.smithi079.gpuwcc (mgr.14180) 29 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-12-21T04:51:38.472 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:38 smithi156 bash[28307]: cephadm 2023-12-21T04:51:37.064219+0000 mgr.smithi079.gpuwcc (mgr.14180) 30 : cephadm [INF] Updating smithi156:/etc/ceph/ceph.conf 2023-12-21T04:51:38.472 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:38 smithi156 bash[28307]: audit 2023-12-21T04:51:37.097664+0000 mon.smithi079 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:38.472 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:38 smithi156 bash[28307]: cluster 2023-12-21T04:51:37.111258+0000 mon.smithi079 (mon.0) 199 : cluster [DBG] mgrmap e18: smithi079.gpuwcc(active, since 47s), standbys: smithi156.purgrq 2023-12-21T04:51:38.472 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:38 smithi156 bash[28307]: audit 2023-12-21T04:51:37.111373+0000 mon.smithi079 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:38.472 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:38 smithi156 bash[28307]: audit 2023-12-21T04:51:37.112052+0000 mon.smithi079 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mgr metadata", "who": "smithi156.purgrq", "id": "smithi156.purgrq"}]: dispatch 2023-12-21T04:51:38.472 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:38 smithi156 bash[28307]: cephadm 2023-12-21T04:51:37.116983+0000 mgr.smithi079.gpuwcc (mgr.14180) 31 : cephadm [INF] Reconfiguring mon.smithi079 (unknown last config time)... 2023-12-21T04:51:38.472 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:38 smithi156 bash[28307]: audit 2023-12-21T04:51:37.117404+0000 mon.smithi079 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T04:51:38.472 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:38 smithi156 bash[28307]: audit 2023-12-21T04:51:37.118411+0000 mon.smithi079 (mon.0) 203 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T04:51:38.473 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:38 smithi156 bash[28307]: audit 2023-12-21T04:51:37.119352+0000 mon.smithi079 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:51:38.473 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:38 smithi156 bash[28307]: cephadm 2023-12-21T04:51:37.120265+0000 mgr.smithi079.gpuwcc (mgr.14180) 32 : cephadm [INF] Reconfiguring daemon mon.smithi079 on smithi079 2023-12-21T04:51:38.473 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:38 smithi156 bash[28307]: cluster 2023-12-21T04:51:37.625731+0000 mgr.smithi079.gpuwcc (mgr.14180) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:38.473 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:38 smithi156 bash[28307]: audit 2023-12-21T04:51:37.970378+0000 mon.smithi079 (mon.0) 205 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mon metadata", "id": "smithi156"}]: dispatch 2023-12-21T04:51:38.975 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-21T04:51:38.976 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph config generate-minimal-conf 2023-12-21T04:51:39.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:39 smithi156 bash[28307]: audit 2023-12-21T04:51:38.204745+0000 mon.smithi079 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.156:0/3453669425' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:51:39.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:39 smithi156 bash[28307]: audit 2023-12-21T04:51:39.054164+0000 mon.smithi079 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:39.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:39 smithi156 bash[28307]: audit 2023-12-21T04:51:39.056056+0000 mon.smithi079 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi079.gpuwcc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T04:51:39.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:39 smithi156 bash[28307]: audit 2023-12-21T04:51:39.057677+0000 mon.smithi079 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T04:51:39.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:39 smithi156 bash[28307]: audit 2023-12-21T04:51:39.058699+0000 mon.smithi079 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:51:39.264 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:39 smithi079 bash[24931]: audit 2023-12-21T04:51:38.204745+0000 mon.smithi079 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.156:0/3453669425' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:51:39.264 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:39 smithi079 bash[24931]: audit 2023-12-21T04:51:39.054164+0000 mon.smithi079 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:39.264 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:39 smithi079 bash[24931]: audit 2023-12-21T04:51:39.056056+0000 mon.smithi079 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi079.gpuwcc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T04:51:39.264 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:39 smithi079 bash[24931]: audit 2023-12-21T04:51:39.057677+0000 mon.smithi079 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T04:51:39.264 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:39 smithi079 bash[24931]: audit 2023-12-21T04:51:39.058699+0000 mon.smithi079 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:51:40.392 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:40 smithi079 bash[24931]: cephadm 2023-12-21T04:51:39.055559+0000 mgr.smithi079.gpuwcc (mgr.14180) 34 : cephadm [INF] Reconfiguring mgr.smithi079.gpuwcc (unknown last config time)... 2023-12-21T04:51:40.393 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:40 smithi079 bash[24931]: cephadm 2023-12-21T04:51:39.059648+0000 mgr.smithi079.gpuwcc (mgr.14180) 35 : cephadm [INF] Reconfiguring daemon mgr.smithi079.gpuwcc on smithi079 2023-12-21T04:51:40.393 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:40 smithi079 bash[24931]: cluster 2023-12-21T04:51:39.626034+0000 mgr.smithi079.gpuwcc (mgr.14180) 36 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:40.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:40 smithi156 bash[28307]: cephadm 2023-12-21T04:51:39.055559+0000 mgr.smithi079.gpuwcc (mgr.14180) 34 : cephadm [INF] Reconfiguring mgr.smithi079.gpuwcc (unknown last config time)... 2023-12-21T04:51:40.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:40 smithi156 bash[28307]: cephadm 2023-12-21T04:51:39.059648+0000 mgr.smithi079.gpuwcc (mgr.14180) 35 : cephadm [INF] Reconfiguring daemon mgr.smithi079.gpuwcc on smithi079 2023-12-21T04:51:40.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:40 smithi156 bash[28307]: cluster 2023-12-21T04:51:39.626034+0000 mgr.smithi079.gpuwcc (mgr.14180) 36 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:42.842 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:42 smithi079 bash[24931]: audit 2023-12-21T04:51:41.579445+0000 mon.smithi079 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:42.842 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:42 smithi079 bash[24931]: cephadm 2023-12-21T04:51:41.580308+0000 mgr.smithi079.gpuwcc (mgr.14180) 37 : cephadm [INF] Reconfiguring alertmanager.smithi079 (dependencies changed)... 2023-12-21T04:51:42.842 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:42 smithi079 bash[24931]: cephadm 2023-12-21T04:51:41.589752+0000 mgr.smithi079.gpuwcc (mgr.14180) 38 : cephadm [INF] Reconfiguring daemon alertmanager.smithi079 on smithi079 2023-12-21T04:51:42.842 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:42 smithi079 bash[24931]: cluster 2023-12-21T04:51:41.626427+0000 mgr.smithi079.gpuwcc (mgr.14180) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:42.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:42 smithi156 bash[28307]: audit 2023-12-21T04:51:41.579445+0000 mon.smithi079 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:42.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:42 smithi156 bash[28307]: cephadm 2023-12-21T04:51:41.580308+0000 mgr.smithi079.gpuwcc (mgr.14180) 37 : cephadm [INF] Reconfiguring alertmanager.smithi079 (dependencies changed)... 2023-12-21T04:51:42.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:42 smithi156 bash[28307]: cephadm 2023-12-21T04:51:41.589752+0000 mgr.smithi079.gpuwcc (mgr.14180) 38 : cephadm [INF] Reconfiguring daemon alertmanager.smithi079 on smithi079 2023-12-21T04:51:42.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:42 smithi156 bash[28307]: cluster 2023-12-21T04:51:41.626427+0000 mgr.smithi079.gpuwcc (mgr.14180) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:43.192 INFO:teuthology.orchestra.run.smithi079.stdout:# minimal ceph.conf for 19206218-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:51:43.192 INFO:teuthology.orchestra.run.smithi079.stdout:[global] 2023-12-21T04:51:43.192 INFO:teuthology.orchestra.run.smithi079.stdout: fsid = 19206218-9fbc-11ee-95a5-87774f69a715 2023-12-21T04:51:43.192 INFO:teuthology.orchestra.run.smithi079.stdout: mon_host = [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] [v2:172.21.15.156:3300/0,v1:172.21.15.156:6789/0] 2023-12-21T04:51:43.840 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:43 smithi079 bash[24931]: audit 2023-12-21T04:51:43.192440+0000 mon.smithi079 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.79:0/4200682372' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:51:43.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:43 smithi156 bash[28307]: audit 2023-12-21T04:51:43.192440+0000 mon.smithi079 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.79:0/4200682372' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:51:44.411 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-21T04:51:44.411 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-21T04:51:44.411 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.conf 2023-12-21T04:51:44.422 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-21T04:51:44.422 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-21T04:51:44.480 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-21T04:51:44.480 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/etc/ceph/ceph.conf 2023-12-21T04:51:44.497 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-21T04:51:44.497 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-21T04:51:44.554 INFO:tasks.cephadm:Deploying OSDs... 2023-12-21T04:51:44.554 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-21T04:51:44.554 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T04:51:44.562 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-21T04:51:44.562 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/nvme1n1 2023-12-21T04:51:44.613 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/nvme1n1 2023-12-21T04:51:44.613 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T04:51:44.613 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 526 Links: 1 Device type: 103,2 2023-12-21T04:51:44.613 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T04:51:44.613 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-12-21 04:50:08.728407518 +0000 2023-12-21T04:51:44.614 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-12-21 04:50:08.568411209 +0000 2023-12-21T04:51:44.614 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-12-21 04:50:08.568411209 +0000 2023-12-21T04:51:44.614 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-12-21T04:51:44.614 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-21T04:51:44.669 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-12-21T04:51:44.669 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-12-21T04:51:44.669 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000341126 s, 1.5 MB/s 2023-12-21T04:51:44.673 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-21T04:51:44.727 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/nvme2n1 2023-12-21T04:51:44.777 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/nvme2n1 2023-12-21T04:51:44.777 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T04:51:44.778 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 534 Links: 1 Device type: 103,4 2023-12-21T04:51:44.778 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T04:51:44.778 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-12-21 04:50:08.748407057 +0000 2023-12-21T04:51:44.778 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-12-21 04:50:08.572411115 +0000 2023-12-21T04:51:44.778 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-12-21 04:50:08.572411115 +0000 2023-12-21T04:51:44.778 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-12-21T04:51:44.778 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-21T04:51:44.835 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-12-21T04:51:44.835 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-12-21T04:51:44.835 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.00042206 s, 1.2 MB/s 2023-12-21T04:51:44.836 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-21T04:51:44.887 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/nvme3n1 2023-12-21T04:51:44.937 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/nvme3n1 2023-12-21T04:51:44.937 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T04:51:44.937 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 542 Links: 1 Device type: 103,6 2023-12-21T04:51:44.937 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T04:51:44.938 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-12-21 04:50:08.768406596 +0000 2023-12-21T04:51:44.938 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-12-21 04:50:08.572411115 +0000 2023-12-21T04:51:44.938 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-12-21 04:50:08.572411115 +0000 2023-12-21T04:51:44.938 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-12-21T04:51:44.938 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-21T04:51:44.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:44 smithi079 bash[24931]: cluster 2023-12-21T04:51:43.626856+0000 mgr.smithi079.gpuwcc (mgr.14180) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:44.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:44 smithi156 bash[28307]: cluster 2023-12-21T04:51:43.626856+0000 mgr.smithi079.gpuwcc (mgr.14180) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:44.992 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-12-21T04:51:44.993 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-12-21T04:51:44.993 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000471976 s, 1.1 MB/s 2023-12-21T04:51:44.994 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-21T04:51:45.047 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/nvme4n1 2023-12-21T04:51:45.098 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/nvme4n1 2023-12-21T04:51:45.098 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T04:51:45.098 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 550 Links: 1 Device type: 103,8 2023-12-21T04:51:45.098 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T04:51:45.098 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-12-21 04:50:08.784406226 +0000 2023-12-21T04:51:45.098 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-12-21 04:50:08.572411115 +0000 2023-12-21T04:51:45.098 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-12-21 04:50:08.572411115 +0000 2023-12-21T04:51:45.098 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-12-21T04:51:45.098 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-21T04:51:45.157 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-12-21T04:51:45.158 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-12-21T04:51:45.158 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000451239 s, 1.1 MB/s 2023-12-21T04:51:45.159 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-21T04:51:45.212 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-21T04:51:45.212 DEBUG:teuthology.orchestra.run.smithi156:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T04:51:45.219 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-21T04:51:45.219 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/nvme1n1 2023-12-21T04:51:45.271 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/nvme1n1 2023-12-21T04:51:45.272 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T04:51:45.272 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 5h/5d Inode: 526 Links: 1 Device type: 103,2 2023-12-21T04:51:45.272 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T04:51:45.272 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2023-12-21 04:51:16.115919700 +0000 2023-12-21T04:51:45.272 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2023-12-21 04:51:15.995921015 +0000 2023-12-21T04:51:45.272 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2023-12-21 04:51:15.995921015 +0000 2023-12-21T04:51:45.272 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2023-12-21T04:51:45.272 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-21T04:51:45.326 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2023-12-21T04:51:45.326 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2023-12-21T04:51:45.326 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 0.000204611 s, 2.5 MB/s 2023-12-21T04:51:45.327 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-21T04:51:45.377 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/nvme2n1 2023-12-21T04:51:45.427 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/nvme2n1 2023-12-21T04:51:45.428 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T04:51:45.428 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 5h/5d Inode: 534 Links: 1 Device type: 103,4 2023-12-21T04:51:45.428 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T04:51:45.428 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2023-12-21 04:51:16.131919523 +0000 2023-12-21T04:51:45.428 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2023-12-21 04:51:15.999920973 +0000 2023-12-21T04:51:45.428 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2023-12-21 04:51:15.999920973 +0000 2023-12-21T04:51:45.428 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2023-12-21T04:51:45.428 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-21T04:51:45.484 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2023-12-21T04:51:45.484 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2023-12-21T04:51:45.485 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 0.000351947 s, 1.5 MB/s 2023-12-21T04:51:45.485 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-21T04:51:45.537 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/nvme3n1 2023-12-21T04:51:45.587 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/nvme3n1 2023-12-21T04:51:45.588 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T04:51:45.588 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 5h/5d Inode: 542 Links: 1 Device type: 103,6 2023-12-21T04:51:45.588 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T04:51:45.588 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2023-12-21 04:51:16.151919301 +0000 2023-12-21T04:51:45.588 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2023-12-21 04:51:15.999920973 +0000 2023-12-21T04:51:45.588 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2023-12-21 04:51:15.999920973 +0000 2023-12-21T04:51:45.588 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2023-12-21T04:51:45.588 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-21T04:51:45.642 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2023-12-21T04:51:45.642 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2023-12-21T04:51:45.643 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 0.000328625 s, 1.6 MB/s 2023-12-21T04:51:45.644 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-21T04:51:45.693 DEBUG:teuthology.orchestra.run.smithi156:> stat /dev/nvme4n1 2023-12-21T04:51:45.747 INFO:teuthology.orchestra.run.smithi156.stdout: File: /dev/nvme4n1 2023-12-21T04:51:45.747 INFO:teuthology.orchestra.run.smithi156.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T04:51:45.748 INFO:teuthology.orchestra.run.smithi156.stdout:Device: 5h/5d Inode: 550 Links: 1 Device type: 103,8 2023-12-21T04:51:45.748 INFO:teuthology.orchestra.run.smithi156.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T04:51:45.748 INFO:teuthology.orchestra.run.smithi156.stdout:Access: 2023-12-21 04:51:16.163919169 +0000 2023-12-21T04:51:45.748 INFO:teuthology.orchestra.run.smithi156.stdout:Modify: 2023-12-21 04:51:16.003920936 +0000 2023-12-21T04:51:45.748 INFO:teuthology.orchestra.run.smithi156.stdout:Change: 2023-12-21 04:51:16.003920936 +0000 2023-12-21T04:51:45.748 INFO:teuthology.orchestra.run.smithi156.stdout: Birth: - 2023-12-21T04:51:45.748 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-21T04:51:45.801 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records in 2023-12-21T04:51:45.802 INFO:teuthology.orchestra.run.smithi156.stderr:1+0 records out 2023-12-21T04:51:45.802 INFO:teuthology.orchestra.run.smithi156.stderr:512 bytes copied, 0.000353734 s, 1.4 MB/s 2023-12-21T04:51:45.803 DEBUG:teuthology.orchestra.run.smithi156:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-21T04:51:45.857 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch apply osd --all-available-devices 2023-12-21T04:51:46.978 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:46 smithi156 bash[28307]: cluster 2023-12-21T04:51:45.627295+0000 mgr.smithi079.gpuwcc (mgr.14180) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:46.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:46 smithi079 bash[24931]: cluster 2023-12-21T04:51:45.627295+0000 mgr.smithi079.gpuwcc (mgr.14180) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:48.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:47 smithi079 bash[24931]: audit 2023-12-21T04:51:46.804433+0000 mon.smithi079 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:48.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:47 smithi079 bash[24931]: cephadm 2023-12-21T04:51:46.805604+0000 mgr.smithi079.gpuwcc (mgr.14180) 42 : cephadm [INF] Reconfiguring crash.smithi079 (monmap changed)... 2023-12-21T04:51:48.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:47 smithi079 bash[24931]: audit 2023-12-21T04:51:46.806114+0000 mon.smithi079 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T04:51:48.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:47 smithi079 bash[24931]: audit 2023-12-21T04:51:46.807500+0000 mon.smithi079 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:51:48.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:47 smithi079 bash[24931]: cephadm 2023-12-21T04:51:46.808512+0000 mgr.smithi079.gpuwcc (mgr.14180) 43 : cephadm [INF] Reconfiguring daemon crash.smithi079 on smithi079 2023-12-21T04:51:48.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:47 smithi156 bash[28307]: audit 2023-12-21T04:51:46.804433+0000 mon.smithi079 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:48.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:47 smithi156 bash[28307]: cephadm 2023-12-21T04:51:46.805604+0000 mgr.smithi079.gpuwcc (mgr.14180) 42 : cephadm [INF] Reconfiguring crash.smithi079 (monmap changed)... 2023-12-21T04:51:48.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:47 smithi156 bash[28307]: audit 2023-12-21T04:51:46.806114+0000 mon.smithi079 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T04:51:48.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:47 smithi156 bash[28307]: audit 2023-12-21T04:51:46.807500+0000 mon.smithi079 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:51:48.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:47 smithi156 bash[28307]: cephadm 2023-12-21T04:51:46.808512+0000 mgr.smithi079.gpuwcc (mgr.14180) 43 : cephadm [INF] Reconfiguring daemon crash.smithi079 on smithi079 2023-12-21T04:51:48.916 INFO:teuthology.orchestra.run.smithi156.stdout:Scheduled osd.all-available-devices update... 2023-12-21T04:51:48.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:48 smithi079 bash[24931]: cluster 2023-12-21T04:51:47.627688+0000 mgr.smithi079.gpuwcc (mgr.14180) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:49.146 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:48 smithi156 bash[28307]: cluster 2023-12-21T04:51:47.627688+0000 mgr.smithi079.gpuwcc (mgr.14180) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:49.555 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-21T04:51:49.556 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:51:50.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:49 smithi079 bash[24931]: audit 2023-12-21T04:51:48.904711+0000 mgr.smithi079.gpuwcc (mgr.14180) 45 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:51:50.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:49 smithi079 bash[24931]: cephadm 2023-12-21T04:51:48.908007+0000 mgr.smithi079.gpuwcc (mgr.14180) 46 : cephadm [INF] Marking host: smithi079 for OSDSpec preview refresh. 2023-12-21T04:51:50.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:49 smithi079 bash[24931]: cephadm 2023-12-21T04:51:48.908133+0000 mgr.smithi079.gpuwcc (mgr.14180) 47 : cephadm [INF] Marking host: smithi156 for OSDSpec preview refresh. 2023-12-21T04:51:50.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:49 smithi079 bash[24931]: cephadm 2023-12-21T04:51:48.908490+0000 mgr.smithi079.gpuwcc (mgr.14180) 48 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-21T04:51:50.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:49 smithi079 bash[24931]: audit 2023-12-21T04:51:48.915713+0000 mon.smithi079 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:50.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:49 smithi079 bash[24931]: audit 2023-12-21T04:51:49.209504+0000 mon.smithi079 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:50.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:49 smithi156 bash[28307]: audit 2023-12-21T04:51:48.904711+0000 mgr.smithi079.gpuwcc (mgr.14180) 45 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:51:50.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:49 smithi156 bash[28307]: cephadm 2023-12-21T04:51:48.908007+0000 mgr.smithi079.gpuwcc (mgr.14180) 46 : cephadm [INF] Marking host: smithi079 for OSDSpec preview refresh. 2023-12-21T04:51:50.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:49 smithi156 bash[28307]: cephadm 2023-12-21T04:51:48.908133+0000 mgr.smithi079.gpuwcc (mgr.14180) 47 : cephadm [INF] Marking host: smithi156 for OSDSpec preview refresh. 2023-12-21T04:51:50.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:49 smithi156 bash[28307]: cephadm 2023-12-21T04:51:48.908490+0000 mgr.smithi079.gpuwcc (mgr.14180) 48 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-21T04:51:50.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:49 smithi156 bash[28307]: audit 2023-12-21T04:51:48.915713+0000 mon.smithi079 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:50.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:49 smithi156 bash[28307]: audit 2023-12-21T04:51:49.209504+0000 mon.smithi079 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:51.192 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:50 smithi079 bash[24931]: cephadm 2023-12-21T04:51:49.210920+0000 mgr.smithi079.gpuwcc (mgr.14180) 49 : cephadm [INF] Reconfiguring grafana.smithi079 (dependencies changed)... 2023-12-21T04:51:51.192 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:50 smithi079 bash[24931]: cephadm 2023-12-21T04:51:49.256203+0000 mgr.smithi079.gpuwcc (mgr.14180) 50 : cephadm [INF] Reconfiguring daemon grafana.smithi079 on smithi079 2023-12-21T04:51:51.193 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:50 smithi079 bash[24931]: cluster 2023-12-21T04:51:49.627950+0000 mgr.smithi079.gpuwcc (mgr.14180) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:51.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:50 smithi156 bash[28307]: cephadm 2023-12-21T04:51:49.210920+0000 mgr.smithi079.gpuwcc (mgr.14180) 49 : cephadm [INF] Reconfiguring grafana.smithi079 (dependencies changed)... 2023-12-21T04:51:51.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:50 smithi156 bash[28307]: cephadm 2023-12-21T04:51:49.256203+0000 mgr.smithi079.gpuwcc (mgr.14180) 50 : cephadm [INF] Reconfiguring daemon grafana.smithi079 on smithi079 2023-12-21T04:51:51.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:50 smithi156 bash[28307]: cluster 2023-12-21T04:51:49.627950+0000 mgr.smithi079.gpuwcc (mgr.14180) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:53.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:52 smithi079 bash[24931]: cluster 2023-12-21T04:51:51.628356+0000 mgr.smithi079.gpuwcc (mgr.14180) 52 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:53.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:52 smithi156 bash[28307]: cluster 2023-12-21T04:51:51.628356+0000 mgr.smithi079.gpuwcc (mgr.14180) 52 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:53.907 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:51:54.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:53 smithi079 bash[24931]: audit 2023-12-21T04:51:53.907493+0000 mon.smithi079 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.79:0/1616672082' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:51:54.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:53 smithi156 bash[28307]: audit 2023-12-21T04:51:53.907493+0000 mon.smithi079 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.79:0/1616672082' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:51:54.971 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-21T04:51:55.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:54 smithi079 bash[24931]: cluster 2023-12-21T04:51:53.628800+0000 mgr.smithi079.gpuwcc (mgr.14180) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:55.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:54 smithi156 bash[28307]: cluster 2023-12-21T04:51:53.628800+0000 mgr.smithi079.gpuwcc (mgr.14180) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:55.973 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:51:57.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:56 smithi079 bash[24931]: cluster 2023-12-21T04:51:55.629126+0000 mgr.smithi079.gpuwcc (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:57.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:56 smithi079 bash[24931]: audit 2023-12-21T04:51:55.751094+0000 mon.smithi079 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:57.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:56 smithi079 bash[24931]: cephadm 2023-12-21T04:51:55.752393+0000 mgr.smithi079.gpuwcc (mgr.14180) 55 : cephadm [INF] Reconfiguring prometheus.smithi079 (dependencies changed)... 2023-12-21T04:51:57.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:56 smithi079 bash[24931]: cephadm 2023-12-21T04:51:55.759609+0000 mgr.smithi079.gpuwcc (mgr.14180) 56 : cephadm [INF] Reconfiguring daemon prometheus.smithi079 on smithi079 2023-12-21T04:51:57.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:56 smithi156 bash[28307]: cluster 2023-12-21T04:51:55.629126+0000 mgr.smithi079.gpuwcc (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:57.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:56 smithi156 bash[28307]: audit 2023-12-21T04:51:55.751094+0000 mon.smithi079 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:51:57.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:56 smithi156 bash[28307]: cephadm 2023-12-21T04:51:55.752393+0000 mgr.smithi079.gpuwcc (mgr.14180) 55 : cephadm [INF] Reconfiguring prometheus.smithi079 (dependencies changed)... 2023-12-21T04:51:57.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:56 smithi156 bash[28307]: cephadm 2023-12-21T04:51:55.759609+0000 mgr.smithi079.gpuwcc (mgr.14180) 56 : cephadm [INF] Reconfiguring daemon prometheus.smithi079 on smithi079 2023-12-21T04:51:58.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:51:58 smithi079 bash[24931]: cluster 2023-12-21T04:51:57.629497+0000 mgr.smithi079.gpuwcc (mgr.14180) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:51:59.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:51:58 smithi156 bash[28307]: cluster 2023-12-21T04:51:57.629497+0000 mgr.smithi079.gpuwcc (mgr.14180) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:00.927 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:52:01.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:00 smithi079 bash[24931]: cluster 2023-12-21T04:51:59.629874+0000 mgr.smithi079.gpuwcc (mgr.14180) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:01.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:00 smithi156 bash[28307]: cluster 2023-12-21T04:51:59.629874+0000 mgr.smithi079.gpuwcc (mgr.14180) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:01.984 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-21T04:52:02.158 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:01 smithi079 bash[24931]: audit 2023-12-21T04:52:00.927108+0000 mon.smithi079 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.79:0/2134106553' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:52:02.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:01 smithi156 bash[28307]: audit 2023-12-21T04:52:00.927108+0000 mon.smithi079 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.79:0/2134106553' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:52:02.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:02 smithi079 bash[24931]: cluster 2023-12-21T04:52:01.630228+0000 mgr.smithi079.gpuwcc (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:02.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:02 smithi079 bash[24931]: audit 2023-12-21T04:52:02.694611+0000 mon.smithi079 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:52:02.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:02 smithi079 bash[24931]: audit 2023-12-21T04:52:02.696114+0000 mon.smithi079 (mon.0) 222 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi156", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T04:52:02.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:02 smithi079 bash[24931]: audit 2023-12-21T04:52:02.697320+0000 mon.smithi079 (mon.0) 223 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:52:02.985 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:52:03.113 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:02 smithi156 bash[28307]: cluster 2023-12-21T04:52:01.630228+0000 mgr.smithi079.gpuwcc (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:03.113 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:02 smithi156 bash[28307]: audit 2023-12-21T04:52:02.694611+0000 mon.smithi079 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:52:03.113 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:02 smithi156 bash[28307]: audit 2023-12-21T04:52:02.696114+0000 mon.smithi079 (mon.0) 222 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi156", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T04:52:03.113 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:02 smithi156 bash[28307]: audit 2023-12-21T04:52:02.697320+0000 mon.smithi079 (mon.0) 223 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:52:04.039 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:03 smithi156 bash[28307]: cephadm 2023-12-21T04:52:02.695701+0000 mgr.smithi079.gpuwcc (mgr.14180) 60 : cephadm [INF] Reconfiguring crash.smithi156 (monmap changed)... 2023-12-21T04:52:04.040 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:03 smithi156 bash[28307]: cephadm 2023-12-21T04:52:02.698312+0000 mgr.smithi079.gpuwcc (mgr.14180) 61 : cephadm [INF] Reconfiguring daemon crash.smithi156 on smithi156 2023-12-21T04:52:04.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:03 smithi079 bash[24931]: cephadm 2023-12-21T04:52:02.695701+0000 mgr.smithi079.gpuwcc (mgr.14180) 60 : cephadm [INF] Reconfiguring crash.smithi156 (monmap changed)... 2023-12-21T04:52:04.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:03 smithi079 bash[24931]: cephadm 2023-12-21T04:52:02.698312+0000 mgr.smithi079.gpuwcc (mgr.14180) 61 : cephadm [INF] Reconfiguring daemon crash.smithi156 on smithi156 2023-12-21T04:52:05.207 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:04 smithi079 bash[24931]: cluster 2023-12-21T04:52:03.630533+0000 mgr.smithi079.gpuwcc (mgr.14180) 62 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:05.207 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:04 smithi079 bash[24931]: audit 2023-12-21T04:52:04.710228+0000 mon.smithi079 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:52:05.207 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:04 smithi079 bash[24931]: audit 2023-12-21T04:52:04.711674+0000 mon.smithi079 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi156.purgrq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T04:52:05.207 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:04 smithi079 bash[24931]: audit 2023-12-21T04:52:04.713301+0000 mon.smithi079 (mon.0) 226 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T04:52:05.207 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:04 smithi079 bash[24931]: audit 2023-12-21T04:52:04.714484+0000 mon.smithi079 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:52:05.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:04 smithi156 bash[28307]: cluster 2023-12-21T04:52:03.630533+0000 mgr.smithi079.gpuwcc (mgr.14180) 62 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:05.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:04 smithi156 bash[28307]: audit 2023-12-21T04:52:04.710228+0000 mon.smithi079 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:52:05.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:04 smithi156 bash[28307]: audit 2023-12-21T04:52:04.711674+0000 mon.smithi079 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi156.purgrq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T04:52:05.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:04 smithi156 bash[28307]: audit 2023-12-21T04:52:04.713301+0000 mon.smithi079 (mon.0) 226 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T04:52:05.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:04 smithi156 bash[28307]: audit 2023-12-21T04:52:04.714484+0000 mon.smithi079 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:52:06.084 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:05 smithi156 bash[28307]: cephadm 2023-12-21T04:52:04.711197+0000 mgr.smithi079.gpuwcc (mgr.14180) 63 : cephadm [INF] Reconfiguring mgr.smithi156.purgrq (monmap changed)... 2023-12-21T04:52:06.085 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:05 smithi156 bash[28307]: cephadm 2023-12-21T04:52:04.715473+0000 mgr.smithi079.gpuwcc (mgr.14180) 64 : cephadm [INF] Reconfiguring daemon mgr.smithi156.purgrq on smithi156 2023-12-21T04:52:06.208 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:52:06.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:05 smithi079 bash[24931]: cephadm 2023-12-21T04:52:04.711197+0000 mgr.smithi079.gpuwcc (mgr.14180) 63 : cephadm [INF] Reconfiguring mgr.smithi156.purgrq (monmap changed)... 2023-12-21T04:52:06.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:05 smithi079 bash[24931]: cephadm 2023-12-21T04:52:04.715473+0000 mgr.smithi079.gpuwcc (mgr.14180) 64 : cephadm [INF] Reconfiguring daemon mgr.smithi156.purgrq on smithi156 2023-12-21T04:52:06.901 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-21T04:52:07.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:06 smithi079 bash[24931]: cluster 2023-12-21T04:52:05.630970+0000 mgr.smithi079.gpuwcc (mgr.14180) 65 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:07.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:06 smithi079 bash[24931]: audit 2023-12-21T04:52:06.208887+0000 mon.smithi079 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.79:0/2559078384' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:52:07.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:06 smithi079 bash[24931]: audit 2023-12-21T04:52:06.537933+0000 mon.smithi079 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:52:07.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:06 smithi079 bash[24931]: audit 2023-12-21T04:52:06.539473+0000 mon.smithi079 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T04:52:07.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:06 smithi079 bash[24931]: audit 2023-12-21T04:52:06.540475+0000 mon.smithi079 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T04:52:07.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:06 smithi079 bash[24931]: audit 2023-12-21T04:52:06.541571+0000 mon.smithi079 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:52:07.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:06 smithi156 bash[28307]: cluster 2023-12-21T04:52:05.630970+0000 mgr.smithi079.gpuwcc (mgr.14180) 65 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:07.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:06 smithi156 bash[28307]: audit 2023-12-21T04:52:06.208887+0000 mon.smithi079 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.79:0/2559078384' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:52:07.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:06 smithi156 bash[28307]: audit 2023-12-21T04:52:06.537933+0000 mon.smithi079 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:52:07.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:06 smithi156 bash[28307]: audit 2023-12-21T04:52:06.539473+0000 mon.smithi079 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T04:52:07.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:06 smithi156 bash[28307]: audit 2023-12-21T04:52:06.540475+0000 mon.smithi079 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T04:52:07.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:06 smithi156 bash[28307]: audit 2023-12-21T04:52:06.541571+0000 mon.smithi079 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:52:07.902 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:52:08.100 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:07 smithi079 bash[24931]: cephadm 2023-12-21T04:52:06.539072+0000 mgr.smithi079.gpuwcc (mgr.14180) 66 : cephadm [INF] Reconfiguring mon.smithi156 (monmap changed)... 2023-12-21T04:52:08.100 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:07 smithi079 bash[24931]: cephadm 2023-12-21T04:52:06.542578+0000 mgr.smithi079.gpuwcc (mgr.14180) 67 : cephadm [INF] Reconfiguring daemon mon.smithi156 on smithi156 2023-12-21T04:52:08.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:07 smithi156 bash[28307]: cephadm 2023-12-21T04:52:06.539072+0000 mgr.smithi079.gpuwcc (mgr.14180) 66 : cephadm [INF] Reconfiguring mon.smithi156 (monmap changed)... 2023-12-21T04:52:08.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:07 smithi156 bash[28307]: cephadm 2023-12-21T04:52:06.542578+0000 mgr.smithi079.gpuwcc (mgr.14180) 67 : cephadm [INF] Reconfiguring daemon mon.smithi156 on smithi156 2023-12-21T04:52:08.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:08 smithi079 bash[24931]: cluster 2023-12-21T04:52:07.631400+0000 mgr.smithi079.gpuwcc (mgr.14180) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:08.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:08 smithi079 bash[24931]: audit 2023-12-21T04:52:08.313868+0000 mon.smithi079 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:52:08.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:08 smithi079 bash[24931]: audit 2023-12-21T04:52:08.319513+0000 mon.smithi079 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T04:52:08.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:08 smithi079 bash[24931]: audit 2023-12-21T04:52:08.321738+0000 mon.smithi079 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi079.front.sepia.ceph.com:9093"}]: dispatch 2023-12-21T04:52:08.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:08 smithi079 bash[24931]: audit 2023-12-21T04:52:08.327326+0000 mon.smithi079 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:52:08.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:08 smithi079 bash[24931]: audit 2023-12-21T04:52:08.334749+0000 mon.smithi079 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-21T04:52:08.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:08 smithi079 bash[24931]: audit 2023-12-21T04:52:08.341362+0000 mon.smithi079 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi079.front.sepia.ceph.com:3000"}]: dispatch 2023-12-21T04:52:08.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:08 smithi079 bash[24931]: audit 2023-12-21T04:52:08.349531+0000 mon.smithi079 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:52:08.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:08 smithi079 bash[24931]: audit 2023-12-21T04:52:08.359214+0000 mon.smithi079 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T04:52:08.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:08 smithi079 bash[24931]: audit 2023-12-21T04:52:08.362728+0000 mon.smithi079 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2023-12-21T04:52:08.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:08 smithi079 bash[24931]: audit 2023-12-21T04:52:08.370109+0000 mon.smithi079 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:52:08.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:08 smithi079 bash[24931]: audit 2023-12-21T04:52:08.375741+0000 mon.smithi079 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:52:09.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:08 smithi156 bash[28307]: cluster 2023-12-21T04:52:07.631400+0000 mgr.smithi079.gpuwcc (mgr.14180) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:09.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:08 smithi156 bash[28307]: audit 2023-12-21T04:52:08.313868+0000 mon.smithi079 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:52:09.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:08 smithi156 bash[28307]: audit 2023-12-21T04:52:08.319513+0000 mon.smithi079 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T04:52:09.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:08 smithi156 bash[28307]: audit 2023-12-21T04:52:08.321738+0000 mon.smithi079 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi079.front.sepia.ceph.com:9093"}]: dispatch 2023-12-21T04:52:09.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:08 smithi156 bash[28307]: audit 2023-12-21T04:52:08.327326+0000 mon.smithi079 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:52:09.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:08 smithi156 bash[28307]: audit 2023-12-21T04:52:08.334749+0000 mon.smithi079 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-21T04:52:09.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:08 smithi156 bash[28307]: audit 2023-12-21T04:52:08.341362+0000 mon.smithi079 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi079.front.sepia.ceph.com:3000"}]: dispatch 2023-12-21T04:52:09.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:08 smithi156 bash[28307]: audit 2023-12-21T04:52:08.349531+0000 mon.smithi079 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:52:09.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:08 smithi156 bash[28307]: audit 2023-12-21T04:52:08.359214+0000 mon.smithi079 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T04:52:09.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:08 smithi156 bash[28307]: audit 2023-12-21T04:52:08.362728+0000 mon.smithi079 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2023-12-21T04:52:09.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:08 smithi156 bash[28307]: audit 2023-12-21T04:52:08.370109+0000 mon.smithi079 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:52:09.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:08 smithi156 bash[28307]: audit 2023-12-21T04:52:08.375741+0000 mon.smithi079 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:52:10.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:09 smithi079 bash[24931]: audit 2023-12-21T04:52:08.320105+0000 mgr.smithi079.gpuwcc (mgr.14180) 69 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T04:52:10.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:09 smithi079 bash[24931]: audit 2023-12-21T04:52:08.322158+0000 mgr.smithi079.gpuwcc (mgr.14180) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi079.front.sepia.ceph.com:9093"}]: dispatch 2023-12-21T04:52:10.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:09 smithi079 bash[24931]: audit 2023-12-21T04:52:08.335326+0000 mgr.smithi079.gpuwcc (mgr.14180) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-21T04:52:10.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:09 smithi079 bash[24931]: audit 2023-12-21T04:52:08.341850+0000 mgr.smithi079.gpuwcc (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi079.front.sepia.ceph.com:3000"}]: dispatch 2023-12-21T04:52:10.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:09 smithi079 bash[24931]: audit 2023-12-21T04:52:08.360060+0000 mgr.smithi079.gpuwcc (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T04:52:10.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:09 smithi079 bash[24931]: audit 2023-12-21T04:52:08.363530+0000 mgr.smithi079.gpuwcc (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2023-12-21T04:52:10.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:09 smithi156 bash[28307]: audit 2023-12-21T04:52:08.320105+0000 mgr.smithi079.gpuwcc (mgr.14180) 69 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T04:52:10.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:09 smithi156 bash[28307]: audit 2023-12-21T04:52:08.322158+0000 mgr.smithi079.gpuwcc (mgr.14180) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi079.front.sepia.ceph.com:9093"}]: dispatch 2023-12-21T04:52:10.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:09 smithi156 bash[28307]: audit 2023-12-21T04:52:08.335326+0000 mgr.smithi079.gpuwcc (mgr.14180) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-21T04:52:10.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:09 smithi156 bash[28307]: audit 2023-12-21T04:52:08.341850+0000 mgr.smithi079.gpuwcc (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi079.front.sepia.ceph.com:3000"}]: dispatch 2023-12-21T04:52:10.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:09 smithi156 bash[28307]: audit 2023-12-21T04:52:08.360060+0000 mgr.smithi079.gpuwcc (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T04:52:10.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:09 smithi156 bash[28307]: audit 2023-12-21T04:52:08.363530+0000 mgr.smithi079.gpuwcc (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2023-12-21T04:52:10.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:10 smithi079 bash[24931]: cluster 2023-12-21T04:52:09.631782+0000 mgr.smithi079.gpuwcc (mgr.14180) 75 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:11.092 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:52:11.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:10 smithi156 bash[28307]: cluster 2023-12-21T04:52:09.631782+0000 mgr.smithi079.gpuwcc (mgr.14180) 75 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:11.814 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-21T04:52:12.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:11 smithi079 bash[24931]: audit 2023-12-21T04:52:11.091850+0000 mon.smithi079 (mon.0) 244 : audit [DBG] from='client.? 172.21.15.79:0/1260246657' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:52:12.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:11 smithi156 bash[28307]: audit 2023-12-21T04:52:11.091850+0000 mon.smithi079 (mon.0) 244 : audit [DBG] from='client.? 172.21.15.79:0/1260246657' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:52:12.815 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:52:13.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:12 smithi079 bash[24931]: cluster 2023-12-21T04:52:11.632186+0000 mgr.smithi079.gpuwcc (mgr.14180) 76 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:13.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:12 smithi156 bash[28307]: cluster 2023-12-21T04:52:11.632186+0000 mgr.smithi079.gpuwcc (mgr.14180) 76 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:14.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:14 smithi079 bash[24931]: cluster 2023-12-21T04:52:13.632447+0000 mgr.smithi079.gpuwcc (mgr.14180) 77 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:14.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:14 smithi079 bash[24931]: audit 2023-12-21T04:52:13.668783+0000 mon.smithi079 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:52:14.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:14 smithi079 bash[24931]: audit 2023-12-21T04:52:13.679465+0000 mon.smithi079 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:52:14.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:14 smithi079 bash[24931]: audit 2023-12-21T04:52:14.040828+0000 mon.smithi079 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:52:14.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:14 smithi079 bash[24931]: audit 2023-12-21T04:52:14.305516+0000 mon.smithi079 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:52:14.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:14 smithi079 bash[24931]: audit 2023-12-21T04:52:14.306544+0000 mon.smithi079 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:52:14.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:14 smithi079 bash[24931]: audit 2023-12-21T04:52:14.307402+0000 mon.smithi079 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:52:14.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:14 smithi079 bash[24931]: audit 2023-12-21T04:52:14.311617+0000 mon.smithi079 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:52:14.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:14 smithi079 bash[24931]: audit 2023-12-21T04:52:14.316398+0000 mon.smithi079 (mon.0) 252 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:52:14.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:14 smithi079 bash[24931]: audit 2023-12-21T04:52:14.322074+0000 mon.smithi079 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T04:52:14.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:14 smithi079 bash[24931]: audit 2023-12-21T04:52:14.323903+0000 mon.smithi079 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T04:52:14.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:14 smithi079 bash[24931]: audit 2023-12-21T04:52:14.324322+0000 mon.smithi079 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:52:14.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:14 smithi079 bash[24931]: audit 2023-12-21T04:52:14.325043+0000 mon.smithi079 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:52:14.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:14 smithi156 bash[28307]: cluster 2023-12-21T04:52:13.632447+0000 mgr.smithi079.gpuwcc (mgr.14180) 77 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:14.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:14 smithi156 bash[28307]: audit 2023-12-21T04:52:13.668783+0000 mon.smithi079 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:52:14.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:14 smithi156 bash[28307]: audit 2023-12-21T04:52:13.679465+0000 mon.smithi079 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:52:14.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:14 smithi156 bash[28307]: audit 2023-12-21T04:52:14.040828+0000 mon.smithi079 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:52:14.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:14 smithi156 bash[28307]: audit 2023-12-21T04:52:14.305516+0000 mon.smithi079 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:52:14.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:14 smithi156 bash[28307]: audit 2023-12-21T04:52:14.306544+0000 mon.smithi079 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:52:14.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:14 smithi156 bash[28307]: audit 2023-12-21T04:52:14.307402+0000 mon.smithi079 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:52:14.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:14 smithi156 bash[28307]: audit 2023-12-21T04:52:14.311617+0000 mon.smithi079 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:52:14.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:14 smithi156 bash[28307]: audit 2023-12-21T04:52:14.316398+0000 mon.smithi079 (mon.0) 252 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:52:14.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:14 smithi156 bash[28307]: audit 2023-12-21T04:52:14.322074+0000 mon.smithi079 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T04:52:14.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:14 smithi156 bash[28307]: audit 2023-12-21T04:52:14.323903+0000 mon.smithi079 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T04:52:14.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:14 smithi156 bash[28307]: audit 2023-12-21T04:52:14.324322+0000 mon.smithi079 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:52:14.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:14 smithi156 bash[28307]: audit 2023-12-21T04:52:14.325043+0000 mon.smithi079 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:52:15.727 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:52:16.452 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-21T04:52:16.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:16 smithi079 bash[24931]: cluster 2023-12-21T04:52:15.632695+0000 mgr.smithi079.gpuwcc (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:16.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:16 smithi079 bash[24931]: audit 2023-12-21T04:52:15.727723+0000 mon.smithi079 (mon.0) 257 : audit [DBG] from='client.? 172.21.15.79:0/3294420708' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:52:16.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:16 smithi156 bash[28307]: cluster 2023-12-21T04:52:15.632695+0000 mgr.smithi079.gpuwcc (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:16.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:16 smithi156 bash[28307]: audit 2023-12-21T04:52:15.727723+0000 mon.smithi079 (mon.0) 257 : audit [DBG] from='client.? 172.21.15.79:0/3294420708' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:52:17.453 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:52:18.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:18 smithi079 bash[24931]: cluster 2023-12-21T04:52:17.633050+0000 mgr.smithi079.gpuwcc (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:18.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:18 smithi156 bash[28307]: cluster 2023-12-21T04:52:17.633050+0000 mgr.smithi079.gpuwcc (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:20.773 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:52:20.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:20 smithi079 bash[24931]: cluster 2023-12-21T04:52:19.633456+0000 mgr.smithi079.gpuwcc (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:20.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:20 smithi156 bash[28307]: cluster 2023-12-21T04:52:19.633456+0000 mgr.smithi079.gpuwcc (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:21.781 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-21T04:52:21.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:21 smithi079 bash[24931]: audit 2023-12-21T04:52:20.773880+0000 mon.smithi079 (mon.0) 258 : audit [DBG] from='client.? 172.21.15.79:0/1922467677' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:52:21.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:21 smithi156 bash[28307]: audit 2023-12-21T04:52:20.773880+0000 mon.smithi079 (mon.0) 258 : audit [DBG] from='client.? 172.21.15.79:0/1922467677' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:52:22.782 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:52:22.978 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:22 smithi079 bash[24931]: cluster 2023-12-21T04:52:21.633932+0000 mgr.smithi079.gpuwcc (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:22.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:22 smithi156 bash[28307]: cluster 2023-12-21T04:52:21.633932+0000 mgr.smithi079.gpuwcc (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:23.840 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:23 smithi079 bash[24931]: audit 2023-12-21T04:52:22.848164+0000 mon.smithi156 (mon.1) 2 : audit [INF] from='client.? 172.21.15.156:0/107155034' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57cd70e1-efb8-4b9e-a37e-f83a6e337247"}]: dispatch 2023-12-21T04:52:23.840 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:23 smithi079 bash[24931]: audit 2023-12-21T04:52:22.850526+0000 mon.smithi079 (mon.0) 259 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57cd70e1-efb8-4b9e-a37e-f83a6e337247"}]: dispatch 2023-12-21T04:52:23.841 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:23 smithi079 bash[24931]: audit 2023-12-21T04:52:22.859874+0000 mon.smithi079 (mon.0) 260 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "57cd70e1-efb8-4b9e-a37e-f83a6e337247"}]': finished 2023-12-21T04:52:23.841 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:23 smithi079 bash[24931]: cluster 2023-12-21T04:52:22.859970+0000 mon.smithi079 (mon.0) 261 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-21T04:52:23.841 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:23 smithi079 bash[24931]: audit 2023-12-21T04:52:22.860129+0000 mon.smithi079 (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:52:23.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:23 smithi156 bash[28307]: audit 2023-12-21T04:52:22.848164+0000 mon.smithi156 (mon.1) 2 : audit [INF] from='client.? 172.21.15.156:0/107155034' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57cd70e1-efb8-4b9e-a37e-f83a6e337247"}]: dispatch 2023-12-21T04:52:23.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:23 smithi156 bash[28307]: audit 2023-12-21T04:52:22.850526+0000 mon.smithi079 (mon.0) 259 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57cd70e1-efb8-4b9e-a37e-f83a6e337247"}]: dispatch 2023-12-21T04:52:23.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:23 smithi156 bash[28307]: audit 2023-12-21T04:52:22.859874+0000 mon.smithi079 (mon.0) 260 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "57cd70e1-efb8-4b9e-a37e-f83a6e337247"}]': finished 2023-12-21T04:52:23.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:23 smithi156 bash[28307]: cluster 2023-12-21T04:52:22.859970+0000 mon.smithi079 (mon.0) 261 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-21T04:52:23.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:23 smithi156 bash[28307]: audit 2023-12-21T04:52:22.860129+0000 mon.smithi079 (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:52:25.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:24 smithi079 bash[24931]: cluster 2023-12-21T04:52:23.634283+0000 mgr.smithi079.gpuwcc (mgr.14180) 82 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:25.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:24 smithi079 bash[24931]: audit 2023-12-21T04:52:24.182024+0000 mon.smithi079 (mon.0) 263 : audit [INF] from='client.? 172.21.15.79:0/799435620' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff55c013-8796-44ec-88d8-e7ee73f9c783"}]: dispatch 2023-12-21T04:52:25.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:24 smithi079 bash[24931]: audit 2023-12-21T04:52:24.188027+0000 mon.smithi079 (mon.0) 264 : audit [INF] from='client.? 172.21.15.79:0/799435620' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ff55c013-8796-44ec-88d8-e7ee73f9c783"}]': finished 2023-12-21T04:52:25.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:24 smithi079 bash[24931]: cluster 2023-12-21T04:52:24.188126+0000 mon.smithi079 (mon.0) 265 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-21T04:52:25.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:24 smithi079 bash[24931]: audit 2023-12-21T04:52:24.188253+0000 mon.smithi079 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:52:25.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:24 smithi079 bash[24931]: audit 2023-12-21T04:52:24.188553+0000 mon.smithi079 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:52:25.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:24 smithi079 bash[24931]: audit 2023-12-21T04:52:24.393760+0000 mon.smithi079 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.156:0/3989779423' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:52:25.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:24 smithi156 bash[28307]: cluster 2023-12-21T04:52:23.634283+0000 mgr.smithi079.gpuwcc (mgr.14180) 82 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:25.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:24 smithi156 bash[28307]: audit 2023-12-21T04:52:24.182024+0000 mon.smithi079 (mon.0) 263 : audit [INF] from='client.? 172.21.15.79:0/799435620' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff55c013-8796-44ec-88d8-e7ee73f9c783"}]: dispatch 2023-12-21T04:52:25.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:24 smithi156 bash[28307]: audit 2023-12-21T04:52:24.188027+0000 mon.smithi079 (mon.0) 264 : audit [INF] from='client.? 172.21.15.79:0/799435620' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ff55c013-8796-44ec-88d8-e7ee73f9c783"}]': finished 2023-12-21T04:52:25.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:24 smithi156 bash[28307]: cluster 2023-12-21T04:52:24.188126+0000 mon.smithi079 (mon.0) 265 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-21T04:52:25.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:24 smithi156 bash[28307]: audit 2023-12-21T04:52:24.188253+0000 mon.smithi079 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:52:25.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:24 smithi156 bash[28307]: audit 2023-12-21T04:52:24.188553+0000 mon.smithi079 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:52:25.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:24 smithi156 bash[28307]: audit 2023-12-21T04:52:24.393760+0000 mon.smithi079 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.156:0/3989779423' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:52:26.350 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:52:26.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:26 smithi079 bash[24931]: cluster 2023-12-21T04:52:25.634653+0000 mgr.smithi079.gpuwcc (mgr.14180) 83 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:26.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:26 smithi079 bash[24931]: audit 2023-12-21T04:52:26.348658+0000 mon.smithi156 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.79:0/2477478735' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:52:26.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:26 smithi079 bash[24931]: audit 2023-12-21T04:52:26.498619+0000 mon.smithi079 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.79:0/3639175105' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:52:27.107 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1703134344,"num_remapped_pgs":0} 2023-12-21T04:52:27.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:26 smithi156 bash[28307]: cluster 2023-12-21T04:52:25.634653+0000 mgr.smithi079.gpuwcc (mgr.14180) 83 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:27.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:26 smithi156 bash[28307]: audit 2023-12-21T04:52:26.348658+0000 mon.smithi156 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.79:0/2477478735' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:52:27.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:26 smithi156 bash[28307]: audit 2023-12-21T04:52:26.498619+0000 mon.smithi079 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.79:0/3639175105' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:52:28.108 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:52:28.120 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:27 smithi079 bash[24931]: audit 2023-12-21T04:52:27.171512+0000 mon.smithi156 (mon.1) 4 : audit [INF] from='client.? 172.21.15.156:0/2873278504' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "39818a7e-2bab-4cc8-aa1c-741b6c8f99dd"}]: dispatch 2023-12-21T04:52:28.120 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:27 smithi079 bash[24931]: audit 2023-12-21T04:52:27.174058+0000 mon.smithi079 (mon.0) 270 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "39818a7e-2bab-4cc8-aa1c-741b6c8f99dd"}]: dispatch 2023-12-21T04:52:28.120 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:27 smithi079 bash[24931]: audit 2023-12-21T04:52:27.182530+0000 mon.smithi079 (mon.0) 271 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "39818a7e-2bab-4cc8-aa1c-741b6c8f99dd"}]': finished 2023-12-21T04:52:28.120 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:27 smithi079 bash[24931]: cluster 2023-12-21T04:52:27.182612+0000 mon.smithi079 (mon.0) 272 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-21T04:52:28.120 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:27 smithi079 bash[24931]: audit 2023-12-21T04:52:27.182788+0000 mon.smithi079 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:52:28.120 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:27 smithi079 bash[24931]: audit 2023-12-21T04:52:27.183265+0000 mon.smithi079 (mon.0) 274 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:52:28.121 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:27 smithi079 bash[24931]: audit 2023-12-21T04:52:27.183574+0000 mon.smithi079 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:52:28.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:27 smithi156 bash[28307]: audit 2023-12-21T04:52:27.171512+0000 mon.smithi156 (mon.1) 4 : audit [INF] from='client.? 172.21.15.156:0/2873278504' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "39818a7e-2bab-4cc8-aa1c-741b6c8f99dd"}]: dispatch 2023-12-21T04:52:28.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:27 smithi156 bash[28307]: audit 2023-12-21T04:52:27.174058+0000 mon.smithi079 (mon.0) 270 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "39818a7e-2bab-4cc8-aa1c-741b6c8f99dd"}]: dispatch 2023-12-21T04:52:28.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:27 smithi156 bash[28307]: audit 2023-12-21T04:52:27.182530+0000 mon.smithi079 (mon.0) 271 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "39818a7e-2bab-4cc8-aa1c-741b6c8f99dd"}]': finished 2023-12-21T04:52:28.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:27 smithi156 bash[28307]: cluster 2023-12-21T04:52:27.182612+0000 mon.smithi079 (mon.0) 272 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-21T04:52:28.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:27 smithi156 bash[28307]: audit 2023-12-21T04:52:27.182788+0000 mon.smithi079 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:52:28.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:27 smithi156 bash[28307]: audit 2023-12-21T04:52:27.183265+0000 mon.smithi079 (mon.0) 274 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:52:28.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:27 smithi156 bash[28307]: audit 2023-12-21T04:52:27.183574+0000 mon.smithi079 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:52:29.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:28 smithi079 bash[24931]: cluster 2023-12-21T04:52:27.635067+0000 mgr.smithi079.gpuwcc (mgr.14180) 84 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:29.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:28 smithi079 bash[24931]: audit 2023-12-21T04:52:28.753222+0000 mon.smithi156 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.156:0/3144866086' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:52:29.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:28 smithi156 bash[28307]: cluster 2023-12-21T04:52:27.635067+0000 mgr.smithi079.gpuwcc (mgr.14180) 84 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:29.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:28 smithi156 bash[28307]: audit 2023-12-21T04:52:28.753222+0000 mon.smithi156 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.156:0/3144866086' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:52:30.003 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:29 smithi079 bash[24931]: audit 2023-12-21T04:52:29.360725+0000 mon.smithi079 (mon.0) 276 : audit [INF] from='client.? 172.21.15.79:0/3416865302' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a3a4ded-a1ea-43e8-bf79-049254b9ccd1"}]: dispatch 2023-12-21T04:52:30.003 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:29 smithi079 bash[24931]: audit 2023-12-21T04:52:29.365402+0000 mon.smithi079 (mon.0) 277 : audit [INF] from='client.? 172.21.15.79:0/3416865302' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6a3a4ded-a1ea-43e8-bf79-049254b9ccd1"}]': finished 2023-12-21T04:52:30.003 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:29 smithi079 bash[24931]: cluster 2023-12-21T04:52:29.365450+0000 mon.smithi079 (mon.0) 278 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-21T04:52:30.003 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:29 smithi079 bash[24931]: audit 2023-12-21T04:52:29.365576+0000 mon.smithi079 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:52:30.003 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:29 smithi079 bash[24931]: audit 2023-12-21T04:52:29.365956+0000 mon.smithi079 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:52:30.004 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:29 smithi079 bash[24931]: audit 2023-12-21T04:52:29.366193+0000 mon.smithi079 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:52:30.004 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:29 smithi079 bash[24931]: audit 2023-12-21T04:52:29.366434+0000 mon.smithi079 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:52:30.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:29 smithi156 bash[28307]: audit 2023-12-21T04:52:29.360725+0000 mon.smithi079 (mon.0) 276 : audit [INF] from='client.? 172.21.15.79:0/3416865302' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a3a4ded-a1ea-43e8-bf79-049254b9ccd1"}]: dispatch 2023-12-21T04:52:30.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:29 smithi156 bash[28307]: audit 2023-12-21T04:52:29.365402+0000 mon.smithi079 (mon.0) 277 : audit [INF] from='client.? 172.21.15.79:0/3416865302' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6a3a4ded-a1ea-43e8-bf79-049254b9ccd1"}]': finished 2023-12-21T04:52:30.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:29 smithi156 bash[28307]: cluster 2023-12-21T04:52:29.365450+0000 mon.smithi079 (mon.0) 278 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-21T04:52:30.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:29 smithi156 bash[28307]: audit 2023-12-21T04:52:29.365576+0000 mon.smithi079 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:52:30.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:29 smithi156 bash[28307]: audit 2023-12-21T04:52:29.365956+0000 mon.smithi079 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:52:30.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:29 smithi156 bash[28307]: audit 2023-12-21T04:52:29.366193+0000 mon.smithi079 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:52:30.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:29 smithi156 bash[28307]: audit 2023-12-21T04:52:29.366434+0000 mon.smithi079 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:52:31.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:30 smithi079 bash[24931]: cluster 2023-12-21T04:52:29.635528+0000 mgr.smithi079.gpuwcc (mgr.14180) 85 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:31.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:30 smithi156 bash[28307]: cluster 2023-12-21T04:52:29.635528+0000 mgr.smithi079.gpuwcc (mgr.14180) 85 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:31.269 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:52:31.971 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1703134349,"num_remapped_pgs":0} 2023-12-21T04:52:31.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:31 smithi156 bash[28307]: audit 2023-12-21T04:52:31.269519+0000 mon.smithi079 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.79:0/3570068028' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:52:31.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:31 smithi156 bash[28307]: audit 2023-12-21T04:52:31.501428+0000 mon.smithi156 (mon.1) 6 : audit [INF] from='client.? 172.21.15.156:0/2898940751' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d62170bc-c519-4bec-abc9-cb4c71481f78"}]: dispatch 2023-12-21T04:52:31.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:31 smithi156 bash[28307]: audit 2023-12-21T04:52:31.503560+0000 mon.smithi079 (mon.0) 284 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d62170bc-c519-4bec-abc9-cb4c71481f78"}]: dispatch 2023-12-21T04:52:31.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:31 smithi156 bash[28307]: audit 2023-12-21T04:52:31.509101+0000 mon.smithi079 (mon.0) 285 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d62170bc-c519-4bec-abc9-cb4c71481f78"}]': finished 2023-12-21T04:52:31.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:31 smithi156 bash[28307]: cluster 2023-12-21T04:52:31.509178+0000 mon.smithi079 (mon.0) 286 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-21T04:52:31.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:31 smithi156 bash[28307]: audit 2023-12-21T04:52:31.509381+0000 mon.smithi079 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:52:31.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:31 smithi156 bash[28307]: audit 2023-12-21T04:52:31.510030+0000 mon.smithi079 (mon.0) 288 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:52:31.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:31 smithi156 bash[28307]: audit 2023-12-21T04:52:31.510387+0000 mon.smithi079 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:52:31.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:31 smithi156 bash[28307]: audit 2023-12-21T04:52:31.510717+0000 mon.smithi079 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:52:31.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:31 smithi156 bash[28307]: audit 2023-12-21T04:52:31.511044+0000 mon.smithi079 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:52:31.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:31 smithi156 bash[28307]: audit 2023-12-21T04:52:31.618943+0000 mon.smithi079 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.79:0/1817318697' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:52:32.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:31 smithi079 bash[24931]: audit 2023-12-21T04:52:31.269519+0000 mon.smithi079 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.79:0/3570068028' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:52:32.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:31 smithi079 bash[24931]: audit 2023-12-21T04:52:31.501428+0000 mon.smithi156 (mon.1) 6 : audit [INF] from='client.? 172.21.15.156:0/2898940751' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d62170bc-c519-4bec-abc9-cb4c71481f78"}]: dispatch 2023-12-21T04:52:32.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:31 smithi079 bash[24931]: audit 2023-12-21T04:52:31.503560+0000 mon.smithi079 (mon.0) 284 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d62170bc-c519-4bec-abc9-cb4c71481f78"}]: dispatch 2023-12-21T04:52:32.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:31 smithi079 bash[24931]: audit 2023-12-21T04:52:31.509101+0000 mon.smithi079 (mon.0) 285 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d62170bc-c519-4bec-abc9-cb4c71481f78"}]': finished 2023-12-21T04:52:32.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:31 smithi079 bash[24931]: cluster 2023-12-21T04:52:31.509178+0000 mon.smithi079 (mon.0) 286 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-21T04:52:32.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:31 smithi079 bash[24931]: audit 2023-12-21T04:52:31.509381+0000 mon.smithi079 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:52:32.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:31 smithi079 bash[24931]: audit 2023-12-21T04:52:31.510030+0000 mon.smithi079 (mon.0) 288 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:52:32.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:31 smithi079 bash[24931]: audit 2023-12-21T04:52:31.510387+0000 mon.smithi079 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:52:32.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:31 smithi079 bash[24931]: audit 2023-12-21T04:52:31.510717+0000 mon.smithi079 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:52:32.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:31 smithi079 bash[24931]: audit 2023-12-21T04:52:31.511044+0000 mon.smithi079 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:52:32.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:31 smithi079 bash[24931]: audit 2023-12-21T04:52:31.618943+0000 mon.smithi079 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.79:0/1817318697' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:52:32.972 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:52:33.173 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:32 smithi079 bash[24931]: cluster 2023-12-21T04:52:31.635759+0000 mgr.smithi079.gpuwcc (mgr.14180) 86 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:33.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:32 smithi156 bash[28307]: cluster 2023-12-21T04:52:31.635759+0000 mgr.smithi079.gpuwcc (mgr.14180) 86 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:34.150 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:33 smithi079 bash[24931]: audit 2023-12-21T04:52:33.118614+0000 mon.smithi156 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.156:0/2011283969' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:52:34.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:33 smithi156 bash[28307]: audit 2023-12-21T04:52:33.118614+0000 mon.smithi156 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.156:0/2011283969' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:52:34.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:34 smithi079 bash[24931]: cluster 2023-12-21T04:52:33.636098+0000 mgr.smithi079.gpuwcc (mgr.14180) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:34.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:34 smithi079 bash[24931]: audit 2023-12-21T04:52:34.427547+0000 mon.smithi079 (mon.0) 293 : audit [INF] from='client.? 172.21.15.79:0/3741019673' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec98c257-4510-45f0-9b7f-f28e63f7783d"}]: dispatch 2023-12-21T04:52:34.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:34 smithi079 bash[24931]: audit 2023-12-21T04:52:34.435294+0000 mon.smithi079 (mon.0) 294 : audit [INF] from='client.? 172.21.15.79:0/3741019673' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ec98c257-4510-45f0-9b7f-f28e63f7783d"}]': finished 2023-12-21T04:52:34.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:34 smithi079 bash[24931]: cluster 2023-12-21T04:52:34.435411+0000 mon.smithi079 (mon.0) 295 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-21T04:52:34.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:34 smithi079 bash[24931]: audit 2023-12-21T04:52:34.435541+0000 mon.smithi079 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:52:34.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:34 smithi079 bash[24931]: audit 2023-12-21T04:52:34.435882+0000 mon.smithi079 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:52:34.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:34 smithi079 bash[24931]: audit 2023-12-21T04:52:34.436021+0000 mon.smithi079 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:52:34.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:34 smithi079 bash[24931]: audit 2023-12-21T04:52:34.436170+0000 mon.smithi079 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:52:34.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:34 smithi079 bash[24931]: audit 2023-12-21T04:52:34.436316+0000 mon.smithi079 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:52:34.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:34 smithi079 bash[24931]: audit 2023-12-21T04:52:34.436465+0000 mon.smithi079 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:52:35.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:34 smithi156 bash[28307]: cluster 2023-12-21T04:52:33.636098+0000 mgr.smithi079.gpuwcc (mgr.14180) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:35.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:34 smithi156 bash[28307]: audit 2023-12-21T04:52:34.427547+0000 mon.smithi079 (mon.0) 293 : audit [INF] from='client.? 172.21.15.79:0/3741019673' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec98c257-4510-45f0-9b7f-f28e63f7783d"}]: dispatch 2023-12-21T04:52:35.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:34 smithi156 bash[28307]: audit 2023-12-21T04:52:34.435294+0000 mon.smithi079 (mon.0) 294 : audit [INF] from='client.? 172.21.15.79:0/3741019673' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ec98c257-4510-45f0-9b7f-f28e63f7783d"}]': finished 2023-12-21T04:52:35.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:34 smithi156 bash[28307]: cluster 2023-12-21T04:52:34.435411+0000 mon.smithi079 (mon.0) 295 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-21T04:52:35.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:34 smithi156 bash[28307]: audit 2023-12-21T04:52:34.435541+0000 mon.smithi079 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:52:35.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:34 smithi156 bash[28307]: audit 2023-12-21T04:52:34.435882+0000 mon.smithi079 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:52:35.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:34 smithi156 bash[28307]: audit 2023-12-21T04:52:34.436021+0000 mon.smithi079 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:52:35.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:34 smithi156 bash[28307]: audit 2023-12-21T04:52:34.436170+0000 mon.smithi079 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:52:35.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:34 smithi156 bash[28307]: audit 2023-12-21T04:52:34.436316+0000 mon.smithi079 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:52:35.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:34 smithi156 bash[28307]: audit 2023-12-21T04:52:34.436465+0000 mon.smithi079 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:52:36.402 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:52:36.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:36 smithi079 bash[24931]: cluster 2023-12-21T04:52:35.636526+0000 mgr.smithi079.gpuwcc (mgr.14180) 88 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:36.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:36 smithi079 bash[24931]: audit 2023-12-21T04:52:35.914513+0000 mon.smithi156 (mon.1) 8 : audit [INF] from='client.? 172.21.15.156:0/1484053237' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "56856407-cb74-484f-a4d4-b6265109f21e"}]: dispatch 2023-12-21T04:52:36.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:36 smithi079 bash[24931]: audit 2023-12-21T04:52:35.917210+0000 mon.smithi079 (mon.0) 302 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "56856407-cb74-484f-a4d4-b6265109f21e"}]: dispatch 2023-12-21T04:52:36.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:36 smithi079 bash[24931]: audit 2023-12-21T04:52:35.924890+0000 mon.smithi079 (mon.0) 303 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "56856407-cb74-484f-a4d4-b6265109f21e"}]': finished 2023-12-21T04:52:36.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:36 smithi079 bash[24931]: cluster 2023-12-21T04:52:35.925070+0000 mon.smithi079 (mon.0) 304 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-21T04:52:36.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:36 smithi079 bash[24931]: audit 2023-12-21T04:52:35.925337+0000 mon.smithi079 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:52:36.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:36 smithi079 bash[24931]: audit 2023-12-21T04:52:35.925941+0000 mon.smithi079 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:52:36.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:36 smithi079 bash[24931]: audit 2023-12-21T04:52:35.926290+0000 mon.smithi079 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:52:36.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:36 smithi079 bash[24931]: audit 2023-12-21T04:52:35.926627+0000 mon.smithi079 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:52:36.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:36 smithi079 bash[24931]: audit 2023-12-21T04:52:35.926968+0000 mon.smithi079 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:52:36.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:36 smithi079 bash[24931]: audit 2023-12-21T04:52:35.927334+0000 mon.smithi079 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:52:36.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:36 smithi079 bash[24931]: audit 2023-12-21T04:52:35.927690+0000 mon.smithi079 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:52:36.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:36 smithi079 bash[24931]: audit 2023-12-21T04:52:36.402063+0000 mon.smithi079 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.79:0/2363530740' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:52:36.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:36 smithi079 bash[24931]: audit 2023-12-21T04:52:36.528369+0000 mon.smithi079 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.79:0/1020167264' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:52:37.123 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1703134355,"num_remapped_pgs":0} 2023-12-21T04:52:37.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:36 smithi156 bash[28307]: cluster 2023-12-21T04:52:35.636526+0000 mgr.smithi079.gpuwcc (mgr.14180) 88 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:37.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:36 smithi156 bash[28307]: audit 2023-12-21T04:52:35.914513+0000 mon.smithi156 (mon.1) 8 : audit [INF] from='client.? 172.21.15.156:0/1484053237' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "56856407-cb74-484f-a4d4-b6265109f21e"}]: dispatch 2023-12-21T04:52:37.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:36 smithi156 bash[28307]: audit 2023-12-21T04:52:35.917210+0000 mon.smithi079 (mon.0) 302 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "56856407-cb74-484f-a4d4-b6265109f21e"}]: dispatch 2023-12-21T04:52:37.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:36 smithi156 bash[28307]: audit 2023-12-21T04:52:35.924890+0000 mon.smithi079 (mon.0) 303 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "56856407-cb74-484f-a4d4-b6265109f21e"}]': finished 2023-12-21T04:52:37.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:36 smithi156 bash[28307]: cluster 2023-12-21T04:52:35.925070+0000 mon.smithi079 (mon.0) 304 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-21T04:52:37.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:36 smithi156 bash[28307]: audit 2023-12-21T04:52:35.925337+0000 mon.smithi079 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:52:37.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:36 smithi156 bash[28307]: audit 2023-12-21T04:52:35.925941+0000 mon.smithi079 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:52:37.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:36 smithi156 bash[28307]: audit 2023-12-21T04:52:35.926290+0000 mon.smithi079 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:52:37.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:36 smithi156 bash[28307]: audit 2023-12-21T04:52:35.926627+0000 mon.smithi079 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:52:37.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:36 smithi156 bash[28307]: audit 2023-12-21T04:52:35.926968+0000 mon.smithi079 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:52:37.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:36 smithi156 bash[28307]: audit 2023-12-21T04:52:35.927334+0000 mon.smithi079 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:52:37.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:36 smithi156 bash[28307]: audit 2023-12-21T04:52:35.927690+0000 mon.smithi079 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:52:37.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:36 smithi156 bash[28307]: audit 2023-12-21T04:52:36.402063+0000 mon.smithi079 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.79:0/2363530740' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:52:37.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:36 smithi156 bash[28307]: audit 2023-12-21T04:52:36.528369+0000 mon.smithi079 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.79:0/1020167264' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:52:38.124 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:52:38.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:37 smithi079 bash[24931]: audit 2023-12-21T04:52:37.540287+0000 mon.smithi156 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.156:0/1000237247' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:52:38.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:37 smithi156 bash[28307]: audit 2023-12-21T04:52:37.540287+0000 mon.smithi156 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.156:0/1000237247' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:52:39.212 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:38 smithi079 bash[24931]: cluster 2023-12-21T04:52:37.636970+0000 mgr.smithi079.gpuwcc (mgr.14180) 89 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:39.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:38 smithi156 bash[28307]: cluster 2023-12-21T04:52:37.636970+0000 mgr.smithi079.gpuwcc (mgr.14180) 89 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:40.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:39 smithi079 bash[24931]: audit 2023-12-21T04:52:39.366348+0000 mon.smithi079 (mon.0) 314 : audit [INF] from='client.? 172.21.15.79:0/3871068935' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "faa843cf-31f9-4573-81c3-90bdb8f08f73"}]: dispatch 2023-12-21T04:52:40.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:39 smithi079 bash[24931]: audit 2023-12-21T04:52:39.376129+0000 mon.smithi079 (mon.0) 315 : audit [INF] from='client.? 172.21.15.79:0/3871068935' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "faa843cf-31f9-4573-81c3-90bdb8f08f73"}]': finished 2023-12-21T04:52:40.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:39 smithi079 bash[24931]: cluster 2023-12-21T04:52:39.376170+0000 mon.smithi079 (mon.0) 316 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-21T04:52:40.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:39 smithi079 bash[24931]: audit 2023-12-21T04:52:39.376328+0000 mon.smithi079 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:52:40.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:39 smithi079 bash[24931]: audit 2023-12-21T04:52:39.376929+0000 mon.smithi079 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:52:40.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:39 smithi079 bash[24931]: audit 2023-12-21T04:52:39.377231+0000 mon.smithi079 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:52:40.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:39 smithi079 bash[24931]: audit 2023-12-21T04:52:39.377585+0000 mon.smithi079 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:52:40.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:39 smithi079 bash[24931]: audit 2023-12-21T04:52:39.377892+0000 mon.smithi079 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:52:40.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:39 smithi079 bash[24931]: audit 2023-12-21T04:52:39.378256+0000 mon.smithi079 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:52:40.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:39 smithi079 bash[24931]: audit 2023-12-21T04:52:39.378562+0000 mon.smithi079 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:52:40.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:39 smithi079 bash[24931]: audit 2023-12-21T04:52:39.378854+0000 mon.smithi079 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:52:40.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:39 smithi156 bash[28307]: audit 2023-12-21T04:52:39.366348+0000 mon.smithi079 (mon.0) 314 : audit [INF] from='client.? 172.21.15.79:0/3871068935' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "faa843cf-31f9-4573-81c3-90bdb8f08f73"}]: dispatch 2023-12-21T04:52:40.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:39 smithi156 bash[28307]: audit 2023-12-21T04:52:39.376129+0000 mon.smithi079 (mon.0) 315 : audit [INF] from='client.? 172.21.15.79:0/3871068935' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "faa843cf-31f9-4573-81c3-90bdb8f08f73"}]': finished 2023-12-21T04:52:40.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:39 smithi156 bash[28307]: cluster 2023-12-21T04:52:39.376170+0000 mon.smithi079 (mon.0) 316 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-21T04:52:40.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:39 smithi156 bash[28307]: audit 2023-12-21T04:52:39.376328+0000 mon.smithi079 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:52:40.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:39 smithi156 bash[28307]: audit 2023-12-21T04:52:39.376929+0000 mon.smithi079 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:52:40.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:39 smithi156 bash[28307]: audit 2023-12-21T04:52:39.377231+0000 mon.smithi079 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:52:40.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:39 smithi156 bash[28307]: audit 2023-12-21T04:52:39.377585+0000 mon.smithi079 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:52:40.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:39 smithi156 bash[28307]: audit 2023-12-21T04:52:39.377892+0000 mon.smithi079 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:52:40.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:39 smithi156 bash[28307]: audit 2023-12-21T04:52:39.378256+0000 mon.smithi079 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:52:40.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:39 smithi156 bash[28307]: audit 2023-12-21T04:52:39.378562+0000 mon.smithi079 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:52:40.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:39 smithi156 bash[28307]: audit 2023-12-21T04:52:39.378854+0000 mon.smithi079 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:52:41.174 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:52:41.225 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:40 smithi079 bash[24931]: cluster 2023-12-21T04:52:39.637509+0000 mgr.smithi079.gpuwcc (mgr.14180) 90 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:41.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:40 smithi156 bash[28307]: cluster 2023-12-21T04:52:39.637509+0000 mgr.smithi079.gpuwcc (mgr.14180) 90 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:41.951 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703134359,"num_remapped_pgs":0} 2023-12-21T04:52:42.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:41 smithi079 bash[24931]: audit 2023-12-21T04:52:41.175209+0000 mon.smithi079 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.79:0/1776565163' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:52:42.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:41 smithi079 bash[24931]: audit 2023-12-21T04:52:41.541372+0000 mon.smithi079 (mon.0) 326 : audit [DBG] from='client.? 172.21.15.79:0/248056529' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:52:42.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:41 smithi156 bash[28307]: audit 2023-12-21T04:52:41.175209+0000 mon.smithi079 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.79:0/1776565163' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:52:42.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:41 smithi156 bash[28307]: audit 2023-12-21T04:52:41.541372+0000 mon.smithi079 (mon.0) 326 : audit [DBG] from='client.? 172.21.15.79:0/248056529' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:52:42.953 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:52:43.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:42 smithi079 bash[24931]: cluster 2023-12-21T04:52:41.637788+0000 mgr.smithi079.gpuwcc (mgr.14180) 91 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:43.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:42 smithi156 bash[28307]: cluster 2023-12-21T04:52:41.637788+0000 mgr.smithi079.gpuwcc (mgr.14180) 91 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:45.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:44 smithi079 bash[24931]: cluster 2023-12-21T04:52:43.638214+0000 mgr.smithi079.gpuwcc (mgr.14180) 92 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:45.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:44 smithi156 bash[28307]: cluster 2023-12-21T04:52:43.638214+0000 mgr.smithi079.gpuwcc (mgr.14180) 92 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:46.423 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:52:47.116 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703134359,"num_remapped_pgs":0} 2023-12-21T04:52:47.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:46 smithi079 bash[24931]: cluster 2023-12-21T04:52:45.638636+0000 mgr.smithi079.gpuwcc (mgr.14180) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:47.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:46 smithi079 bash[24931]: audit 2023-12-21T04:52:46.423077+0000 mon.smithi079 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.79:0/84260452' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:52:47.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:46 smithi156 bash[28307]: cluster 2023-12-21T04:52:45.638636+0000 mgr.smithi079.gpuwcc (mgr.14180) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:47.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:46 smithi156 bash[28307]: audit 2023-12-21T04:52:46.423077+0000 mon.smithi079 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.79:0/84260452' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:52:48.117 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:52:49.196 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:48 smithi079 bash[24931]: cluster 2023-12-21T04:52:47.639042+0000 mgr.smithi079.gpuwcc (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:49.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:48 smithi156 bash[28307]: cluster 2023-12-21T04:52:47.639042+0000 mgr.smithi079.gpuwcc (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:50.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:49 smithi079 bash[24931]: audit 2023-12-21T04:52:49.267420+0000 mon.smithi079 (mon.0) 328 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-21T04:52:50.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:49 smithi079 bash[24931]: audit 2023-12-21T04:52:49.268893+0000 mon.smithi079 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:52:50.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:49 smithi156 bash[28307]: audit 2023-12-21T04:52:49.267420+0000 mon.smithi079 (mon.0) 328 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-21T04:52:50.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:49 smithi156 bash[28307]: audit 2023-12-21T04:52:49.268893+0000 mon.smithi079 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:52:51.146 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:52:51.197 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:50 smithi079 bash[24931]: cephadm 2023-12-21T04:52:49.270067+0000 mgr.smithi079.gpuwcc (mgr.14180) 95 : cephadm [INF] Deploying daemon osd.0 on smithi156 2023-12-21T04:52:51.198 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:50 smithi079 bash[24931]: cluster 2023-12-21T04:52:49.639430+0000 mgr.smithi079.gpuwcc (mgr.14180) 96 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:51.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:50 smithi156 bash[28307]: cephadm 2023-12-21T04:52:49.270067+0000 mgr.smithi079.gpuwcc (mgr.14180) 95 : cephadm [INF] Deploying daemon osd.0 on smithi156 2023-12-21T04:52:51.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:50 smithi156 bash[28307]: cluster 2023-12-21T04:52:49.639430+0000 mgr.smithi079.gpuwcc (mgr.14180) 96 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:52.074 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703134359,"num_remapped_pgs":0} 2023-12-21T04:52:52.199 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:51 smithi156 bash[28307]: audit 2023-12-21T04:52:51.146993+0000 mon.smithi079 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.79:0/529853207' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:52:52.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:51 smithi079 bash[24931]: audit 2023-12-21T04:52:51.146993+0000 mon.smithi079 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.79:0/529853207' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:52:53.075 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:52:53.094 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:52 smithi156 bash[28307]: cluster 2023-12-21T04:52:51.639888+0000 mgr.smithi079.gpuwcc (mgr.14180) 97 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:53.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:52 smithi079 bash[24931]: cluster 2023-12-21T04:52:51.639888+0000 mgr.smithi079.gpuwcc (mgr.14180) 97 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:54.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:54 smithi156 bash[28307]: audit 2023-12-21T04:52:53.369173+0000 mon.smithi079 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:52:54.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:54 smithi156 bash[28307]: audit 2023-12-21T04:52:53.370256+0000 mon.smithi079 (mon.0) 332 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-21T04:52:54.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:54 smithi156 bash[28307]: audit 2023-12-21T04:52:53.371377+0000 mon.smithi079 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:52:54.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:54 smithi156 bash[28307]: cephadm 2023-12-21T04:52:53.372253+0000 mgr.smithi079.gpuwcc (mgr.14180) 98 : cephadm [INF] Deploying daemon osd.2 on smithi156 2023-12-21T04:52:54.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:54 smithi156 bash[28307]: cluster 2023-12-21T04:52:53.640332+0000 mgr.smithi079.gpuwcc (mgr.14180) 99 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:54.793 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:54 smithi079 bash[24931]: audit 2023-12-21T04:52:53.369173+0000 mon.smithi079 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:52:54.793 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:54 smithi079 bash[24931]: audit 2023-12-21T04:52:53.370256+0000 mon.smithi079 (mon.0) 332 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-21T04:52:54.793 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:54 smithi079 bash[24931]: audit 2023-12-21T04:52:53.371377+0000 mon.smithi079 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:52:54.793 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:54 smithi079 bash[24931]: cephadm 2023-12-21T04:52:53.372253+0000 mgr.smithi079.gpuwcc (mgr.14180) 98 : cephadm [INF] Deploying daemon osd.2 on smithi156 2023-12-21T04:52:54.793 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:54 smithi079 bash[24931]: cluster 2023-12-21T04:52:53.640332+0000 mgr.smithi079.gpuwcc (mgr.14180) 99 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:55.870 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:55 smithi079 bash[24931]: audit 2023-12-21T04:52:55.621578+0000 mon.smithi079 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-21T04:52:55.870 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:55 smithi079 bash[24931]: audit 2023-12-21T04:52:55.622769+0000 mon.smithi079 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:52:55.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:55 smithi156 bash[28307]: audit 2023-12-21T04:52:55.621578+0000 mon.smithi079 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-21T04:52:55.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:55 smithi156 bash[28307]: audit 2023-12-21T04:52:55.622769+0000 mon.smithi079 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:52:56.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:56 smithi079 bash[24931]: cephadm 2023-12-21T04:52:55.623658+0000 mgr.smithi079.gpuwcc (mgr.14180) 100 : cephadm [INF] Deploying daemon osd.1 on smithi079 2023-12-21T04:52:56.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:56 smithi079 bash[24931]: cluster 2023-12-21T04:52:55.640740+0000 mgr.smithi079.gpuwcc (mgr.14180) 101 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:56.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:56 smithi156 bash[28307]: cephadm 2023-12-21T04:52:55.623658+0000 mgr.smithi079.gpuwcc (mgr.14180) 100 : cephadm [INF] Deploying daemon osd.1 on smithi079 2023-12-21T04:52:56.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:56 smithi156 bash[28307]: cluster 2023-12-21T04:52:55.640740+0000 mgr.smithi079.gpuwcc (mgr.14180) 101 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:57.219 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:52:57.949 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:57 smithi156 bash[28307]: audit 2023-12-21T04:52:57.219673+0000 mon.smithi079 (mon.0) 336 : audit [DBG] from='client.? 172.21.15.79:0/364398283' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:52:57.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:57 smithi079 bash[24931]: audit 2023-12-21T04:52:57.219673+0000 mon.smithi079 (mon.0) 336 : audit [DBG] from='client.? 172.21.15.79:0/364398283' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:52:58.329 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703134359,"num_remapped_pgs":0} 2023-12-21T04:52:58.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:58 smithi079 bash[24931]: cluster 2023-12-21T04:52:57.641140+0000 mgr.smithi079.gpuwcc (mgr.14180) 102 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:58.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:58 smithi156 bash[28307]: cluster 2023-12-21T04:52:57.641140+0000 mgr.smithi079.gpuwcc (mgr.14180) 102 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:52:59.331 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:53:00.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:59 smithi079 bash[24931]: audit 2023-12-21T04:52:58.903424+0000 mon.smithi079 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:00.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:59 smithi079 bash[24931]: audit 2023-12-21T04:52:58.904722+0000 mon.smithi079 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-21T04:53:00.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:59 smithi079 bash[24931]: audit 2023-12-21T04:52:58.906185+0000 mon.smithi079 (mon.0) 339 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:53:00.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:52:59 smithi079 bash[24931]: cephadm 2023-12-21T04:52:58.907386+0000 mgr.smithi079.gpuwcc (mgr.14180) 103 : cephadm [INF] Deploying daemon osd.4 on smithi156 2023-12-21T04:53:00.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:59 smithi156 bash[28307]: audit 2023-12-21T04:52:58.903424+0000 mon.smithi079 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:00.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:59 smithi156 bash[28307]: audit 2023-12-21T04:52:58.904722+0000 mon.smithi079 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-21T04:53:00.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:59 smithi156 bash[28307]: audit 2023-12-21T04:52:58.906185+0000 mon.smithi079 (mon.0) 339 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:53:00.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:52:59 smithi156 bash[28307]: cephadm 2023-12-21T04:52:58.907386+0000 mgr.smithi079.gpuwcc (mgr.14180) 103 : cephadm [INF] Deploying daemon osd.4 on smithi156 2023-12-21T04:53:00.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:00 smithi156 bash[28307]: cluster 2023-12-21T04:52:59.641390+0000 mgr.smithi079.gpuwcc (mgr.14180) 104 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:53:00.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:00 smithi156 bash[28307]: audit 2023-12-21T04:53:00.767794+0000 mon.smithi079 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:00.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:00 smithi156 bash[28307]: audit 2023-12-21T04:53:00.768957+0000 mon.smithi079 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-21T04:53:00.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:00 smithi156 bash[28307]: audit 2023-12-21T04:53:00.769913+0000 mon.smithi079 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:53:01.072 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:00 smithi079 bash[24931]: cluster 2023-12-21T04:52:59.641390+0000 mgr.smithi079.gpuwcc (mgr.14180) 104 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:53:01.073 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:00 smithi079 bash[24931]: audit 2023-12-21T04:53:00.767794+0000 mon.smithi079 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:01.073 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:00 smithi079 bash[24931]: audit 2023-12-21T04:53:00.768957+0000 mon.smithi079 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-21T04:53:01.073 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:00 smithi079 bash[24931]: audit 2023-12-21T04:53:00.769913+0000 mon.smithi079 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:53:01.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:01 smithi156 bash[28307]: cephadm 2023-12-21T04:53:00.770789+0000 mgr.smithi079.gpuwcc (mgr.14180) 105 : cephadm [INF] Deploying daemon osd.3 on smithi079 2023-12-21T04:53:01.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:01 smithi156 bash[28307]: audit 2023-12-21T04:53:01.599769+0000 mon.smithi156 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.156:6800/103157498,v1:172.21.15.156:6801/103157498]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-21T04:53:01.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:01 smithi156 bash[28307]: audit 2023-12-21T04:53:01.602064+0000 mon.smithi079 (mon.0) 343 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-21T04:53:02.205 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:01 smithi079 bash[24931]: cephadm 2023-12-21T04:53:00.770789+0000 mgr.smithi079.gpuwcc (mgr.14180) 105 : cephadm [INF] Deploying daemon osd.3 on smithi079 2023-12-21T04:53:02.205 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:01 smithi079 bash[24931]: audit 2023-12-21T04:53:01.599769+0000 mon.smithi156 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.156:6800/103157498,v1:172.21.15.156:6801/103157498]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-21T04:53:02.205 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:01 smithi079 bash[24931]: audit 2023-12-21T04:53:01.602064+0000 mon.smithi079 (mon.0) 343 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-21T04:53:03.188 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:02 smithi079 bash[24931]: cluster 2023-12-21T04:53:01.641792+0000 mgr.smithi079.gpuwcc (mgr.14180) 106 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:53:03.188 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:02 smithi079 bash[24931]: audit 2023-12-21T04:53:01.919653+0000 mon.smithi079 (mon.0) 344 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-21T04:53:03.188 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:02 smithi079 bash[24931]: cluster 2023-12-21T04:53:01.919750+0000 mon.smithi079 (mon.0) 345 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-21T04:53:03.188 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:02 smithi079 bash[24931]: audit 2023-12-21T04:53:01.919982+0000 mon.smithi079 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:53:03.189 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:02 smithi079 bash[24931]: audit 2023-12-21T04:53:01.920673+0000 mon.smithi156 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.156:6800/103157498,v1:172.21.15.156:6801/103157498]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-12-21T04:53:03.189 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:02 smithi079 bash[24931]: audit 2023-12-21T04:53:01.920676+0000 mon.smithi079 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:53:03.189 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:02 smithi079 bash[24931]: audit 2023-12-21T04:53:01.921066+0000 mon.smithi079 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:53:03.189 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:02 smithi079 bash[24931]: audit 2023-12-21T04:53:01.921545+0000 mon.smithi079 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:03.189 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:02 smithi079 bash[24931]: audit 2023-12-21T04:53:01.921849+0000 mon.smithi079 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:53:03.189 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:02 smithi079 bash[24931]: audit 2023-12-21T04:53:01.922169+0000 mon.smithi079 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:03.189 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:02 smithi079 bash[24931]: audit 2023-12-21T04:53:01.922648+0000 mon.smithi079 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:03.189 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:02 smithi079 bash[24931]: audit 2023-12-21T04:53:01.923141+0000 mon.smithi079 (mon.0) 353 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-12-21T04:53:03.189 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:02 smithi079 bash[24931]: audit 2023-12-21T04:53:01.923420+0000 mon.smithi079 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:03.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:02 smithi156 bash[28307]: cluster 2023-12-21T04:53:01.641792+0000 mgr.smithi079.gpuwcc (mgr.14180) 106 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:53:03.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:02 smithi156 bash[28307]: audit 2023-12-21T04:53:01.919653+0000 mon.smithi079 (mon.0) 344 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-21T04:53:03.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:02 smithi156 bash[28307]: cluster 2023-12-21T04:53:01.919750+0000 mon.smithi079 (mon.0) 345 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-21T04:53:03.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:02 smithi156 bash[28307]: audit 2023-12-21T04:53:01.919982+0000 mon.smithi079 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:53:03.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:02 smithi156 bash[28307]: audit 2023-12-21T04:53:01.920673+0000 mon.smithi156 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.156:6800/103157498,v1:172.21.15.156:6801/103157498]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-12-21T04:53:03.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:02 smithi156 bash[28307]: audit 2023-12-21T04:53:01.920676+0000 mon.smithi079 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:53:03.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:02 smithi156 bash[28307]: audit 2023-12-21T04:53:01.921066+0000 mon.smithi079 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:53:03.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:02 smithi156 bash[28307]: audit 2023-12-21T04:53:01.921545+0000 mon.smithi079 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:03.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:02 smithi156 bash[28307]: audit 2023-12-21T04:53:01.921849+0000 mon.smithi079 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:53:03.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:02 smithi156 bash[28307]: audit 2023-12-21T04:53:01.922169+0000 mon.smithi079 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:03.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:02 smithi156 bash[28307]: audit 2023-12-21T04:53:01.922648+0000 mon.smithi079 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:03.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:02 smithi156 bash[28307]: audit 2023-12-21T04:53:01.923141+0000 mon.smithi079 (mon.0) 353 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-12-21T04:53:03.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:02 smithi156 bash[28307]: audit 2023-12-21T04:53:01.923420+0000 mon.smithi079 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:03.874 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:53:03.997 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:03 smithi079 bash[24931]: audit 2023-12-21T04:53:02.924055+0000 mon.smithi079 (mon.0) 355 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2023-12-21T04:53:03.997 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:03 smithi079 bash[24931]: cluster 2023-12-21T04:53:02.924181+0000 mon.smithi079 (mon.0) 356 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-21T04:53:03.997 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:03 smithi079 bash[24931]: audit 2023-12-21T04:53:02.924789+0000 mon.smithi079 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:53:03.998 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:03 smithi079 bash[24931]: audit 2023-12-21T04:53:02.925316+0000 mon.smithi079 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:53:03.998 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:03 smithi079 bash[24931]: audit 2023-12-21T04:53:02.925496+0000 mon.smithi079 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:53:03.998 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:03 smithi079 bash[24931]: audit 2023-12-21T04:53:02.925711+0000 mon.smithi079 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:03.998 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:03 smithi079 bash[24931]: audit 2023-12-21T04:53:02.925991+0000 mon.smithi079 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:53:03.998 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:03 smithi079 bash[24931]: audit 2023-12-21T04:53:02.929575+0000 mon.smithi079 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:03.998 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:03 smithi079 bash[24931]: audit 2023-12-21T04:53:02.929761+0000 mon.smithi079 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:03.998 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:03 smithi079 bash[24931]: audit 2023-12-21T04:53:02.929959+0000 mon.smithi079 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:03.998 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:03 smithi079 bash[24931]: audit 2023-12-21T04:53:02.930459+0000 mon.smithi079 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:53:03.998 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:03 smithi079 bash[24931]: audit 2023-12-21T04:53:03.874817+0000 mon.smithi079 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.79:0/771144660' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:53:04.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:03 smithi156 bash[28307]: audit 2023-12-21T04:53:02.924055+0000 mon.smithi079 (mon.0) 355 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2023-12-21T04:53:04.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:03 smithi156 bash[28307]: cluster 2023-12-21T04:53:02.924181+0000 mon.smithi079 (mon.0) 356 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-21T04:53:04.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:03 smithi156 bash[28307]: audit 2023-12-21T04:53:02.924789+0000 mon.smithi079 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:53:04.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:03 smithi156 bash[28307]: audit 2023-12-21T04:53:02.925316+0000 mon.smithi079 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:53:04.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:03 smithi156 bash[28307]: audit 2023-12-21T04:53:02.925496+0000 mon.smithi079 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:53:04.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:03 smithi156 bash[28307]: audit 2023-12-21T04:53:02.925711+0000 mon.smithi079 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:04.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:03 smithi156 bash[28307]: audit 2023-12-21T04:53:02.925991+0000 mon.smithi079 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:53:04.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:03 smithi156 bash[28307]: audit 2023-12-21T04:53:02.929575+0000 mon.smithi079 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:04.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:03 smithi156 bash[28307]: audit 2023-12-21T04:53:02.929761+0000 mon.smithi079 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:04.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:03 smithi156 bash[28307]: audit 2023-12-21T04:53:02.929959+0000 mon.smithi079 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:04.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:03 smithi156 bash[28307]: audit 2023-12-21T04:53:02.930459+0000 mon.smithi079 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:53:04.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:03 smithi156 bash[28307]: audit 2023-12-21T04:53:03.874817+0000 mon.smithi079 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.79:0/771144660' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:53:05.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:04 smithi079 bash[24931]: cluster 2023-12-21T04:53:02.549379+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:53:05.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:04 smithi079 bash[24931]: cluster 2023-12-21T04:53:02.549503+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:53:05.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:04 smithi079 bash[24931]: cluster 2023-12-21T04:53:03.642216+0000 mgr.smithi079.gpuwcc (mgr.14180) 107 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:53:05.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:04 smithi079 bash[24931]: cluster 2023-12-21T04:53:03.930138+0000 mon.smithi079 (mon.0) 367 : cluster [INF] osd.0 [v2:172.21.15.156:6800/103157498,v1:172.21.15.156:6801/103157498] boot 2023-12-21T04:53:05.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:04 smithi079 bash[24931]: cluster 2023-12-21T04:53:03.930177+0000 mon.smithi079 (mon.0) 368 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-21T04:53:05.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:04 smithi079 bash[24931]: audit 2023-12-21T04:53:03.930526+0000 mon.smithi079 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:53:05.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:04 smithi079 bash[24931]: audit 2023-12-21T04:53:03.930817+0000 mon.smithi079 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:53:05.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:04 smithi079 bash[24931]: audit 2023-12-21T04:53:03.931005+0000 mon.smithi079 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:53:05.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:04 smithi079 bash[24931]: audit 2023-12-21T04:53:03.931144+0000 mon.smithi079 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:05.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:04 smithi079 bash[24931]: audit 2023-12-21T04:53:03.931286+0000 mon.smithi079 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:53:05.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:04 smithi079 bash[24931]: audit 2023-12-21T04:53:03.931469+0000 mon.smithi079 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:05.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:04 smithi079 bash[24931]: audit 2023-12-21T04:53:03.931604+0000 mon.smithi079 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:05.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:04 smithi079 bash[24931]: audit 2023-12-21T04:53:03.931744+0000 mon.smithi079 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:05.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:04 smithi079 bash[24931]: audit 2023-12-21T04:53:04.586648+0000 mon.smithi079 (mon.0) 377 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:05.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:04 smithi079 bash[24931]: audit 2023-12-21T04:53:04.588148+0000 mon.smithi079 (mon.0) 378 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-21T04:53:05.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:04 smithi079 bash[24931]: audit 2023-12-21T04:53:04.589475+0000 mon.smithi079 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:53:05.282 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:04 smithi156 bash[28307]: cluster 2023-12-21T04:53:02.549379+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:53:05.283 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:04 smithi156 bash[28307]: cluster 2023-12-21T04:53:02.549503+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:53:05.283 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:04 smithi156 bash[28307]: cluster 2023-12-21T04:53:03.642216+0000 mgr.smithi079.gpuwcc (mgr.14180) 107 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:53:05.283 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:04 smithi156 bash[28307]: cluster 2023-12-21T04:53:03.930138+0000 mon.smithi079 (mon.0) 367 : cluster [INF] osd.0 [v2:172.21.15.156:6800/103157498,v1:172.21.15.156:6801/103157498] boot 2023-12-21T04:53:05.283 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:04 smithi156 bash[28307]: cluster 2023-12-21T04:53:03.930177+0000 mon.smithi079 (mon.0) 368 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-21T04:53:05.283 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:04 smithi156 bash[28307]: audit 2023-12-21T04:53:03.930526+0000 mon.smithi079 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:53:05.283 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:04 smithi156 bash[28307]: audit 2023-12-21T04:53:03.930817+0000 mon.smithi079 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:53:05.283 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:04 smithi156 bash[28307]: audit 2023-12-21T04:53:03.931005+0000 mon.smithi079 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:53:05.283 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:04 smithi156 bash[28307]: audit 2023-12-21T04:53:03.931144+0000 mon.smithi079 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:05.283 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:04 smithi156 bash[28307]: audit 2023-12-21T04:53:03.931286+0000 mon.smithi079 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:53:05.283 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:04 smithi156 bash[28307]: audit 2023-12-21T04:53:03.931469+0000 mon.smithi079 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:05.283 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:04 smithi156 bash[28307]: audit 2023-12-21T04:53:03.931604+0000 mon.smithi079 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:05.283 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:04 smithi156 bash[28307]: audit 2023-12-21T04:53:03.931744+0000 mon.smithi079 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:05.283 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:04 smithi156 bash[28307]: audit 2023-12-21T04:53:04.586648+0000 mon.smithi079 (mon.0) 377 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:05.284 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:04 smithi156 bash[28307]: audit 2023-12-21T04:53:04.588148+0000 mon.smithi079 (mon.0) 378 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-21T04:53:05.284 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:04 smithi156 bash[28307]: audit 2023-12-21T04:53:04.589475+0000 mon.smithi079 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:53:05.575 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":15,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703134359,"num_remapped_pgs":0} 2023-12-21T04:53:06.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:05 smithi156 bash[28307]: cephadm 2023-12-21T04:53:04.590313+0000 mgr.smithi079.gpuwcc (mgr.14180) 108 : cephadm [INF] Deploying daemon osd.6 on smithi156 2023-12-21T04:53:06.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:05 smithi156 bash[28307]: cluster 2023-12-21T04:53:05.586674+0000 mon.smithi079 (mon.0) 380 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-21T04:53:06.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:05 smithi156 bash[28307]: audit 2023-12-21T04:53:05.586809+0000 mon.smithi079 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:53:06.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:05 smithi156 bash[28307]: audit 2023-12-21T04:53:05.587182+0000 mon.smithi079 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:53:06.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:05 smithi156 bash[28307]: audit 2023-12-21T04:53:05.587676+0000 mon.smithi079 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:06.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:05 smithi156 bash[28307]: audit 2023-12-21T04:53:05.588065+0000 mon.smithi079 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:53:06.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:05 smithi156 bash[28307]: audit 2023-12-21T04:53:05.588442+0000 mon.smithi079 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:06.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:05 smithi156 bash[28307]: audit 2023-12-21T04:53:05.588849+0000 mon.smithi079 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:06.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:05 smithi156 bash[28307]: audit 2023-12-21T04:53:05.589247+0000 mon.smithi079 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:06.267 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:05 smithi079 bash[24931]: cephadm 2023-12-21T04:53:04.590313+0000 mgr.smithi079.gpuwcc (mgr.14180) 108 : cephadm [INF] Deploying daemon osd.6 on smithi156 2023-12-21T04:53:06.268 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:05 smithi079 bash[24931]: cluster 2023-12-21T04:53:05.586674+0000 mon.smithi079 (mon.0) 380 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-21T04:53:06.268 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:05 smithi079 bash[24931]: audit 2023-12-21T04:53:05.586809+0000 mon.smithi079 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:53:06.268 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:05 smithi079 bash[24931]: audit 2023-12-21T04:53:05.587182+0000 mon.smithi079 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:53:06.268 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:05 smithi079 bash[24931]: audit 2023-12-21T04:53:05.587676+0000 mon.smithi079 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:06.268 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:05 smithi079 bash[24931]: audit 2023-12-21T04:53:05.588065+0000 mon.smithi079 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:53:06.268 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:05 smithi079 bash[24931]: audit 2023-12-21T04:53:05.588442+0000 mon.smithi079 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:06.268 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:05 smithi079 bash[24931]: audit 2023-12-21T04:53:05.588849+0000 mon.smithi079 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:06.268 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:05 smithi079 bash[24931]: audit 2023-12-21T04:53:05.589247+0000 mon.smithi079 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:06.576 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:53:07.199 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:06 smithi156 bash[28307]: cluster 2023-12-21T04:53:05.642715+0000 mgr.smithi079.gpuwcc (mgr.14180) 109 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-21T04:53:07.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:06 smithi079 bash[24931]: cluster 2023-12-21T04:53:05.642715+0000 mgr.smithi079.gpuwcc (mgr.14180) 109 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-21T04:53:08.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:07 smithi079 bash[24931]: audit 2023-12-21T04:53:07.202131+0000 mon.smithi156 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.156:6808/1500137002,v1:172.21.15.156:6809/1500137002]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-21T04:53:08.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:07 smithi079 bash[24931]: audit 2023-12-21T04:53:07.204348+0000 mon.smithi079 (mon.0) 388 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-21T04:53:08.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:07 smithi156 bash[28307]: audit 2023-12-21T04:53:07.202131+0000 mon.smithi156 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.156:6808/1500137002,v1:172.21.15.156:6809/1500137002]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-21T04:53:08.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:07 smithi156 bash[28307]: audit 2023-12-21T04:53:07.204348+0000 mon.smithi079 (mon.0) 388 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-21T04:53:09.086 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:08 smithi156 bash[28307]: cluster 2023-12-21T04:53:07.643113+0000 mgr.smithi079.gpuwcc (mgr.14180) 110 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-21T04:53:09.086 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:08 smithi156 bash[28307]: audit 2023-12-21T04:53:07.949722+0000 mon.smithi079 (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-21T04:53:09.086 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:08 smithi156 bash[28307]: cluster 2023-12-21T04:53:07.949803+0000 mon.smithi079 (mon.0) 390 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-21T04:53:09.086 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:08 smithi156 bash[28307]: audit 2023-12-21T04:53:07.950051+0000 mon.smithi079 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:53:09.086 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:08 smithi156 bash[28307]: audit 2023-12-21T04:53:07.950083+0000 mon.smithi156 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.156:6808/1500137002,v1:172.21.15.156:6809/1500137002]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-12-21T04:53:09.086 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:08 smithi156 bash[28307]: audit 2023-12-21T04:53:07.950343+0000 mon.smithi079 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:53:09.087 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:08 smithi156 bash[28307]: audit 2023-12-21T04:53:07.950516+0000 mon.smithi079 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:09.087 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:08 smithi156 bash[28307]: audit 2023-12-21T04:53:07.950679+0000 mon.smithi079 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:53:09.087 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:08 smithi156 bash[28307]: audit 2023-12-21T04:53:07.950843+0000 mon.smithi079 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:09.087 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:08 smithi156 bash[28307]: audit 2023-12-21T04:53:07.951029+0000 mon.smithi079 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:09.087 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:08 smithi156 bash[28307]: audit 2023-12-21T04:53:07.951223+0000 mon.smithi079 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:09.087 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:08 smithi156 bash[28307]: audit 2023-12-21T04:53:07.952076+0000 mon.smithi079 (mon.0) 398 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-12-21T04:53:09.087 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:08 smithi156 bash[28307]: audit 2023-12-21T04:53:08.903641+0000 mon.smithi079 (mon.0) 399 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:09.087 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:08 smithi156 bash[28307]: audit 2023-12-21T04:53:08.904813+0000 mon.smithi079 (mon.0) 400 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-21T04:53:09.087 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:08 smithi156 bash[28307]: audit 2023-12-21T04:53:08.905642+0000 mon.smithi079 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:53:09.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:08 smithi079 bash[24931]: cluster 2023-12-21T04:53:07.643113+0000 mgr.smithi079.gpuwcc (mgr.14180) 110 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-21T04:53:09.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:08 smithi079 bash[24931]: audit 2023-12-21T04:53:07.949722+0000 mon.smithi079 (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-21T04:53:09.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:08 smithi079 bash[24931]: cluster 2023-12-21T04:53:07.949803+0000 mon.smithi079 (mon.0) 390 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-21T04:53:09.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:08 smithi079 bash[24931]: audit 2023-12-21T04:53:07.950051+0000 mon.smithi079 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:53:09.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:08 smithi079 bash[24931]: audit 2023-12-21T04:53:07.950083+0000 mon.smithi156 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.156:6808/1500137002,v1:172.21.15.156:6809/1500137002]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-12-21T04:53:09.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:08 smithi079 bash[24931]: audit 2023-12-21T04:53:07.950343+0000 mon.smithi079 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:53:09.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:08 smithi079 bash[24931]: audit 2023-12-21T04:53:07.950516+0000 mon.smithi079 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:09.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:08 smithi079 bash[24931]: audit 2023-12-21T04:53:07.950679+0000 mon.smithi079 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:53:09.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:08 smithi079 bash[24931]: audit 2023-12-21T04:53:07.950843+0000 mon.smithi079 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:09.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:08 smithi079 bash[24931]: audit 2023-12-21T04:53:07.951029+0000 mon.smithi079 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:09.140 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:08 smithi079 bash[24931]: audit 2023-12-21T04:53:07.951223+0000 mon.smithi079 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:09.140 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:08 smithi079 bash[24931]: audit 2023-12-21T04:53:07.952076+0000 mon.smithi079 (mon.0) 398 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-12-21T04:53:09.140 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:08 smithi079 bash[24931]: audit 2023-12-21T04:53:08.903641+0000 mon.smithi079 (mon.0) 399 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:09.140 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:08 smithi079 bash[24931]: audit 2023-12-21T04:53:08.904813+0000 mon.smithi079 (mon.0) 400 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-21T04:53:09.140 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:08 smithi079 bash[24931]: audit 2023-12-21T04:53:08.905642+0000 mon.smithi079 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:53:10.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:09 smithi079 bash[24931]: cephadm 2023-12-21T04:53:08.906270+0000 mgr.smithi079.gpuwcc (mgr.14180) 111 : cephadm [INF] Deploying daemon osd.5 on smithi079 2023-12-21T04:53:10.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:09 smithi079 bash[24931]: audit 2023-12-21T04:53:08.951269+0000 mon.smithi079 (mon.0) 402 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2023-12-21T04:53:10.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:09 smithi079 bash[24931]: cluster 2023-12-21T04:53:08.951370+0000 mon.smithi079 (mon.0) 403 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-12-21T04:53:10.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:09 smithi079 bash[24931]: audit 2023-12-21T04:53:08.951728+0000 mon.smithi079 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:53:10.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:09 smithi079 bash[24931]: audit 2023-12-21T04:53:08.951978+0000 mon.smithi079 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:53:10.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:09 smithi079 bash[24931]: audit 2023-12-21T04:53:08.952161+0000 mon.smithi079 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:10.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:09 smithi079 bash[24931]: audit 2023-12-21T04:53:08.952408+0000 mon.smithi079 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:53:10.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:09 smithi079 bash[24931]: audit 2023-12-21T04:53:08.952653+0000 mon.smithi079 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:10.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:09 smithi079 bash[24931]: audit 2023-12-21T04:53:08.952956+0000 mon.smithi079 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:10.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:09 smithi079 bash[24931]: audit 2023-12-21T04:53:08.953269+0000 mon.smithi079 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:10.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:09 smithi079 bash[24931]: audit 2023-12-21T04:53:08.959925+0000 mon.smithi079 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:53:10.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:09 smithi156 bash[28307]: cephadm 2023-12-21T04:53:08.906270+0000 mgr.smithi079.gpuwcc (mgr.14180) 111 : cephadm [INF] Deploying daemon osd.5 on smithi079 2023-12-21T04:53:10.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:09 smithi156 bash[28307]: audit 2023-12-21T04:53:08.951269+0000 mon.smithi079 (mon.0) 402 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2023-12-21T04:53:10.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:09 smithi156 bash[28307]: cluster 2023-12-21T04:53:08.951370+0000 mon.smithi079 (mon.0) 403 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-12-21T04:53:10.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:09 smithi156 bash[28307]: audit 2023-12-21T04:53:08.951728+0000 mon.smithi079 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:53:10.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:09 smithi156 bash[28307]: audit 2023-12-21T04:53:08.951978+0000 mon.smithi079 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:53:10.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:09 smithi156 bash[28307]: audit 2023-12-21T04:53:08.952161+0000 mon.smithi079 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:10.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:09 smithi156 bash[28307]: audit 2023-12-21T04:53:08.952408+0000 mon.smithi079 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:53:10.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:09 smithi156 bash[28307]: audit 2023-12-21T04:53:08.952653+0000 mon.smithi079 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:10.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:09 smithi156 bash[28307]: audit 2023-12-21T04:53:08.952956+0000 mon.smithi079 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:10.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:09 smithi156 bash[28307]: audit 2023-12-21T04:53:08.953269+0000 mon.smithi079 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:10.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:09 smithi156 bash[28307]: audit 2023-12-21T04:53:08.959925+0000 mon.smithi079 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:53:11.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:10 smithi079 bash[24931]: cluster 2023-12-21T04:53:08.169779+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:53:11.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:10 smithi079 bash[24931]: cluster 2023-12-21T04:53:08.169850+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:53:11.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:10 smithi079 bash[24931]: cluster 2023-12-21T04:53:09.643584+0000 mgr.smithi079.gpuwcc (mgr.14180) 112 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-21T04:53:11.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:10 smithi079 bash[24931]: audit 2023-12-21T04:53:09.960409+0000 mon.smithi079 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:53:11.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:10 smithi079 bash[24931]: cluster 2023-12-21T04:53:09.965190+0000 mon.smithi079 (mon.0) 413 : cluster [INF] osd.2 [v2:172.21.15.156:6808/1500137002,v1:172.21.15.156:6809/1500137002] boot 2023-12-21T04:53:11.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:10 smithi079 bash[24931]: cluster 2023-12-21T04:53:09.965230+0000 mon.smithi079 (mon.0) 414 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-12-21T04:53:11.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:10 smithi079 bash[24931]: audit 2023-12-21T04:53:09.965373+0000 mon.smithi079 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:53:11.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:10 smithi079 bash[24931]: audit 2023-12-21T04:53:09.965800+0000 mon.smithi079 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:53:11.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:10 smithi079 bash[24931]: audit 2023-12-21T04:53:09.966082+0000 mon.smithi079 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:11.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:10 smithi079 bash[24931]: audit 2023-12-21T04:53:09.966342+0000 mon.smithi079 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:53:11.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:10 smithi079 bash[24931]: audit 2023-12-21T04:53:09.966583+0000 mon.smithi079 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:11.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:10 smithi079 bash[24931]: audit 2023-12-21T04:53:09.966836+0000 mon.smithi079 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:11.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:10 smithi079 bash[24931]: audit 2023-12-21T04:53:09.967062+0000 mon.smithi079 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:11.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:10 smithi079 bash[24931]: audit 2023-12-21T04:53:10.387176+0000 mon.smithi079 (mon.0) 422 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:11.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:10 smithi156 bash[28307]: cluster 2023-12-21T04:53:08.169779+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:53:11.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:10 smithi156 bash[28307]: cluster 2023-12-21T04:53:08.169850+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:53:11.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:10 smithi156 bash[28307]: cluster 2023-12-21T04:53:09.643584+0000 mgr.smithi079.gpuwcc (mgr.14180) 112 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-21T04:53:11.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:10 smithi156 bash[28307]: audit 2023-12-21T04:53:09.960409+0000 mon.smithi079 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:53:11.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:10 smithi156 bash[28307]: cluster 2023-12-21T04:53:09.965190+0000 mon.smithi079 (mon.0) 413 : cluster [INF] osd.2 [v2:172.21.15.156:6808/1500137002,v1:172.21.15.156:6809/1500137002] boot 2023-12-21T04:53:11.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:10 smithi156 bash[28307]: cluster 2023-12-21T04:53:09.965230+0000 mon.smithi079 (mon.0) 414 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-12-21T04:53:11.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:10 smithi156 bash[28307]: audit 2023-12-21T04:53:09.965373+0000 mon.smithi079 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:53:11.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:10 smithi156 bash[28307]: audit 2023-12-21T04:53:09.965800+0000 mon.smithi079 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:53:11.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:10 smithi156 bash[28307]: audit 2023-12-21T04:53:09.966082+0000 mon.smithi079 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:11.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:10 smithi156 bash[28307]: audit 2023-12-21T04:53:09.966342+0000 mon.smithi079 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:53:11.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:10 smithi156 bash[28307]: audit 2023-12-21T04:53:09.966583+0000 mon.smithi079 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:11.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:10 smithi156 bash[28307]: audit 2023-12-21T04:53:09.966836+0000 mon.smithi079 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:11.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:10 smithi156 bash[28307]: audit 2023-12-21T04:53:09.967062+0000 mon.smithi079 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:11.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:10 smithi156 bash[28307]: audit 2023-12-21T04:53:10.387176+0000 mon.smithi079 (mon.0) 422 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:11.551 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:53:12.126 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:11 smithi079 bash[24931]: cluster 2023-12-21T04:53:10.974041+0000 mon.smithi079 (mon.0) 423 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-12-21T04:53:12.127 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:11 smithi079 bash[24931]: audit 2023-12-21T04:53:10.974246+0000 mon.smithi079 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:53:12.127 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:11 smithi079 bash[24931]: audit 2023-12-21T04:53:10.974574+0000 mon.smithi079 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:12.127 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:11 smithi079 bash[24931]: audit 2023-12-21T04:53:10.974791+0000 mon.smithi079 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:53:12.127 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:11 smithi079 bash[24931]: audit 2023-12-21T04:53:10.975030+0000 mon.smithi079 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:12.127 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:11 smithi079 bash[24931]: audit 2023-12-21T04:53:10.975251+0000 mon.smithi079 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:12.127 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:11 smithi079 bash[24931]: audit 2023-12-21T04:53:10.975487+0000 mon.smithi079 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:12.127 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:11 smithi079 bash[24931]: audit 2023-12-21T04:53:11.025614+0000 mon.smithi079 (mon.0) 430 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/527313832,v1:172.21.15.79:6803/527313832]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-21T04:53:12.127 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:11 smithi079 bash[24931]: audit 2023-12-21T04:53:11.551730+0000 mon.smithi079 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.79:0/2688516602' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:53:12.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:11 smithi156 bash[28307]: cluster 2023-12-21T04:53:10.974041+0000 mon.smithi079 (mon.0) 423 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-12-21T04:53:12.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:11 smithi156 bash[28307]: audit 2023-12-21T04:53:10.974246+0000 mon.smithi079 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:53:12.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:11 smithi156 bash[28307]: audit 2023-12-21T04:53:10.974574+0000 mon.smithi079 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:12.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:11 smithi156 bash[28307]: audit 2023-12-21T04:53:10.974791+0000 mon.smithi079 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:53:12.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:11 smithi156 bash[28307]: audit 2023-12-21T04:53:10.975030+0000 mon.smithi079 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:12.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:11 smithi156 bash[28307]: audit 2023-12-21T04:53:10.975251+0000 mon.smithi079 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:12.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:11 smithi156 bash[28307]: audit 2023-12-21T04:53:10.975487+0000 mon.smithi079 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:12.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:11 smithi156 bash[28307]: audit 2023-12-21T04:53:11.025614+0000 mon.smithi079 (mon.0) 430 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/527313832,v1:172.21.15.79:6803/527313832]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-21T04:53:12.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:11 smithi156 bash[28307]: audit 2023-12-21T04:53:11.551730+0000 mon.smithi079 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.79:0/2688516602' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:53:13.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:12 smithi156 bash[28307]: cluster 2023-12-21T04:53:11.643866+0000 mgr.smithi079.gpuwcc (mgr.14180) 113 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-21T04:53:13.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:12 smithi156 bash[28307]: audit 2023-12-21T04:53:11.980313+0000 mon.smithi079 (mon.0) 432 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/527313832,v1:172.21.15.79:6803/527313832]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-21T04:53:13.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:12 smithi156 bash[28307]: cluster 2023-12-21T04:53:11.980403+0000 mon.smithi079 (mon.0) 433 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2023-12-21T04:53:13.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:12 smithi156 bash[28307]: audit 2023-12-21T04:53:11.980544+0000 mon.smithi079 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:53:13.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:12 smithi156 bash[28307]: audit 2023-12-21T04:53:11.981045+0000 mon.smithi079 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:13.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:12 smithi156 bash[28307]: audit 2023-12-21T04:53:11.981274+0000 mon.smithi079 (mon.0) 436 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/527313832,v1:172.21.15.79:6803/527313832]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-21T04:53:13.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:12 smithi156 bash[28307]: audit 2023-12-21T04:53:11.981535+0000 mon.smithi079 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:53:13.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:12 smithi156 bash[28307]: audit 2023-12-21T04:53:11.981740+0000 mon.smithi079 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:13.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:12 smithi156 bash[28307]: audit 2023-12-21T04:53:11.981935+0000 mon.smithi079 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:13.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:12 smithi156 bash[28307]: audit 2023-12-21T04:53:11.982142+0000 mon.smithi079 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:13.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:12 smithi156 bash[28307]: audit 2023-12-21T04:53:12.751114+0000 mon.smithi156 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.156:6816/1211277499,v1:172.21.15.156:6817/1211277499]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T04:53:13.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:12 smithi156 bash[28307]: audit 2023-12-21T04:53:12.753549+0000 mon.smithi079 (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T04:53:13.330 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:12 smithi079 bash[24931]: cluster 2023-12-21T04:53:11.643866+0000 mgr.smithi079.gpuwcc (mgr.14180) 113 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-21T04:53:13.330 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:12 smithi079 bash[24931]: audit 2023-12-21T04:53:11.980313+0000 mon.smithi079 (mon.0) 432 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/527313832,v1:172.21.15.79:6803/527313832]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-21T04:53:13.330 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:12 smithi079 bash[24931]: cluster 2023-12-21T04:53:11.980403+0000 mon.smithi079 (mon.0) 433 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2023-12-21T04:53:13.330 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:12 smithi079 bash[24931]: audit 2023-12-21T04:53:11.980544+0000 mon.smithi079 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:53:13.330 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:12 smithi079 bash[24931]: audit 2023-12-21T04:53:11.981045+0000 mon.smithi079 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:13.330 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:12 smithi079 bash[24931]: audit 2023-12-21T04:53:11.981274+0000 mon.smithi079 (mon.0) 436 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/527313832,v1:172.21.15.79:6803/527313832]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-21T04:53:13.330 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:12 smithi079 bash[24931]: audit 2023-12-21T04:53:11.981535+0000 mon.smithi079 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:53:13.331 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:12 smithi079 bash[24931]: audit 2023-12-21T04:53:11.981740+0000 mon.smithi079 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:13.331 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:12 smithi079 bash[24931]: audit 2023-12-21T04:53:11.981935+0000 mon.smithi079 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:13.331 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:12 smithi079 bash[24931]: audit 2023-12-21T04:53:11.982142+0000 mon.smithi079 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:13.331 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:12 smithi079 bash[24931]: audit 2023-12-21T04:53:12.751114+0000 mon.smithi156 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.156:6816/1211277499,v1:172.21.15.156:6817/1211277499]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T04:53:13.331 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:12 smithi079 bash[24931]: audit 2023-12-21T04:53:12.753549+0000 mon.smithi079 (mon.0) 441 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T04:53:13.332 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":21,"num_osds":8,"num_up_osds":2,"osd_up_since":1703134389,"num_in_osds":8,"osd_in_since":1703134359,"num_remapped_pgs":0} 2023-12-21T04:53:14.333 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:53:14.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:14 smithi079 bash[24931]: audit 2023-12-21T04:53:12.982709+0000 mon.smithi079 (mon.0) 442 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/527313832,v1:172.21.15.79:6803/527313832]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-12-21T04:53:14.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:14 smithi079 bash[24931]: audit 2023-12-21T04:53:12.982784+0000 mon.smithi079 (mon.0) 443 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-21T04:53:14.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:14 smithi079 bash[24931]: cluster 2023-12-21T04:53:12.982840+0000 mon.smithi079 (mon.0) 444 : cluster [DBG] osdmap e23: 8 total, 2 up, 8 in 2023-12-21T04:53:14.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:14 smithi079 bash[24931]: audit 2023-12-21T04:53:12.983344+0000 mon.smithi079 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:53:14.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:14 smithi079 bash[24931]: audit 2023-12-21T04:53:12.983684+0000 mon.smithi079 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:14.638 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:14 smithi079 bash[24931]: audit 2023-12-21T04:53:12.983793+0000 mon.smithi156 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.156:6816/1211277499,v1:172.21.15.156:6817/1211277499]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-12-21T04:53:14.638 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:14 smithi079 bash[24931]: audit 2023-12-21T04:53:12.984274+0000 mon.smithi079 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:53:14.638 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:14 smithi079 bash[24931]: audit 2023-12-21T04:53:12.984542+0000 mon.smithi079 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:14.638 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:14 smithi079 bash[24931]: audit 2023-12-21T04:53:12.984760+0000 mon.smithi079 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:14.638 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:14 smithi079 bash[24931]: audit 2023-12-21T04:53:12.984987+0000 mon.smithi079 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:14.638 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:14 smithi079 bash[24931]: audit 2023-12-21T04:53:12.990193+0000 mon.smithi079 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:53:14.638 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:14 smithi079 bash[24931]: audit 2023-12-21T04:53:12.990907+0000 mon.smithi079 (mon.0) 452 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-12-21T04:53:14.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:14 smithi156 bash[28307]: audit 2023-12-21T04:53:12.982709+0000 mon.smithi079 (mon.0) 442 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/527313832,v1:172.21.15.79:6803/527313832]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-12-21T04:53:14.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:14 smithi156 bash[28307]: audit 2023-12-21T04:53:12.982784+0000 mon.smithi079 (mon.0) 443 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-21T04:53:14.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:14 smithi156 bash[28307]: cluster 2023-12-21T04:53:12.982840+0000 mon.smithi079 (mon.0) 444 : cluster [DBG] osdmap e23: 8 total, 2 up, 8 in 2023-12-21T04:53:14.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:14 smithi156 bash[28307]: audit 2023-12-21T04:53:12.983344+0000 mon.smithi079 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:53:14.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:14 smithi156 bash[28307]: audit 2023-12-21T04:53:12.983684+0000 mon.smithi079 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:14.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:14 smithi156 bash[28307]: audit 2023-12-21T04:53:12.983793+0000 mon.smithi156 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.156:6816/1211277499,v1:172.21.15.156:6817/1211277499]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-12-21T04:53:14.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:14 smithi156 bash[28307]: audit 2023-12-21T04:53:12.984274+0000 mon.smithi079 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:53:14.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:14 smithi156 bash[28307]: audit 2023-12-21T04:53:12.984542+0000 mon.smithi079 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:14.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:14 smithi156 bash[28307]: audit 2023-12-21T04:53:12.984760+0000 mon.smithi079 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:14.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:14 smithi156 bash[28307]: audit 2023-12-21T04:53:12.984987+0000 mon.smithi079 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:14.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:14 smithi156 bash[28307]: audit 2023-12-21T04:53:12.990193+0000 mon.smithi079 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:53:14.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:14 smithi156 bash[28307]: audit 2023-12-21T04:53:12.990907+0000 mon.smithi079 (mon.0) 452 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-12-21T04:53:15.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:15 smithi079 bash[24931]: cluster 2023-12-21T04:53:12.010247+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:53:15.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:15 smithi079 bash[24931]: cluster 2023-12-21T04:53:12.010377+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:53:15.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:15 smithi079 bash[24931]: cluster 2023-12-21T04:53:13.644279+0000 mgr.smithi079.gpuwcc (mgr.14180) 114 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-21T04:53:15.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:15 smithi079 bash[24931]: audit 2023-12-21T04:53:13.993358+0000 mon.smithi079 (mon.0) 453 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2023-12-21T04:53:15.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:15 smithi079 bash[24931]: cluster 2023-12-21T04:53:13.993456+0000 mon.smithi079 (mon.0) 454 : cluster [INF] osd.1 [v2:172.21.15.79:6802/527313832,v1:172.21.15.79:6803/527313832] boot 2023-12-21T04:53:15.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:15 smithi079 bash[24931]: cluster 2023-12-21T04:53:13.993502+0000 mon.smithi079 (mon.0) 455 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-12-21T04:53:15.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:15 smithi079 bash[24931]: audit 2023-12-21T04:53:13.994079+0000 mon.smithi079 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:53:15.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:15 smithi079 bash[24931]: audit 2023-12-21T04:53:13.994824+0000 mon.smithi079 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:15.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:15 smithi079 bash[24931]: audit 2023-12-21T04:53:13.995440+0000 mon.smithi079 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:53:15.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:15 smithi079 bash[24931]: audit 2023-12-21T04:53:13.995718+0000 mon.smithi079 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:15.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:15 smithi079 bash[24931]: audit 2023-12-21T04:53:13.995934+0000 mon.smithi079 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:15.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:15 smithi079 bash[24931]: audit 2023-12-21T04:53:13.996179+0000 mon.smithi079 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:15.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:15 smithi079 bash[24931]: audit 2023-12-21T04:53:13.996477+0000 mon.smithi079 (mon.0) 462 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-21T04:53:15.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:15 smithi079 bash[24931]: audit 2023-12-21T04:53:14.464431+0000 mon.smithi079 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:53:15.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:15 smithi079 bash[24931]: audit 2023-12-21T04:53:14.994731+0000 mon.smithi079 (mon.0) 464 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-21T04:53:15.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:15 smithi079 bash[24931]: cluster 2023-12-21T04:53:14.994798+0000 mon.smithi079 (mon.0) 465 : cluster [INF] osd.4 [v2:172.21.15.156:6816/1211277499,v1:172.21.15.156:6817/1211277499] boot 2023-12-21T04:53:15.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:15 smithi079 bash[24931]: cluster 2023-12-21T04:53:14.994862+0000 mon.smithi079 (mon.0) 466 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-12-21T04:53:15.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:15 smithi079 bash[24931]: audit 2023-12-21T04:53:14.994983+0000 mon.smithi079 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:15.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:15 smithi079 bash[24931]: audit 2023-12-21T04:53:14.995346+0000 mon.smithi079 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:53:15.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:15 smithi079 bash[24931]: audit 2023-12-21T04:53:14.995686+0000 mon.smithi079 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:15.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:15 smithi079 bash[24931]: audit 2023-12-21T04:53:14.995949+0000 mon.smithi079 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:15.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:15 smithi079 bash[24931]: audit 2023-12-21T04:53:14.996151+0000 mon.smithi079 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:15.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:15 smithi079 bash[24931]: audit 2023-12-21T04:53:14.997246+0000 mon.smithi079 (mon.0) 472 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-21T04:53:15.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:15 smithi156 bash[28307]: cluster 2023-12-21T04:53:12.010247+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:53:15.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:15 smithi156 bash[28307]: cluster 2023-12-21T04:53:12.010377+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:53:15.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:15 smithi156 bash[28307]: cluster 2023-12-21T04:53:13.644279+0000 mgr.smithi079.gpuwcc (mgr.14180) 114 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-21T04:53:15.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:15 smithi156 bash[28307]: audit 2023-12-21T04:53:13.993358+0000 mon.smithi079 (mon.0) 453 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2023-12-21T04:53:15.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:15 smithi156 bash[28307]: cluster 2023-12-21T04:53:13.993456+0000 mon.smithi079 (mon.0) 454 : cluster [INF] osd.1 [v2:172.21.15.79:6802/527313832,v1:172.21.15.79:6803/527313832] boot 2023-12-21T04:53:15.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:15 smithi156 bash[28307]: cluster 2023-12-21T04:53:13.993502+0000 mon.smithi079 (mon.0) 455 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-12-21T04:53:15.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:15 smithi156 bash[28307]: audit 2023-12-21T04:53:13.994079+0000 mon.smithi079 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:53:15.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:15 smithi156 bash[28307]: audit 2023-12-21T04:53:13.994824+0000 mon.smithi079 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:15.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:15 smithi156 bash[28307]: audit 2023-12-21T04:53:13.995440+0000 mon.smithi079 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:53:15.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:15 smithi156 bash[28307]: audit 2023-12-21T04:53:13.995718+0000 mon.smithi079 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:15.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:15 smithi156 bash[28307]: audit 2023-12-21T04:53:13.995934+0000 mon.smithi079 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:15.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:15 smithi156 bash[28307]: audit 2023-12-21T04:53:13.996179+0000 mon.smithi079 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:15.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:15 smithi156 bash[28307]: audit 2023-12-21T04:53:13.996477+0000 mon.smithi079 (mon.0) 462 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-21T04:53:15.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:15 smithi156 bash[28307]: audit 2023-12-21T04:53:14.464431+0000 mon.smithi079 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:53:15.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:15 smithi156 bash[28307]: audit 2023-12-21T04:53:14.994731+0000 mon.smithi079 (mon.0) 464 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-21T04:53:15.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:15 smithi156 bash[28307]: cluster 2023-12-21T04:53:14.994798+0000 mon.smithi079 (mon.0) 465 : cluster [INF] osd.4 [v2:172.21.15.156:6816/1211277499,v1:172.21.15.156:6817/1211277499] boot 2023-12-21T04:53:15.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:15 smithi156 bash[28307]: cluster 2023-12-21T04:53:14.994862+0000 mon.smithi079 (mon.0) 466 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-12-21T04:53:15.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:15 smithi156 bash[28307]: audit 2023-12-21T04:53:14.994983+0000 mon.smithi079 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:15.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:15 smithi156 bash[28307]: audit 2023-12-21T04:53:14.995346+0000 mon.smithi079 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:53:15.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:15 smithi156 bash[28307]: audit 2023-12-21T04:53:14.995686+0000 mon.smithi079 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:15.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:15 smithi156 bash[28307]: audit 2023-12-21T04:53:14.995949+0000 mon.smithi079 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:15.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:15 smithi156 bash[28307]: audit 2023-12-21T04:53:14.996151+0000 mon.smithi079 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:15.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:15 smithi156 bash[28307]: audit 2023-12-21T04:53:14.997246+0000 mon.smithi079 (mon.0) 472 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-21T04:53:16.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:16 smithi079 bash[24931]: cluster 2023-12-21T04:53:13.729851+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:53:16.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:16 smithi079 bash[24931]: cluster 2023-12-21T04:53:13.729945+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:53:16.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:16 smithi079 bash[24931]: cluster 2023-12-21T04:53:15.644693+0000 mgr.smithi079.gpuwcc (mgr.14180) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-21T04:53:16.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:16 smithi079 bash[24931]: audit 2023-12-21T04:53:15.995644+0000 mon.smithi079 (mon.0) 473 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-21T04:53:16.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:16 smithi079 bash[24931]: cluster 2023-12-21T04:53:15.995700+0000 mon.smithi079 (mon.0) 474 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-12-21T04:53:16.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:16 smithi079 bash[24931]: audit 2023-12-21T04:53:15.995814+0000 mon.smithi079 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:16.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:16 smithi079 bash[24931]: audit 2023-12-21T04:53:15.996141+0000 mon.smithi079 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:16.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:16 smithi079 bash[24931]: audit 2023-12-21T04:53:15.996378+0000 mon.smithi079 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:16.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:16 smithi079 bash[24931]: audit 2023-12-21T04:53:15.996645+0000 mon.smithi079 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:16.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:16 smithi079 bash[24931]: audit 2023-12-21T04:53:16.278606+0000 mon.smithi079 (mon.0) 479 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:16.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:16 smithi079 bash[24931]: audit 2023-12-21T04:53:16.279644+0000 mon.smithi079 (mon.0) 480 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-21T04:53:16.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:16 smithi079 bash[24931]: audit 2023-12-21T04:53:16.280520+0000 mon.smithi079 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:53:16.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:16 smithi156 bash[28307]: cluster 2023-12-21T04:53:13.729851+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:53:16.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:16 smithi156 bash[28307]: cluster 2023-12-21T04:53:13.729945+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:53:16.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:16 smithi156 bash[28307]: cluster 2023-12-21T04:53:15.644693+0000 mgr.smithi079.gpuwcc (mgr.14180) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-21T04:53:16.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:16 smithi156 bash[28307]: audit 2023-12-21T04:53:15.995644+0000 mon.smithi079 (mon.0) 473 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-21T04:53:16.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:16 smithi156 bash[28307]: cluster 2023-12-21T04:53:15.995700+0000 mon.smithi079 (mon.0) 474 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-12-21T04:53:16.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:16 smithi156 bash[28307]: audit 2023-12-21T04:53:15.995814+0000 mon.smithi079 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:16.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:16 smithi156 bash[28307]: audit 2023-12-21T04:53:15.996141+0000 mon.smithi079 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:16.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:16 smithi156 bash[28307]: audit 2023-12-21T04:53:15.996378+0000 mon.smithi079 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:16.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:16 smithi156 bash[28307]: audit 2023-12-21T04:53:15.996645+0000 mon.smithi079 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:16.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:16 smithi156 bash[28307]: audit 2023-12-21T04:53:16.278606+0000 mon.smithi079 (mon.0) 479 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:16.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:16 smithi156 bash[28307]: audit 2023-12-21T04:53:16.279644+0000 mon.smithi079 (mon.0) 480 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-21T04:53:16.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:16 smithi156 bash[28307]: audit 2023-12-21T04:53:16.280520+0000 mon.smithi079 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:53:18.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:18 smithi156 bash[28307]: cephadm 2023-12-21T04:53:16.281270+0000 mgr.smithi079.gpuwcc (mgr.14180) 116 : cephadm [INF] Deploying daemon osd.7 on smithi079 2023-12-21T04:53:18.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:18 smithi156 bash[28307]: cluster 2023-12-21T04:53:16.999967+0000 mon.smithi079 (mon.0) 482 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-12-21T04:53:18.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:18 smithi156 bash[28307]: audit 2023-12-21T04:53:17.000230+0000 mon.smithi079 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:18.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:18 smithi156 bash[28307]: audit 2023-12-21T04:53:17.000866+0000 mon.smithi079 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:18.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:18 smithi156 bash[28307]: audit 2023-12-21T04:53:17.001316+0000 mon.smithi079 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:18.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:18 smithi156 bash[28307]: audit 2023-12-21T04:53:17.001722+0000 mon.smithi079 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:18.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:18 smithi156 bash[28307]: audit 2023-12-21T04:53:17.459469+0000 mon.smithi156 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.156:6824/973296339,v1:172.21.15.156:6825/973296339]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T04:53:18.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:18 smithi156 bash[28307]: audit 2023-12-21T04:53:17.461540+0000 mon.smithi079 (mon.0) 487 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T04:53:18.407 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:18 smithi079 bash[24931]: cephadm 2023-12-21T04:53:16.281270+0000 mgr.smithi079.gpuwcc (mgr.14180) 116 : cephadm [INF] Deploying daemon osd.7 on smithi079 2023-12-21T04:53:18.407 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:18 smithi079 bash[24931]: cluster 2023-12-21T04:53:16.999967+0000 mon.smithi079 (mon.0) 482 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-12-21T04:53:18.407 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:18 smithi079 bash[24931]: audit 2023-12-21T04:53:17.000230+0000 mon.smithi079 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:18.407 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:18 smithi079 bash[24931]: audit 2023-12-21T04:53:17.000866+0000 mon.smithi079 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:18.408 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:18 smithi079 bash[24931]: audit 2023-12-21T04:53:17.001316+0000 mon.smithi079 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:18.408 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:18 smithi079 bash[24931]: audit 2023-12-21T04:53:17.001722+0000 mon.smithi079 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:18.408 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:18 smithi079 bash[24931]: audit 2023-12-21T04:53:17.459469+0000 mon.smithi156 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.156:6824/973296339,v1:172.21.15.156:6825/973296339]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T04:53:18.408 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:18 smithi079 bash[24931]: audit 2023-12-21T04:53:17.461540+0000 mon.smithi079 (mon.0) 487 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T04:53:18.987 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:53:19.215 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:19 smithi079 bash[24931]: cluster 2023-12-21T04:53:17.645301+0000 mgr.smithi079.gpuwcc (mgr.14180) 117 : cluster [DBG] pgmap v90: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-21T04:53:19.215 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:19 smithi079 bash[24931]: audit 2023-12-21T04:53:18.007056+0000 mon.smithi156 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.156:6824/973296339,v1:172.21.15.156:6825/973296339]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-12-21T04:53:19.215 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:19 smithi079 bash[24931]: audit 2023-12-21T04:53:18.007528+0000 mon.smithi079 (mon.0) 488 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-21T04:53:19.215 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:19 smithi079 bash[24931]: cluster 2023-12-21T04:53:18.007621+0000 mon.smithi079 (mon.0) 489 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2023-12-21T04:53:19.215 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:19 smithi079 bash[24931]: audit 2023-12-21T04:53:18.007942+0000 mon.smithi079 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:19.215 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:19 smithi079 bash[24931]: audit 2023-12-21T04:53:18.008350+0000 mon.smithi079 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:19.215 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:19 smithi079 bash[24931]: audit 2023-12-21T04:53:18.008562+0000 mon.smithi079 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:19.215 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:19 smithi079 bash[24931]: audit 2023-12-21T04:53:18.008771+0000 mon.smithi079 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:19.215 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:19 smithi079 bash[24931]: audit 2023-12-21T04:53:18.009132+0000 mon.smithi079 (mon.0) 494 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-12-21T04:53:19.216 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:19 smithi079 bash[24931]: audit 2023-12-21T04:53:18.412572+0000 mon.smithi079 (mon.0) 495 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/2177618002,v1:172.21.15.79:6811/2177618002]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-21T04:53:19.216 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:19 smithi079 bash[24931]: audit 2023-12-21T04:53:18.988315+0000 mon.smithi079 (mon.0) 496 : audit [DBG] from='client.? 172.21.15.79:0/1362816155' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:53:19.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:19 smithi156 bash[28307]: cluster 2023-12-21T04:53:17.645301+0000 mgr.smithi079.gpuwcc (mgr.14180) 117 : cluster [DBG] pgmap v90: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-21T04:53:19.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:19 smithi156 bash[28307]: audit 2023-12-21T04:53:18.007056+0000 mon.smithi156 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.156:6824/973296339,v1:172.21.15.156:6825/973296339]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-12-21T04:53:19.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:19 smithi156 bash[28307]: audit 2023-12-21T04:53:18.007528+0000 mon.smithi079 (mon.0) 488 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-21T04:53:19.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:19 smithi156 bash[28307]: cluster 2023-12-21T04:53:18.007621+0000 mon.smithi079 (mon.0) 489 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2023-12-21T04:53:19.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:19 smithi156 bash[28307]: audit 2023-12-21T04:53:18.007942+0000 mon.smithi079 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:19.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:19 smithi156 bash[28307]: audit 2023-12-21T04:53:18.008350+0000 mon.smithi079 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:19.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:19 smithi156 bash[28307]: audit 2023-12-21T04:53:18.008562+0000 mon.smithi079 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:19.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:19 smithi156 bash[28307]: audit 2023-12-21T04:53:18.008771+0000 mon.smithi079 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:19.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:19 smithi156 bash[28307]: audit 2023-12-21T04:53:18.009132+0000 mon.smithi079 (mon.0) 494 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]: dispatch 2023-12-21T04:53:19.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:19 smithi156 bash[28307]: audit 2023-12-21T04:53:18.412572+0000 mon.smithi079 (mon.0) 495 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/2177618002,v1:172.21.15.79:6811/2177618002]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-21T04:53:19.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:19 smithi156 bash[28307]: audit 2023-12-21T04:53:18.988315+0000 mon.smithi079 (mon.0) 496 : audit [DBG] from='client.? 172.21.15.79:0/1362816155' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:53:20.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:20 smithi156 bash[28307]: audit 2023-12-21T04:53:19.008995+0000 mon.smithi079 (mon.0) 497 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2023-12-21T04:53:20.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:20 smithi156 bash[28307]: audit 2023-12-21T04:53:19.009121+0000 mon.smithi079 (mon.0) 498 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/2177618002,v1:172.21.15.79:6811/2177618002]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-21T04:53:20.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:20 smithi156 bash[28307]: cluster 2023-12-21T04:53:19.009195+0000 mon.smithi079 (mon.0) 499 : cluster [DBG] osdmap e29: 8 total, 4 up, 8 in 2023-12-21T04:53:20.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:20 smithi156 bash[28307]: audit 2023-12-21T04:53:19.009821+0000 mon.smithi079 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:20.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:20 smithi156 bash[28307]: audit 2023-12-21T04:53:19.010116+0000 mon.smithi079 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:20.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:20 smithi156 bash[28307]: audit 2023-12-21T04:53:19.010422+0000 mon.smithi079 (mon.0) 502 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/2177618002,v1:172.21.15.79:6811/2177618002]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-21T04:53:20.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:20 smithi156 bash[28307]: audit 2023-12-21T04:53:19.010648+0000 mon.smithi079 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:20.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:20 smithi156 bash[28307]: audit 2023-12-21T04:53:19.010820+0000 mon.smithi079 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:20.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:20 smithi156 bash[28307]: audit 2023-12-21T04:53:19.015931+0000 mon.smithi079 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:20.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:20 smithi156 bash[28307]: audit 2023-12-21T04:53:20.010455+0000 mon.smithi079 (mon.0) 506 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/2177618002,v1:172.21.15.79:6811/2177618002]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-12-21T04:53:20.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:20 smithi156 bash[28307]: cluster 2023-12-21T04:53:20.010539+0000 mon.smithi079 (mon.0) 507 : cluster [INF] osd.6 [v2:172.21.15.156:6824/973296339,v1:172.21.15.156:6825/973296339] boot 2023-12-21T04:53:20.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:20 smithi156 bash[28307]: cluster 2023-12-21T04:53:20.010570+0000 mon.smithi079 (mon.0) 508 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2023-12-21T04:53:20.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:20 smithi156 bash[28307]: audit 2023-12-21T04:53:20.010803+0000 mon.smithi079 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:20.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:20 smithi079 bash[24931]: audit 2023-12-21T04:53:19.008995+0000 mon.smithi079 (mon.0) 497 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi156", "root=default"]}]': finished 2023-12-21T04:53:20.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:20 smithi079 bash[24931]: audit 2023-12-21T04:53:19.009121+0000 mon.smithi079 (mon.0) 498 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/2177618002,v1:172.21.15.79:6811/2177618002]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-21T04:53:20.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:20 smithi079 bash[24931]: cluster 2023-12-21T04:53:19.009195+0000 mon.smithi079 (mon.0) 499 : cluster [DBG] osdmap e29: 8 total, 4 up, 8 in 2023-12-21T04:53:20.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:20 smithi079 bash[24931]: audit 2023-12-21T04:53:19.009821+0000 mon.smithi079 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:20.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:20 smithi079 bash[24931]: audit 2023-12-21T04:53:19.010116+0000 mon.smithi079 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:20.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:20 smithi079 bash[24931]: audit 2023-12-21T04:53:19.010422+0000 mon.smithi079 (mon.0) 502 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/2177618002,v1:172.21.15.79:6811/2177618002]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-21T04:53:20.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:20 smithi079 bash[24931]: audit 2023-12-21T04:53:19.010648+0000 mon.smithi079 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:20.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:20 smithi079 bash[24931]: audit 2023-12-21T04:53:19.010820+0000 mon.smithi079 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:20.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:20 smithi079 bash[24931]: audit 2023-12-21T04:53:19.015931+0000 mon.smithi079 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:20.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:20 smithi079 bash[24931]: audit 2023-12-21T04:53:20.010455+0000 mon.smithi079 (mon.0) 506 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/2177618002,v1:172.21.15.79:6811/2177618002]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-12-21T04:53:20.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:20 smithi079 bash[24931]: cluster 2023-12-21T04:53:20.010539+0000 mon.smithi079 (mon.0) 507 : cluster [INF] osd.6 [v2:172.21.15.156:6824/973296339,v1:172.21.15.156:6825/973296339] boot 2023-12-21T04:53:20.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:20 smithi079 bash[24931]: cluster 2023-12-21T04:53:20.010570+0000 mon.smithi079 (mon.0) 508 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2023-12-21T04:53:20.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:20 smithi079 bash[24931]: audit 2023-12-21T04:53:20.010803+0000 mon.smithi079 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:20.759 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":28,"num_osds":8,"num_up_osds":4,"osd_up_since":1703134394,"num_in_osds":8,"osd_in_since":1703134359,"num_remapped_pgs":0} 2023-12-21T04:53:21.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:21 smithi079 bash[24931]: cluster 2023-12-21T04:53:18.490009+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:53:21.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:21 smithi079 bash[24931]: cluster 2023-12-21T04:53:18.490102+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:53:21.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:21 smithi079 bash[24931]: cluster 2023-12-21T04:53:19.645895+0000 mgr.smithi079.gpuwcc (mgr.14180) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-21T04:53:21.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:21 smithi079 bash[24931]: audit 2023-12-21T04:53:20.011639+0000 mon.smithi079 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:21.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:21 smithi079 bash[24931]: audit 2023-12-21T04:53:20.012908+0000 mon.smithi079 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:21.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:21 smithi079 bash[24931]: audit 2023-12-21T04:53:20.013287+0000 mon.smithi079 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:21.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:21 smithi079 bash[24931]: audit 2023-12-21T04:53:20.017404+0000 mon.smithi079 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:21.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:21 smithi079 bash[24931]: audit 2023-12-21T04:53:20.619970+0000 mon.smithi079 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:21.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:21 smithi079 bash[24931]: cluster 2023-12-21T04:53:20.724268+0000 mon.smithi079 (mon.0) 515 : cluster [INF] osd.3 [v2:172.21.15.79:6810/2177618002,v1:172.21.15.79:6811/2177618002] boot 2023-12-21T04:53:21.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:21 smithi079 bash[24931]: cluster 2023-12-21T04:53:20.724366+0000 mon.smithi079 (mon.0) 516 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-12-21T04:53:21.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:21 smithi079 bash[24931]: audit 2023-12-21T04:53:20.725135+0000 mon.smithi079 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:21.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:21 smithi079 bash[24931]: audit 2023-12-21T04:53:20.725968+0000 mon.smithi079 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:21.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:21 smithi079 bash[24931]: audit 2023-12-21T04:53:20.728619+0000 mon.smithi079 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:21.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:21 smithi156 bash[28307]: cluster 2023-12-21T04:53:18.490009+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:53:21.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:21 smithi156 bash[28307]: cluster 2023-12-21T04:53:18.490102+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:53:21.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:21 smithi156 bash[28307]: cluster 2023-12-21T04:53:19.645895+0000 mgr.smithi079.gpuwcc (mgr.14180) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-21T04:53:21.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:21 smithi156 bash[28307]: audit 2023-12-21T04:53:20.011639+0000 mon.smithi079 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:21.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:21 smithi156 bash[28307]: audit 2023-12-21T04:53:20.012908+0000 mon.smithi079 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:53:21.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:21 smithi156 bash[28307]: audit 2023-12-21T04:53:20.013287+0000 mon.smithi079 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:21.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:21 smithi156 bash[28307]: audit 2023-12-21T04:53:20.017404+0000 mon.smithi079 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:21.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:21 smithi156 bash[28307]: audit 2023-12-21T04:53:20.619970+0000 mon.smithi079 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:21.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:21 smithi156 bash[28307]: cluster 2023-12-21T04:53:20.724268+0000 mon.smithi079 (mon.0) 515 : cluster [INF] osd.3 [v2:172.21.15.79:6810/2177618002,v1:172.21.15.79:6811/2177618002] boot 2023-12-21T04:53:21.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:21 smithi156 bash[28307]: cluster 2023-12-21T04:53:20.724366+0000 mon.smithi079 (mon.0) 516 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-12-21T04:53:21.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:21 smithi156 bash[28307]: audit 2023-12-21T04:53:20.725135+0000 mon.smithi079 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:53:21.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:21 smithi156 bash[28307]: audit 2023-12-21T04:53:20.725968+0000 mon.smithi079 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:21.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:21 smithi156 bash[28307]: audit 2023-12-21T04:53:20.728619+0000 mon.smithi079 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:21.760 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:53:22.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:22 smithi079 bash[24931]: cluster 2023-12-21T04:53:19.432898+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:53:22.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:22 smithi079 bash[24931]: cluster 2023-12-21T04:53:19.432986+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:53:22.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:22 smithi079 bash[24931]: cluster 2023-12-21T04:53:21.725472+0000 mon.smithi079 (mon.0) 520 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-12-21T04:53:22.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:22 smithi079 bash[24931]: audit 2023-12-21T04:53:21.725727+0000 mon.smithi079 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:22.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:22 smithi079 bash[24931]: audit 2023-12-21T04:53:21.726154+0000 mon.smithi079 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:22.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:22 smithi156 bash[28307]: cluster 2023-12-21T04:53:19.432898+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:53:22.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:22 smithi156 bash[28307]: cluster 2023-12-21T04:53:19.432986+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:53:22.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:22 smithi156 bash[28307]: cluster 2023-12-21T04:53:21.725472+0000 mon.smithi079 (mon.0) 520 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-12-21T04:53:22.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:22 smithi156 bash[28307]: audit 2023-12-21T04:53:21.725727+0000 mon.smithi079 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:22.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:22 smithi156 bash[28307]: audit 2023-12-21T04:53:21.726154+0000 mon.smithi079 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:23.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:23 smithi079 bash[24931]: cluster 2023-12-21T04:53:21.646443+0000 mgr.smithi079.gpuwcc (mgr.14180) 119 : cluster [DBG] pgmap v96: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-21T04:53:23.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:23 smithi079 bash[24931]: cluster 2023-12-21T04:53:22.726296+0000 mon.smithi079 (mon.0) 523 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-12-21T04:53:23.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:23 smithi079 bash[24931]: audit 2023-12-21T04:53:22.728472+0000 mon.smithi079 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:23.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:23 smithi079 bash[24931]: audit 2023-12-21T04:53:22.728781+0000 mon.smithi079 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:23.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:23 smithi156 bash[28307]: cluster 2023-12-21T04:53:21.646443+0000 mgr.smithi079.gpuwcc (mgr.14180) 119 : cluster [DBG] pgmap v96: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-21T04:53:23.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:23 smithi156 bash[28307]: cluster 2023-12-21T04:53:22.726296+0000 mon.smithi079 (mon.0) 523 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-12-21T04:53:23.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:23 smithi156 bash[28307]: audit 2023-12-21T04:53:22.728472+0000 mon.smithi079 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:23.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:23 smithi156 bash[28307]: audit 2023-12-21T04:53:22.728781+0000 mon.smithi079 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:25.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:25 smithi079 bash[24931]: cluster 2023-12-21T04:53:23.646981+0000 mgr.smithi079.gpuwcc (mgr.14180) 120 : cluster [DBG] pgmap v99: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-21T04:53:25.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:25 smithi079 bash[24931]: audit 2023-12-21T04:53:24.247428+0000 mon.smithi079 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:25.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:25 smithi156 bash[28307]: cluster 2023-12-21T04:53:23.646981+0000 mgr.smithi079.gpuwcc (mgr.14180) 120 : cluster [DBG] pgmap v99: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-21T04:53:25.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:25 smithi156 bash[28307]: audit 2023-12-21T04:53:24.247428+0000 mon.smithi079 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:26.390 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:53:26.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:26 smithi079 bash[24931]: cluster 2023-12-21T04:53:25.647555+0000 mgr.smithi079.gpuwcc (mgr.14180) 121 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-21T04:53:26.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:26 smithi079 bash[24931]: audit 2023-12-21T04:53:25.865168+0000 mon.smithi079 (mon.0) 527 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/570340769,v1:172.21.15.79:6819/570340769]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-21T04:53:26.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:26 smithi079 bash[24931]: audit 2023-12-21T04:53:26.390472+0000 mon.smithi079 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.79:0/3705894431' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:53:26.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:26 smithi156 bash[28307]: cluster 2023-12-21T04:53:25.647555+0000 mgr.smithi079.gpuwcc (mgr.14180) 121 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-21T04:53:26.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:26 smithi156 bash[28307]: audit 2023-12-21T04:53:25.865168+0000 mon.smithi079 (mon.0) 527 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/570340769,v1:172.21.15.79:6819/570340769]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-21T04:53:26.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:26 smithi156 bash[28307]: audit 2023-12-21T04:53:26.390472+0000 mon.smithi079 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.79:0/3705894431' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:53:27.350 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":33,"num_osds":8,"num_up_osds":6,"osd_up_since":1703134400,"num_in_osds":8,"osd_in_since":1703134359,"num_remapped_pgs":0} 2023-12-21T04:53:27.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:27 smithi079 bash[24931]: audit 2023-12-21T04:53:26.732112+0000 mon.smithi079 (mon.0) 529 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/570340769,v1:172.21.15.79:6819/570340769]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-21T04:53:27.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:27 smithi079 bash[24931]: cluster 2023-12-21T04:53:26.732170+0000 mon.smithi079 (mon.0) 530 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2023-12-21T04:53:27.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:27 smithi079 bash[24931]: audit 2023-12-21T04:53:26.732365+0000 mon.smithi079 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:27.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:27 smithi079 bash[24931]: audit 2023-12-21T04:53:26.732869+0000 mon.smithi079 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:27.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:27 smithi079 bash[24931]: audit 2023-12-21T04:53:26.733176+0000 mon.smithi079 (mon.0) 533 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/570340769,v1:172.21.15.79:6819/570340769]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-21T04:53:27.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:27 smithi156 bash[28307]: audit 2023-12-21T04:53:26.732112+0000 mon.smithi079 (mon.0) 529 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/570340769,v1:172.21.15.79:6819/570340769]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-21T04:53:27.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:27 smithi156 bash[28307]: cluster 2023-12-21T04:53:26.732170+0000 mon.smithi079 (mon.0) 530 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2023-12-21T04:53:27.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:27 smithi156 bash[28307]: audit 2023-12-21T04:53:26.732365+0000 mon.smithi079 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:27.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:27 smithi156 bash[28307]: audit 2023-12-21T04:53:26.732869+0000 mon.smithi079 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:27.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:27 smithi156 bash[28307]: audit 2023-12-21T04:53:26.733176+0000 mon.smithi079 (mon.0) 533 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/570340769,v1:172.21.15.79:6819/570340769]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-21T04:53:28.352 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:53:28.918 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:28 smithi079 bash[24931]: cluster 2023-12-21T04:53:27.648080+0000 mgr.smithi079.gpuwcc (mgr.14180) 122 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-21T04:53:28.918 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:28 smithi079 bash[24931]: audit 2023-12-21T04:53:27.735744+0000 mon.smithi079 (mon.0) 534 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/570340769,v1:172.21.15.79:6819/570340769]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-12-21T04:53:28.919 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:28 smithi079 bash[24931]: cluster 2023-12-21T04:53:27.735817+0000 mon.smithi079 (mon.0) 535 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2023-12-21T04:53:28.919 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:28 smithi079 bash[24931]: audit 2023-12-21T04:53:27.736326+0000 mon.smithi079 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:28.919 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:28 smithi079 bash[24931]: audit 2023-12-21T04:53:27.736780+0000 mon.smithi079 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:28.919 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:28 smithi079 bash[24931]: audit 2023-12-21T04:53:27.742274+0000 mon.smithi079 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:29.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:28 smithi156 bash[28307]: cluster 2023-12-21T04:53:27.648080+0000 mgr.smithi079.gpuwcc (mgr.14180) 122 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-21T04:53:29.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:28 smithi156 bash[28307]: audit 2023-12-21T04:53:27.735744+0000 mon.smithi079 (mon.0) 534 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/570340769,v1:172.21.15.79:6819/570340769]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-12-21T04:53:29.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:28 smithi156 bash[28307]: cluster 2023-12-21T04:53:27.735817+0000 mon.smithi079 (mon.0) 535 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2023-12-21T04:53:29.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:28 smithi156 bash[28307]: audit 2023-12-21T04:53:27.736326+0000 mon.smithi079 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:29.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:28 smithi156 bash[28307]: audit 2023-12-21T04:53:27.736780+0000 mon.smithi079 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:29.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:28 smithi156 bash[28307]: audit 2023-12-21T04:53:27.742274+0000 mon.smithi079 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:29.913 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:29 smithi079 bash[24931]: cluster 2023-12-21T04:53:26.833676+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:53:29.913 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:29 smithi079 bash[24931]: cluster 2023-12-21T04:53:26.833755+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:53:29.913 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:29 smithi079 bash[24931]: audit 2023-12-21T04:53:28.747462+0000 mon.smithi079 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:29.913 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:29 smithi079 bash[24931]: cluster 2023-12-21T04:53:28.752891+0000 mon.smithi079 (mon.0) 540 : cluster [INF] osd.5 [v2:172.21.15.79:6818/570340769,v1:172.21.15.79:6819/570340769] boot 2023-12-21T04:53:29.913 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:29 smithi079 bash[24931]: cluster 2023-12-21T04:53:28.752938+0000 mon.smithi079 (mon.0) 541 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-12-21T04:53:29.914 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:29 smithi079 bash[24931]: audit 2023-12-21T04:53:28.753435+0000 mon.smithi079 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:29.914 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:29 smithi079 bash[24931]: audit 2023-12-21T04:53:28.753852+0000 mon.smithi079 (mon.0) 543 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:30.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:29 smithi156 bash[28307]: cluster 2023-12-21T04:53:26.833676+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:53:30.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:29 smithi156 bash[28307]: cluster 2023-12-21T04:53:26.833755+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:53:30.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:29 smithi156 bash[28307]: audit 2023-12-21T04:53:28.747462+0000 mon.smithi079 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:30.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:29 smithi156 bash[28307]: cluster 2023-12-21T04:53:28.752891+0000 mon.smithi079 (mon.0) 540 : cluster [INF] osd.5 [v2:172.21.15.79:6818/570340769,v1:172.21.15.79:6819/570340769] boot 2023-12-21T04:53:30.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:29 smithi156 bash[28307]: cluster 2023-12-21T04:53:28.752938+0000 mon.smithi079 (mon.0) 541 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-12-21T04:53:30.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:29 smithi156 bash[28307]: audit 2023-12-21T04:53:28.753435+0000 mon.smithi079 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:53:30.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:29 smithi156 bash[28307]: audit 2023-12-21T04:53:28.753852+0000 mon.smithi079 (mon.0) 543 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:31.132 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:30 smithi079 bash[24931]: cluster 2023-12-21T04:53:29.648466+0000 mgr.smithi079.gpuwcc (mgr.14180) 123 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-21T04:53:31.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:30 smithi079 bash[24931]: cluster 2023-12-21T04:53:29.761797+0000 mon.smithi079 (mon.0) 544 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-12-21T04:53:31.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:30 smithi079 bash[24931]: audit 2023-12-21T04:53:29.761983+0000 mon.smithi079 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:31.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:30 smithi156 bash[28307]: cluster 2023-12-21T04:53:29.648466+0000 mgr.smithi079.gpuwcc (mgr.14180) 123 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-21T04:53:31.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:30 smithi156 bash[28307]: cluster 2023-12-21T04:53:29.761797+0000 mon.smithi079 (mon.0) 544 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-12-21T04:53:31.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:30 smithi156 bash[28307]: audit 2023-12-21T04:53:29.761983+0000 mon.smithi079 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:31.494 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:53:31.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:31 smithi079 bash[24931]: audit 2023-12-21T04:53:31.495014+0000 mon.smithi079 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.79:0/2497469768' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:53:32.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:31 smithi156 bash[28307]: audit 2023-12-21T04:53:31.495014+0000 mon.smithi079 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.79:0/2497469768' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:53:32.715 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":37,"num_osds":8,"num_up_osds":7,"osd_up_since":1703134408,"num_in_osds":8,"osd_in_since":1703134359,"num_remapped_pgs":0} 2023-12-21T04:53:32.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:32 smithi079 bash[24931]: cluster 2023-12-21T04:53:31.649001+0000 mgr.smithi079.gpuwcc (mgr.14180) 124 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-21T04:53:32.862 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:32 smithi079 bash[24931]: audit 2023-12-21T04:53:32.593053+0000 mon.smithi079 (mon.0) 547 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2057578294,v1:172.21.15.79:6827/2057578294]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-21T04:53:33.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:32 smithi156 bash[28307]: cluster 2023-12-21T04:53:31.649001+0000 mgr.smithi079.gpuwcc (mgr.14180) 124 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-21T04:53:33.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:32 smithi156 bash[28307]: audit 2023-12-21T04:53:32.593053+0000 mon.smithi079 (mon.0) 547 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2057578294,v1:172.21.15.79:6827/2057578294]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-21T04:53:33.716 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:53:34.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:33 smithi079 bash[24931]: audit 2023-12-21T04:53:32.777353+0000 mon.smithi079 (mon.0) 548 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2057578294,v1:172.21.15.79:6827/2057578294]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-21T04:53:34.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:33 smithi079 bash[24931]: cluster 2023-12-21T04:53:32.777406+0000 mon.smithi079 (mon.0) 549 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2023-12-21T04:53:34.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:33 smithi079 bash[24931]: audit 2023-12-21T04:53:32.777919+0000 mon.smithi079 (mon.0) 550 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:34.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:33 smithi079 bash[24931]: audit 2023-12-21T04:53:32.778166+0000 mon.smithi079 (mon.0) 551 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2057578294,v1:172.21.15.79:6827/2057578294]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-21T04:53:34.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:33 smithi079 bash[24931]: audit 2023-12-21T04:53:33.779422+0000 mon.smithi079 (mon.0) 552 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2057578294,v1:172.21.15.79:6827/2057578294]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-12-21T04:53:34.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:33 smithi079 bash[24931]: cluster 2023-12-21T04:53:33.779506+0000 mon.smithi079 (mon.0) 553 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2023-12-21T04:53:34.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:33 smithi079 bash[24931]: audit 2023-12-21T04:53:33.779692+0000 mon.smithi079 (mon.0) 554 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:34.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:33 smithi156 bash[28307]: audit 2023-12-21T04:53:32.777353+0000 mon.smithi079 (mon.0) 548 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2057578294,v1:172.21.15.79:6827/2057578294]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-21T04:53:34.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:33 smithi156 bash[28307]: cluster 2023-12-21T04:53:32.777406+0000 mon.smithi079 (mon.0) 549 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2023-12-21T04:53:34.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:33 smithi156 bash[28307]: audit 2023-12-21T04:53:32.777919+0000 mon.smithi079 (mon.0) 550 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:34.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:33 smithi156 bash[28307]: audit 2023-12-21T04:53:32.778166+0000 mon.smithi079 (mon.0) 551 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2057578294,v1:172.21.15.79:6827/2057578294]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-21T04:53:34.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:33 smithi156 bash[28307]: audit 2023-12-21T04:53:33.779422+0000 mon.smithi079 (mon.0) 552 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2057578294,v1:172.21.15.79:6827/2057578294]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-12-21T04:53:34.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:33 smithi156 bash[28307]: cluster 2023-12-21T04:53:33.779506+0000 mon.smithi079 (mon.0) 553 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2023-12-21T04:53:34.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:33 smithi156 bash[28307]: audit 2023-12-21T04:53:33.779692+0000 mon.smithi079 (mon.0) 554 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:34.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:34 smithi156 bash[28307]: cluster 2023-12-21T04:53:33.649611+0000 mgr.smithi079.gpuwcc (mgr.14180) 125 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-21T04:53:34.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:34 smithi156 bash[28307]: audit 2023-12-21T04:53:33.787963+0000 mon.smithi079 (mon.0) 555 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:35.056 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:34 smithi079 bash[24931]: cluster 2023-12-21T04:53:33.649611+0000 mgr.smithi079.gpuwcc (mgr.14180) 125 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-21T04:53:35.056 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:34 smithi079 bash[24931]: audit 2023-12-21T04:53:33.787963+0000 mon.smithi079 (mon.0) 555 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:35.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:35 smithi079 bash[24931]: cluster 2023-12-21T04:53:33.617599+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:53:35.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:35 smithi079 bash[24931]: cluster 2023-12-21T04:53:33.617671+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:53:35.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:35 smithi079 bash[24931]: audit 2023-12-21T04:53:34.785183+0000 mon.smithi079 (mon.0) 556 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:35.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:35 smithi079 bash[24931]: cluster 2023-12-21T04:53:34.795005+0000 mon.smithi079 (mon.0) 557 : cluster [INF] osd.7 [v2:172.21.15.79:6826/2057578294,v1:172.21.15.79:6827/2057578294] boot 2023-12-21T04:53:35.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:35 smithi079 bash[24931]: cluster 2023-12-21T04:53:34.795048+0000 mon.smithi079 (mon.0) 558 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-21T04:53:35.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:35 smithi079 bash[24931]: audit 2023-12-21T04:53:34.795728+0000 mon.smithi079 (mon.0) 559 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:35.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:35 smithi079 bash[24931]: cluster 2023-12-21T04:53:35.725851+0000 mon.smithi079 (mon.0) 560 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-21T04:53:36.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:35 smithi156 bash[28307]: cluster 2023-12-21T04:53:33.617599+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:53:36.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:35 smithi156 bash[28307]: cluster 2023-12-21T04:53:33.617671+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:53:36.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:35 smithi156 bash[28307]: audit 2023-12-21T04:53:34.785183+0000 mon.smithi079 (mon.0) 556 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:36.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:35 smithi156 bash[28307]: cluster 2023-12-21T04:53:34.795005+0000 mon.smithi079 (mon.0) 557 : cluster [INF] osd.7 [v2:172.21.15.79:6826/2057578294,v1:172.21.15.79:6827/2057578294] boot 2023-12-21T04:53:36.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:35 smithi156 bash[28307]: cluster 2023-12-21T04:53:34.795048+0000 mon.smithi079 (mon.0) 558 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-21T04:53:36.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:35 smithi156 bash[28307]: audit 2023-12-21T04:53:34.795728+0000 mon.smithi079 (mon.0) 559 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:53:36.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:35 smithi156 bash[28307]: cluster 2023-12-21T04:53:35.725851+0000 mon.smithi079 (mon.0) 560 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-21T04:53:37.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:36 smithi079 bash[24931]: cluster 2023-12-21T04:53:35.650183+0000 mgr.smithi079.gpuwcc (mgr.14180) 126 : cluster [DBG] pgmap v112: 1 pgs: 1 remapped+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-21T04:53:37.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:36 smithi079 bash[24931]: cluster 2023-12-21T04:53:36.736704+0000 mon.smithi079 (mon.0) 561 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-21T04:53:37.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:36 smithi156 bash[28307]: cluster 2023-12-21T04:53:35.650183+0000 mgr.smithi079.gpuwcc (mgr.14180) 126 : cluster [DBG] pgmap v112: 1 pgs: 1 remapped+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-21T04:53:37.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:36 smithi156 bash[28307]: cluster 2023-12-21T04:53:36.736704+0000 mon.smithi079 (mon.0) 561 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-21T04:53:37.539 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:53:38.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:37 smithi079 bash[24931]: audit 2023-12-21T04:53:36.864256+0000 mon.smithi079 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:38.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:37 smithi079 bash[24931]: audit 2023-12-21T04:53:36.869147+0000 mon.smithi079 (mon.0) 563 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:53:38.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:37 smithi079 bash[24931]: audit 2023-12-21T04:53:37.539613+0000 mon.smithi079 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.79:0/3933648873' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:53:38.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:37 smithi156 bash[28307]: audit 2023-12-21T04:53:36.864256+0000 mon.smithi079 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:38.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:37 smithi156 bash[28307]: audit 2023-12-21T04:53:36.869147+0000 mon.smithi079 (mon.0) 563 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:53:38.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:37 smithi156 bash[28307]: audit 2023-12-21T04:53:37.539613+0000 mon.smithi079 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.79:0/3933648873' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:53:38.371 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":42,"num_osds":8,"num_up_osds":8,"osd_up_since":1703134414,"num_in_osds":8,"osd_in_since":1703134359,"num_remapped_pgs":0} 2023-12-21T04:53:38.371 INFO:tasks.cephadm:Setting up client nodes... 2023-12-21T04:53:38.372 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-21T04:53:39.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:38 smithi079 bash[24931]: cluster 2023-12-21T04:53:37.650766+0000 mgr.smithi079.gpuwcc (mgr.14180) 127 : cluster [DBG] pgmap v115: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:53:39.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:38 smithi156 bash[28307]: cluster 2023-12-21T04:53:37.650766+0000 mgr.smithi079.gpuwcc (mgr.14180) 127 : cluster [DBG] pgmap v115: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:53:41.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:40 smithi079 bash[24931]: cluster 2023-12-21T04:53:39.651114+0000 mgr.smithi079.gpuwcc (mgr.14180) 128 : cluster [DBG] pgmap v116: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:53:41.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:40 smithi156 bash[28307]: cluster 2023-12-21T04:53:39.651114+0000 mgr.smithi079.gpuwcc (mgr.14180) 128 : cluster [DBG] pgmap v116: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:53:41.299 INFO:teuthology.orchestra.run.smithi079.stdout:[client.0] 2023-12-21T04:53:41.299 INFO:teuthology.orchestra.run.smithi079.stdout: key = AQDVxINlFyZzERAAWgX+E5ZRrmbT/KX+cSEBHQ== 2023-12-21T04:53:41.960 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-21T04:53:41.960 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-21T04:53:41.961 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-21T04:53:41.982 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-21T04:53:42.181 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:41 smithi156 bash[28307]: audit 2023-12-21T04:53:41.292420+0000 mon.smithi079 (mon.0) 565 : audit [INF] from='client.? 172.21.15.79:0/4107858026' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T04:53:42.181 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:41 smithi156 bash[28307]: audit 2023-12-21T04:53:41.299124+0000 mon.smithi079 (mon.0) 566 : audit [INF] from='client.? 172.21.15.79:0/4107858026' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-21T04:53:42.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:41 smithi079 bash[24931]: audit 2023-12-21T04:53:41.292420+0000 mon.smithi079 (mon.0) 565 : audit [INF] from='client.? 172.21.15.79:0/4107858026' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T04:53:42.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:41 smithi079 bash[24931]: audit 2023-12-21T04:53:41.299124+0000 mon.smithi079 (mon.0) 566 : audit [INF] from='client.? 172.21.15.79:0/4107858026' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-21T04:53:43.199 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:42 smithi156 bash[28307]: cluster 2023-12-21T04:53:41.651501+0000 mgr.smithi079.gpuwcc (mgr.14180) 129 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:53:43.199 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:42 smithi156 bash[28307]: audit 2023-12-21T04:53:42.315140+0000 mon.smithi079 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:43.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:42 smithi079 bash[24931]: cluster 2023-12-21T04:53:41.651501+0000 mgr.smithi079.gpuwcc (mgr.14180) 129 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:53:43.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:42 smithi079 bash[24931]: audit 2023-12-21T04:53:42.315140+0000 mon.smithi079 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:44.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:44 smithi079 bash[24931]: audit 2023-12-21T04:53:43.640151+0000 mon.smithi079 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:44.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:44 smithi079 bash[24931]: cluster 2023-12-21T04:53:43.651905+0000 mgr.smithi079.gpuwcc (mgr.14180) 130 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:53:44.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:44 smithi156 bash[28307]: audit 2023-12-21T04:53:43.640151+0000 mon.smithi079 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:44.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:44 smithi156 bash[28307]: cluster 2023-12-21T04:53:43.651905+0000 mgr.smithi079.gpuwcc (mgr.14180) 130 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:53:45.072 INFO:teuthology.orchestra.run.smithi156.stdout:[client.1] 2023-12-21T04:53:45.072 INFO:teuthology.orchestra.run.smithi156.stdout: key = AQDZxINlSoa9AxAAfdaGRJCymmPmwE8q1CRVGg== 2023-12-21T04:53:45.817 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-21T04:53:45.817 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-21T04:53:45.817 DEBUG:teuthology.orchestra.run.smithi156:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-21T04:53:45.840 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-21T04:53:45.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:45 smithi079 bash[24931]: audit 2023-12-21T04:53:45.060191+0000 mon.smithi156 (mon.1) 18 : audit [INF] from='client.? 172.21.15.156:0/3244801748' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T04:53:45.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:45 smithi079 bash[24931]: audit 2023-12-21T04:53:45.062430+0000 mon.smithi079 (mon.0) 569 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T04:53:45.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:45 smithi079 bash[24931]: audit 2023-12-21T04:53:45.070672+0000 mon.smithi079 (mon.0) 570 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-21T04:53:45.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:45 smithi156 bash[28307]: audit 2023-12-21T04:53:45.060191+0000 mon.smithi156 (mon.1) 18 : audit [INF] from='client.? 172.21.15.156:0/3244801748' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T04:53:45.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:45 smithi156 bash[28307]: audit 2023-12-21T04:53:45.062430+0000 mon.smithi079 (mon.0) 569 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T04:53:45.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:45 smithi156 bash[28307]: audit 2023-12-21T04:53:45.070672+0000 mon.smithi079 (mon.0) 570 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-21T04:53:46.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:46 smithi079 bash[24931]: cluster 2023-12-21T04:53:45.652358+0000 mgr.smithi079.gpuwcc (mgr.14180) 131 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:53:46.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:46 smithi156 bash[28307]: cluster 2023-12-21T04:53:45.652358+0000 mgr.smithi079.gpuwcc (mgr.14180) 131 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:53:48.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:48 smithi156 bash[28307]: cluster 2023-12-21T04:53:47.652921+0000 mgr.smithi079.gpuwcc (mgr.14180) 132 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:53:49.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:48 smithi079 bash[24931]: cluster 2023-12-21T04:53:47.652921+0000 mgr.smithi079.gpuwcc (mgr.14180) 132 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:53:50.603 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/mon.smithi079/config 2023-12-21T04:53:50.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:50 smithi079 bash[24931]: cluster 2023-12-21T04:53:49.653414+0000 mgr.smithi079.gpuwcc (mgr.14180) 133 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:53:50.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:50 smithi156 bash[28307]: cluster 2023-12-21T04:53:49.653414+0000 mgr.smithi079.gpuwcc (mgr.14180) 133 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:53:52.743 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:52 smithi079 bash[24931]: cluster 2023-12-21T04:53:51.654028+0000 mgr.smithi079.gpuwcc (mgr.14180) 134 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:53:52.743 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:52 smithi079 bash[24931]: audit 2023-12-21T04:53:52.387060+0000 mon.smithi079 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:52.743 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:52 smithi079 bash[24931]: audit 2023-12-21T04:53:52.682366+0000 mon.smithi079 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:53:52.743 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:52 smithi079 bash[24931]: audit 2023-12-21T04:53:52.683982+0000 mon.smithi079 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:53:53.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:52 smithi079 bash[24931]: audit 2023-12-21T04:53:52.685229+0000 mon.smithi079 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:53:53.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:52 smithi079 bash[24931]: audit 2023-12-21T04:53:52.686518+0000 mon.smithi079 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:53:53.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:52 smithi079 bash[24931]: audit 2023-12-21T04:53:52.695490+0000 mon.smithi079 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:53.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:52 smithi156 bash[28307]: cluster 2023-12-21T04:53:51.654028+0000 mgr.smithi079.gpuwcc (mgr.14180) 134 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:53:53.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:52 smithi156 bash[28307]: audit 2023-12-21T04:53:52.387060+0000 mon.smithi079 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:53.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:52 smithi156 bash[28307]: audit 2023-12-21T04:53:52.682366+0000 mon.smithi079 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:53:53.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:52 smithi156 bash[28307]: audit 2023-12-21T04:53:52.683982+0000 mon.smithi079 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:53:53.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:52 smithi156 bash[28307]: audit 2023-12-21T04:53:52.685229+0000 mon.smithi079 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:53:53.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:52 smithi156 bash[28307]: audit 2023-12-21T04:53:52.686518+0000 mon.smithi079 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:53:53.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:52 smithi156 bash[28307]: audit 2023-12-21T04:53:52.695490+0000 mon.smithi079 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:53.694 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:53:53.695 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":42,"fsid":"19206218-9fbc-11ee-95a5-87774f69a715","created":"2023-12-21T04:48:44.702359+0000","modified":"2023-12-21T04:53:36.728997+0000","last_up_change":"2023-12-21T04:53:34.784631+0000","last_in_change":"2023-12-21T04:52:39.367777+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-21T04:53:14.460219+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"27","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"57cd70e1-efb8-4b9e-a37e-f83a6e337247","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6800","nonce":103157498},{"type":"v1","addr":"172.21.15.156:6801","nonce":103157498}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6802","nonce":103157498},{"type":"v1","addr":"172.21.15.156:6803","nonce":103157498}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6806","nonce":103157498},{"type":"v1","addr":"172.21.15.156:6807","nonce":103157498}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6804","nonce":103157498},{"type":"v1","addr":"172.21.15.156:6805","nonce":103157498}]},"public_addr":"172.21.15.156:6801/103157498","cluster_addr":"172.21.15.156:6803/103157498","heartbeat_back_addr":"172.21.15.156:6807/103157498","heartbeat_front_addr":"172.21.15.156:6805/103157498","state":["exists","up"]},{"osd":1,"uuid":"ff55c013-8796-44ec-88d8-e7ee73f9c783","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":527313832},{"type":"v1","addr":"172.21.15.79:6803","nonce":527313832}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":527313832},{"type":"v1","addr":"172.21.15.79:6805","nonce":527313832}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":527313832},{"type":"v1","addr":"172.21.15.79:6809","nonce":527313832}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":527313832},{"type":"v1","addr":"172.21.15.79:6807","nonce":527313832}]},"public_addr":"172.21.15.79:6803/527313832","cluster_addr":"172.21.15.79:6805/527313832","heartbeat_back_addr":"172.21.15.79:6809/527313832","heartbeat_front_addr":"172.21.15.79:6807/527313832","state":["exists","up"]},{"osd":2,"uuid":"39818a7e-2bab-4cc8-aa1c-741b6c8f99dd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6808","nonce":1500137002},{"type":"v1","addr":"172.21.15.156:6809","nonce":1500137002}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6810","nonce":1500137002},{"type":"v1","addr":"172.21.15.156:6811","nonce":1500137002}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6814","nonce":1500137002},{"type":"v1","addr":"172.21.15.156:6815","nonce":1500137002}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6812","nonce":1500137002},{"type":"v1","addr":"172.21.15.156:6813","nonce":1500137002}]},"public_addr":"172.21.15.156:6809/1500137002","cluster_addr":"172.21.15.156:6811/1500137002","heartbeat_back_addr":"172.21.15.156:6815/1500137002","heartbeat_front_addr":"172.21.15.156:6813/1500137002","state":["exists","up"]},{"osd":3,"uuid":"6a3a4ded-a1ea-43e8-bf79-049254b9ccd1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":2177618002},{"type":"v1","addr":"172.21.15.79:6811","nonce":2177618002}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":2177618002},{"type":"v1","addr":"172.21.15.79:6813","nonce":2177618002}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":2177618002},{"type":"v1","addr":"172.21.15.79:6817","nonce":2177618002}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":2177618002},{"type":"v1","addr":"172.21.15.79:6815","nonce":2177618002}]},"public_addr":"172.21.15.79:6811/2177618002","cluster_addr":"172.21.15.79:6813/2177618002","heartbeat_back_addr":"172.21.15.79:6817/2177618002","heartbeat_front_addr":"172.21.15.79:6815/2177618002","state":["exists","up"]},{"osd":4,"uuid":"d62170bc-c519-4bec-abc9-cb4c71481f78","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6816","nonce":1211277499},{"type":"v1","addr":"172.21.15.156:6817","nonce":1211277499}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6818","nonce":1211277499},{"type":"v1","addr":"172.21.15.156:6819","nonce":1211277499}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6822","nonce":1211277499},{"type":"v1","addr":"172.21.15.156:6823","nonce":1211277499}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6820","nonce":1211277499},{"type":"v1","addr":"172.21.15.156:6821","nonce":1211277499}]},"public_addr":"172.21.15.156:6817/1211277499","cluster_addr":"172.21.15.156:6819/1211277499","heartbeat_back_addr":"172.21.15.156:6823/1211277499","heartbeat_front_addr":"172.21.15.156:6821/1211277499","state":["exists","up"]},{"osd":5,"uuid":"ec98c257-4510-45f0-9b7f-f28e63f7783d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":570340769},{"type":"v1","addr":"172.21.15.79:6819","nonce":570340769}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6820","nonce":570340769},{"type":"v1","addr":"172.21.15.79:6821","nonce":570340769}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6824","nonce":570340769},{"type":"v1","addr":"172.21.15.79:6825","nonce":570340769}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":570340769},{"type":"v1","addr":"172.21.15.79:6823","nonce":570340769}]},"public_addr":"172.21.15.79:6819/570340769","cluster_addr":"172.21.15.79:6821/570340769","heartbeat_back_addr":"172.21.15.79:6825/570340769","heartbeat_front_addr":"172.21.15.79:6823/570340769","state":["exists","up"]},{"osd":6,"uuid":"56856407-cb74-484f-a4d4-b6265109f21e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6824","nonce":973296339},{"type":"v1","addr":"172.21.15.156:6825","nonce":973296339}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6826","nonce":973296339},{"type":"v1","addr":"172.21.15.156:6827","nonce":973296339}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6830","nonce":973296339},{"type":"v1","addr":"172.21.15.156:6831","nonce":973296339}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6828","nonce":973296339},{"type":"v1","addr":"172.21.15.156:6829","nonce":973296339}]},"public_addr":"172.21.15.156:6825/973296339","cluster_addr":"172.21.15.156:6827/973296339","heartbeat_back_addr":"172.21.15.156:6831/973296339","heartbeat_front_addr":"172.21.15.156:6829/973296339","state":["exists","up"]},{"osd":7,"uuid":"faa843cf-31f9-4573-81c3-90bdb8f08f73","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":2057578294},{"type":"v1","addr":"172.21.15.79:6827","nonce":2057578294}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6828","nonce":2057578294},{"type":"v1","addr":"172.21.15.79:6829","nonce":2057578294}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6832","nonce":2057578294},{"type":"v1","addr":"172.21.15.79:6833","nonce":2057578294}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":2057578294},{"type":"v1","addr":"172.21.15.79:6831","nonce":2057578294}]},"public_addr":"172.21.15.79:6827/2057578294","cluster_addr":"172.21.15.79:6829/2057578294","heartbeat_back_addr":"172.21.15.79:6833/2057578294","heartbeat_front_addr":"172.21.15.79:6831/2057578294","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:53:02.549511+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:53:12.010386+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:53:08.169854+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:53:19.432992+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:53:13.729950+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:53:26.833760+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:53:18.490108+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:53:33.617675+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.79:0/1643280823":"2023-12-22T04:50:49.605381+0000","172.21.15.79:6801/492348573":"2023-12-22T04:50:49.605381+0000","172.21.15.79:6800/492348573":"2023-12-22T04:50:49.605381+0000","172.21.15.79:0/3064878177":"2023-12-22T04:50:49.605381+0000","172.21.15.79:0/3859994103":"2023-12-22T04:49:50.302057+0000","172.21.15.79:6801/4240132284":"2023-12-22T04:49:50.302057+0000","172.21.15.79:6800/4240132284":"2023-12-22T04:49:50.302057+0000","172.21.15.79:0/2135386186":"2023-12-22T04:49:50.302057+0000","172.21.15.79:6800/980102672":"2023-12-22T04:49:11.501619+0000","172.21.15.79:6801/980102672":"2023-12-22T04:49:11.501619+0000","172.21.15.79:0/301755194":"2023-12-22T04:49:11.501619+0000","172.21.15.79:0/3327971494":"2023-12-22T04:49:11.501619+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-21T04:53:54.001 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:53 smithi079 bash[24931]: cephadm 2023-12-21T04:53:52.377788+0000 mgr.smithi079.gpuwcc (mgr.14180) 135 : cephadm [INF] Detected new or changed devices on smithi156 2023-12-21T04:53:54.001 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:53 smithi079 bash[24931]: cephadm 2023-12-21T04:53:52.687541+0000 mgr.smithi079.gpuwcc (mgr.14180) 136 : cephadm [INF] Adjusting osd_memory_target on smithi156 to 4028M 2023-12-21T04:53:54.001 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:53 smithi079 bash[24931]: audit 2023-12-21T04:53:53.694259+0000 mon.smithi079 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.79:0/4014343050' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T04:53:54.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:53 smithi156 bash[28307]: cephadm 2023-12-21T04:53:52.377788+0000 mgr.smithi079.gpuwcc (mgr.14180) 135 : cephadm [INF] Detected new or changed devices on smithi156 2023-12-21T04:53:54.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:53 smithi156 bash[28307]: cephadm 2023-12-21T04:53:52.687541+0000 mgr.smithi079.gpuwcc (mgr.14180) 136 : cephadm [INF] Adjusting osd_memory_target on smithi156 to 4028M 2023-12-21T04:53:54.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:53 smithi156 bash[28307]: audit 2023-12-21T04:53:53.694259+0000 mon.smithi079 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.79:0/4014343050' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T04:53:54.556 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-21T04:53:14.460219+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '27', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-12-21T04:53:54.557 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-21T04:53:54.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:54 smithi079 bash[24931]: cluster 2023-12-21T04:53:53.654688+0000 mgr.smithi079.gpuwcc (mgr.14180) 137 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:53:54.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:54 smithi079 bash[24931]: audit 2023-12-21T04:53:54.386353+0000 mon.smithi079 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:54.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:54 smithi079 bash[24931]: audit 2023-12-21T04:53:54.670566+0000 mon.smithi079 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:53:54.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:54 smithi079 bash[24931]: audit 2023-12-21T04:53:54.671741+0000 mon.smithi079 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:53:54.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:54 smithi079 bash[24931]: audit 2023-12-21T04:53:54.672814+0000 mon.smithi079 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:53:54.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:54 smithi079 bash[24931]: audit 2023-12-21T04:53:54.673933+0000 mon.smithi079 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:53:54.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:54 smithi079 bash[24931]: audit 2023-12-21T04:53:54.680525+0000 mon.smithi079 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:54.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:54 smithi079 bash[24931]: audit 2023-12-21T04:53:54.682201+0000 mon.smithi079 (mon.0) 584 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:53:54.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:54 smithi079 bash[24931]: audit 2023-12-21T04:53:54.683252+0000 mon.smithi079 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:53:54.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:54 smithi079 bash[24931]: audit 2023-12-21T04:53:54.689107+0000 mon.smithi079 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:54.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:54 smithi079 bash[24931]: audit 2023-12-21T04:53:54.694895+0000 mon.smithi079 (mon.0) 587 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:53:54.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:54 smithi079 bash[24931]: audit 2023-12-21T04:53:54.700105+0000 mon.smithi079 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T04:53:54.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:54 smithi079 bash[24931]: audit 2023-12-21T04:53:54.703246+0000 mon.smithi079 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T04:53:54.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:54 smithi079 bash[24931]: audit 2023-12-21T04:53:54.703553+0000 mon.smithi079 (mon.0) 590 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:53:54.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:54 smithi079 bash[24931]: audit 2023-12-21T04:53:54.704294+0000 mon.smithi079 (mon.0) 591 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:53:54.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:54 smithi156 bash[28307]: cluster 2023-12-21T04:53:53.654688+0000 mgr.smithi079.gpuwcc (mgr.14180) 137 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:53:54.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:54 smithi156 bash[28307]: audit 2023-12-21T04:53:54.386353+0000 mon.smithi079 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:54.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:54 smithi156 bash[28307]: audit 2023-12-21T04:53:54.670566+0000 mon.smithi079 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:53:54.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:54 smithi156 bash[28307]: audit 2023-12-21T04:53:54.671741+0000 mon.smithi079 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:53:54.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:54 smithi156 bash[28307]: audit 2023-12-21T04:53:54.672814+0000 mon.smithi079 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:53:54.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:54 smithi156 bash[28307]: audit 2023-12-21T04:53:54.673933+0000 mon.smithi079 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:53:54.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:54 smithi156 bash[28307]: audit 2023-12-21T04:53:54.680525+0000 mon.smithi079 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:54.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:54 smithi156 bash[28307]: audit 2023-12-21T04:53:54.682201+0000 mon.smithi079 (mon.0) 584 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:53:54.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:54 smithi156 bash[28307]: audit 2023-12-21T04:53:54.683252+0000 mon.smithi079 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:53:54.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:54 smithi156 bash[28307]: audit 2023-12-21T04:53:54.689107+0000 mon.smithi079 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:53:54.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:54 smithi156 bash[28307]: audit 2023-12-21T04:53:54.694895+0000 mon.smithi079 (mon.0) 587 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:53:54.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:54 smithi156 bash[28307]: audit 2023-12-21T04:53:54.700105+0000 mon.smithi079 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T04:53:54.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:54 smithi156 bash[28307]: audit 2023-12-21T04:53:54.703246+0000 mon.smithi079 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T04:53:54.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:54 smithi156 bash[28307]: audit 2023-12-21T04:53:54.703553+0000 mon.smithi079 (mon.0) 590 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:53:54.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:54 smithi156 bash[28307]: audit 2023-12-21T04:53:54.704294+0000 mon.smithi079 (mon.0) 591 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:53:56.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:55 smithi079 bash[24931]: cephadm 2023-12-21T04:53:54.374558+0000 mgr.smithi079.gpuwcc (mgr.14180) 138 : cephadm [INF] Detected new or changed devices on smithi079 2023-12-21T04:53:56.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:55 smithi079 bash[24931]: cephadm 2023-12-21T04:53:54.674811+0000 mgr.smithi079.gpuwcc (mgr.14180) 139 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 3260M 2023-12-21T04:53:56.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:55 smithi156 bash[28307]: cephadm 2023-12-21T04:53:54.374558+0000 mgr.smithi079.gpuwcc (mgr.14180) 138 : cephadm [INF] Detected new or changed devices on smithi079 2023-12-21T04:53:56.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:55 smithi156 bash[28307]: cephadm 2023-12-21T04:53:54.674811+0000 mgr.smithi079.gpuwcc (mgr.14180) 139 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 3260M 2023-12-21T04:53:57.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:56 smithi079 bash[24931]: cluster 2023-12-21T04:53:55.655372+0000 mgr.smithi079.gpuwcc (mgr.14180) 140 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:53:57.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:56 smithi156 bash[28307]: cluster 2023-12-21T04:53:55.655372+0000 mgr.smithi079.gpuwcc (mgr.14180) 140 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:53:59.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:53:58 smithi079 bash[24931]: cluster 2023-12-21T04:53:57.656071+0000 mgr.smithi079.gpuwcc (mgr.14180) 141 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:53:59.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:53:58 smithi156 bash[28307]: cluster 2023-12-21T04:53:57.656071+0000 mgr.smithi079.gpuwcc (mgr.14180) 141 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:53:59.342 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/mon.smithi079/config 2023-12-21T04:54:01.173 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:00 smithi079 bash[24931]: cluster 2023-12-21T04:53:59.656651+0000 mgr.smithi079.gpuwcc (mgr.14180) 142 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:01.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:00 smithi156 bash[28307]: cluster 2023-12-21T04:53:59.656651+0000 mgr.smithi079.gpuwcc (mgr.14180) 142 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:02.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:02 smithi079 bash[24931]: cluster 2023-12-21T04:54:01.657292+0000 mgr.smithi079.gpuwcc (mgr.14180) 143 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:03.027 INFO:teuthology.orchestra.run.smithi079.stdout:pg_num: 1 2023-12-21T04:54:03.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:02 smithi156 bash[28307]: cluster 2023-12-21T04:54:01.657292+0000 mgr.smithi079.gpuwcc (mgr.14180) 143 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:03.719 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-21T04:54:03.719 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-21T04:54:03.719 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph mgr dump --format=json 2023-12-21T04:54:03.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:03 smithi079 bash[24931]: audit 2023-12-21T04:54:03.027563+0000 mon.smithi079 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.79:0/1713808910' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-21T04:54:03.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:03 smithi156 bash[28307]: audit 2023-12-21T04:54:03.027563+0000 mon.smithi079 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.79:0/1713808910' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-21T04:54:04.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:04 smithi079 bash[24931]: cluster 2023-12-21T04:54:03.657870+0000 mgr.smithi079.gpuwcc (mgr.14180) 144 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:04.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:04 smithi156 bash[28307]: cluster 2023-12-21T04:54:03.657870+0000 mgr.smithi079.gpuwcc (mgr.14180) 144 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:07.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:06 smithi079 bash[24931]: cluster 2023-12-21T04:54:05.658506+0000 mgr.smithi079.gpuwcc (mgr.14180) 145 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:07.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:06 smithi156 bash[28307]: cluster 2023-12-21T04:54:05.658506+0000 mgr.smithi079.gpuwcc (mgr.14180) 145 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:08.745 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/mon.smithi079/config 2023-12-21T04:54:09.067 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:08 smithi156 bash[28307]: cluster 2023-12-21T04:54:07.659058+0000 mgr.smithi079.gpuwcc (mgr.14180) 146 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:09.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:08 smithi079 bash[24931]: cluster 2023-12-21T04:54:07.659058+0000 mgr.smithi079.gpuwcc (mgr.14180) 146 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:10.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:10 smithi156 bash[28307]: cluster 2023-12-21T04:54:09.659671+0000 mgr.smithi079.gpuwcc (mgr.14180) 147 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:11.193 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:10 smithi079 bash[24931]: cluster 2023-12-21T04:54:09.659671+0000 mgr.smithi079.gpuwcc (mgr.14180) 147 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:12.816 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:54:13.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:12 smithi079 bash[24931]: cluster 2023-12-21T04:54:11.660292+0000 mgr.smithi079.gpuwcc (mgr.14180) 148 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:13.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:12 smithi156 bash[28307]: cluster 2023-12-21T04:54:11.660292+0000 mgr.smithi079.gpuwcc (mgr.14180) 148 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:13.892 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:13 smithi079 bash[24931]: audit 2023-12-21T04:54:12.811755+0000 mon.smithi079 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.79:0/3187282152' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-21T04:54:13.905 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi079.gpuwcc","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6800","nonce":3495086954},{"type":"v1","addr":"172.21.15.79:6801","nonce":3495086954}]},"active_addr":"172.21.15.79:6801/3495086954","active_change":"2023-12-21T04:50:49.605604+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14198,"name":"smithi156.purgrq","mgr_features":4540138314316775423,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.23.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.23.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.79:8443/","prometheus":"http://172.21.15.79:9283/"},"always_on_modules":{"nautilus":["balancer","crash","devicehealth","orchestrator_cli","progress","rbd_support","status","volumes"],"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":4,"active_clients":[{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.79:0","nonce":664379798}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.79:0","nonce":1970257018}]}]} 2023-12-21T04:54:13.910 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-21T04:54:13.910 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-21T04:54:13.911 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-21T04:54:14.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:13 smithi156 bash[28307]: audit 2023-12-21T04:54:12.811755+0000 mon.smithi079 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.79:0/3187282152' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-21T04:54:14.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:14 smithi079 bash[24931]: cluster 2023-12-21T04:54:13.660860+0000 mgr.smithi079.gpuwcc (mgr.14180) 149 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:15.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:14 smithi156 bash[28307]: cluster 2023-12-21T04:54:13.660860+0000 mgr.smithi079.gpuwcc (mgr.14180) 149 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:17.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:16 smithi079 bash[24931]: cluster 2023-12-21T04:54:15.661465+0000 mgr.smithi079.gpuwcc (mgr.14180) 150 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:17.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:16 smithi156 bash[28307]: cluster 2023-12-21T04:54:15.661465+0000 mgr.smithi079.gpuwcc (mgr.14180) 150 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:18.700 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/mon.smithi079/config 2023-12-21T04:54:18.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:18 smithi079 bash[24931]: cluster 2023-12-21T04:54:17.662073+0000 mgr.smithi079.gpuwcc (mgr.14180) 151 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:19.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:18 smithi156 bash[28307]: cluster 2023-12-21T04:54:17.662073+0000 mgr.smithi079.gpuwcc (mgr.14180) 151 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:20.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:20 smithi156 bash[28307]: cluster 2023-12-21T04:54:19.662648+0000 mgr.smithi079.gpuwcc (mgr.14180) 152 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:21.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:20 smithi079 bash[24931]: cluster 2023-12-21T04:54:19.662648+0000 mgr.smithi079.gpuwcc (mgr.14180) 152 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:22.322 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:22 smithi079 bash[24931]: audit 2023-12-21T04:54:21.194805+0000 mon.smithi079 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:54:22.323 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:22 smithi079 bash[24931]: cluster 2023-12-21T04:54:21.663304+0000 mgr.smithi079.gpuwcc (mgr.14180) 153 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:22.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:22 smithi156 bash[28307]: audit 2023-12-21T04:54:21.194805+0000 mon.smithi079 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:54:22.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:22 smithi156 bash[28307]: cluster 2023-12-21T04:54:21.663304+0000 mgr.smithi079.gpuwcc (mgr.14180) 153 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:22.701 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:54:22.701 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":42,"fsid":"19206218-9fbc-11ee-95a5-87774f69a715","created":"2023-12-21T04:48:44.702359+0000","modified":"2023-12-21T04:53:36.728997+0000","last_up_change":"2023-12-21T04:53:34.784631+0000","last_in_change":"2023-12-21T04:52:39.367777+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-21T04:53:14.460219+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"27","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"57cd70e1-efb8-4b9e-a37e-f83a6e337247","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6800","nonce":103157498},{"type":"v1","addr":"172.21.15.156:6801","nonce":103157498}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6802","nonce":103157498},{"type":"v1","addr":"172.21.15.156:6803","nonce":103157498}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6806","nonce":103157498},{"type":"v1","addr":"172.21.15.156:6807","nonce":103157498}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6804","nonce":103157498},{"type":"v1","addr":"172.21.15.156:6805","nonce":103157498}]},"public_addr":"172.21.15.156:6801/103157498","cluster_addr":"172.21.15.156:6803/103157498","heartbeat_back_addr":"172.21.15.156:6807/103157498","heartbeat_front_addr":"172.21.15.156:6805/103157498","state":["exists","up"]},{"osd":1,"uuid":"ff55c013-8796-44ec-88d8-e7ee73f9c783","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":527313832},{"type":"v1","addr":"172.21.15.79:6803","nonce":527313832}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":527313832},{"type":"v1","addr":"172.21.15.79:6805","nonce":527313832}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":527313832},{"type":"v1","addr":"172.21.15.79:6809","nonce":527313832}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":527313832},{"type":"v1","addr":"172.21.15.79:6807","nonce":527313832}]},"public_addr":"172.21.15.79:6803/527313832","cluster_addr":"172.21.15.79:6805/527313832","heartbeat_back_addr":"172.21.15.79:6809/527313832","heartbeat_front_addr":"172.21.15.79:6807/527313832","state":["exists","up"]},{"osd":2,"uuid":"39818a7e-2bab-4cc8-aa1c-741b6c8f99dd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6808","nonce":1500137002},{"type":"v1","addr":"172.21.15.156:6809","nonce":1500137002}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6810","nonce":1500137002},{"type":"v1","addr":"172.21.15.156:6811","nonce":1500137002}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6814","nonce":1500137002},{"type":"v1","addr":"172.21.15.156:6815","nonce":1500137002}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6812","nonce":1500137002},{"type":"v1","addr":"172.21.15.156:6813","nonce":1500137002}]},"public_addr":"172.21.15.156:6809/1500137002","cluster_addr":"172.21.15.156:6811/1500137002","heartbeat_back_addr":"172.21.15.156:6815/1500137002","heartbeat_front_addr":"172.21.15.156:6813/1500137002","state":["exists","up"]},{"osd":3,"uuid":"6a3a4ded-a1ea-43e8-bf79-049254b9ccd1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":2177618002},{"type":"v1","addr":"172.21.15.79:6811","nonce":2177618002}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":2177618002},{"type":"v1","addr":"172.21.15.79:6813","nonce":2177618002}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":2177618002},{"type":"v1","addr":"172.21.15.79:6817","nonce":2177618002}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":2177618002},{"type":"v1","addr":"172.21.15.79:6815","nonce":2177618002}]},"public_addr":"172.21.15.79:6811/2177618002","cluster_addr":"172.21.15.79:6813/2177618002","heartbeat_back_addr":"172.21.15.79:6817/2177618002","heartbeat_front_addr":"172.21.15.79:6815/2177618002","state":["exists","up"]},{"osd":4,"uuid":"d62170bc-c519-4bec-abc9-cb4c71481f78","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6816","nonce":1211277499},{"type":"v1","addr":"172.21.15.156:6817","nonce":1211277499}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6818","nonce":1211277499},{"type":"v1","addr":"172.21.15.156:6819","nonce":1211277499}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6822","nonce":1211277499},{"type":"v1","addr":"172.21.15.156:6823","nonce":1211277499}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6820","nonce":1211277499},{"type":"v1","addr":"172.21.15.156:6821","nonce":1211277499}]},"public_addr":"172.21.15.156:6817/1211277499","cluster_addr":"172.21.15.156:6819/1211277499","heartbeat_back_addr":"172.21.15.156:6823/1211277499","heartbeat_front_addr":"172.21.15.156:6821/1211277499","state":["exists","up"]},{"osd":5,"uuid":"ec98c257-4510-45f0-9b7f-f28e63f7783d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":570340769},{"type":"v1","addr":"172.21.15.79:6819","nonce":570340769}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6820","nonce":570340769},{"type":"v1","addr":"172.21.15.79:6821","nonce":570340769}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6824","nonce":570340769},{"type":"v1","addr":"172.21.15.79:6825","nonce":570340769}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":570340769},{"type":"v1","addr":"172.21.15.79:6823","nonce":570340769}]},"public_addr":"172.21.15.79:6819/570340769","cluster_addr":"172.21.15.79:6821/570340769","heartbeat_back_addr":"172.21.15.79:6825/570340769","heartbeat_front_addr":"172.21.15.79:6823/570340769","state":["exists","up"]},{"osd":6,"uuid":"56856407-cb74-484f-a4d4-b6265109f21e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6824","nonce":973296339},{"type":"v1","addr":"172.21.15.156:6825","nonce":973296339}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6826","nonce":973296339},{"type":"v1","addr":"172.21.15.156:6827","nonce":973296339}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6830","nonce":973296339},{"type":"v1","addr":"172.21.15.156:6831","nonce":973296339}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6828","nonce":973296339},{"type":"v1","addr":"172.21.15.156:6829","nonce":973296339}]},"public_addr":"172.21.15.156:6825/973296339","cluster_addr":"172.21.15.156:6827/973296339","heartbeat_back_addr":"172.21.15.156:6831/973296339","heartbeat_front_addr":"172.21.15.156:6829/973296339","state":["exists","up"]},{"osd":7,"uuid":"faa843cf-31f9-4573-81c3-90bdb8f08f73","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":2057578294},{"type":"v1","addr":"172.21.15.79:6827","nonce":2057578294}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6828","nonce":2057578294},{"type":"v1","addr":"172.21.15.79:6829","nonce":2057578294}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6832","nonce":2057578294},{"type":"v1","addr":"172.21.15.79:6833","nonce":2057578294}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":2057578294},{"type":"v1","addr":"172.21.15.79:6831","nonce":2057578294}]},"public_addr":"172.21.15.79:6827/2057578294","cluster_addr":"172.21.15.79:6829/2057578294","heartbeat_back_addr":"172.21.15.79:6833/2057578294","heartbeat_front_addr":"172.21.15.79:6831/2057578294","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:53:02.549511+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:53:12.010386+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:53:08.169854+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:53:19.432992+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:53:13.729950+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:53:26.833760+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:53:18.490108+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:53:33.617675+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.79:0/1643280823":"2023-12-22T04:50:49.605381+0000","172.21.15.79:6801/492348573":"2023-12-22T04:50:49.605381+0000","172.21.15.79:6800/492348573":"2023-12-22T04:50:49.605381+0000","172.21.15.79:0/3064878177":"2023-12-22T04:50:49.605381+0000","172.21.15.79:0/3859994103":"2023-12-22T04:49:50.302057+0000","172.21.15.79:6801/4240132284":"2023-12-22T04:49:50.302057+0000","172.21.15.79:6800/4240132284":"2023-12-22T04:49:50.302057+0000","172.21.15.79:0/2135386186":"2023-12-22T04:49:50.302057+0000","172.21.15.79:6800/980102672":"2023-12-22T04:49:11.501619+0000","172.21.15.79:6801/980102672":"2023-12-22T04:49:11.501619+0000","172.21.15.79:0/301755194":"2023-12-22T04:49:11.501619+0000","172.21.15.79:0/3327971494":"2023-12-22T04:49:11.501619+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-21T04:54:23.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:23 smithi079 bash[24931]: audit 2023-12-21T04:54:22.700449+0000 mon.smithi079 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.79:0/1110860207' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T04:54:23.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:23 smithi156 bash[28307]: audit 2023-12-21T04:54:22.700449+0000 mon.smithi079 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.79:0/1110860207' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T04:54:23.970 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-21T04:54:23.970 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-21T04:54:24.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:24 smithi079 bash[24931]: cluster 2023-12-21T04:54:23.663884+0000 mgr.smithi079.gpuwcc (mgr.14180) 154 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:24.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:24 smithi156 bash[28307]: cluster 2023-12-21T04:54:23.663884+0000 mgr.smithi079.gpuwcc (mgr.14180) 154 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:26.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:26 smithi079 bash[24931]: cluster 2023-12-21T04:54:25.664467+0000 mgr.smithi079.gpuwcc (mgr.14180) 155 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:26.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:26 smithi079 bash[24931]: audit 2023-12-21T04:54:25.709414+0000 mon.smithi079 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:54:26.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:26 smithi156 bash[28307]: cluster 2023-12-21T04:54:25.664467+0000 mgr.smithi079.gpuwcc (mgr.14180) 155 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:26.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:26 smithi156 bash[28307]: audit 2023-12-21T04:54:25.709414+0000 mon.smithi079 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:54:28.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:28 smithi079 bash[24931]: cluster 2023-12-21T04:54:27.665109+0000 mgr.smithi079.gpuwcc (mgr.14180) 156 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:28.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:28 smithi156 bash[28307]: cluster 2023-12-21T04:54:27.665109+0000 mgr.smithi079.gpuwcc (mgr.14180) 156 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:29.230 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/mon.smithi079/config 2023-12-21T04:54:30.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:30 smithi079 bash[24931]: cluster 2023-12-21T04:54:29.665724+0000 mgr.smithi079.gpuwcc (mgr.14180) 157 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:30.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:30 smithi156 bash[28307]: cluster 2023-12-21T04:54:29.665724+0000 mgr.smithi079.gpuwcc (mgr.14180) 157 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:32.047 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:54:32.047 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":42,"fsid":"19206218-9fbc-11ee-95a5-87774f69a715","created":"2023-12-21T04:48:44.702359+0000","modified":"2023-12-21T04:53:36.728997+0000","last_up_change":"2023-12-21T04:53:34.784631+0000","last_in_change":"2023-12-21T04:52:39.367777+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-21T04:53:14.460219+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"27","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"57cd70e1-efb8-4b9e-a37e-f83a6e337247","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6800","nonce":103157498},{"type":"v1","addr":"172.21.15.156:6801","nonce":103157498}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6802","nonce":103157498},{"type":"v1","addr":"172.21.15.156:6803","nonce":103157498}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6806","nonce":103157498},{"type":"v1","addr":"172.21.15.156:6807","nonce":103157498}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6804","nonce":103157498},{"type":"v1","addr":"172.21.15.156:6805","nonce":103157498}]},"public_addr":"172.21.15.156:6801/103157498","cluster_addr":"172.21.15.156:6803/103157498","heartbeat_back_addr":"172.21.15.156:6807/103157498","heartbeat_front_addr":"172.21.15.156:6805/103157498","state":["exists","up"]},{"osd":1,"uuid":"ff55c013-8796-44ec-88d8-e7ee73f9c783","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":527313832},{"type":"v1","addr":"172.21.15.79:6803","nonce":527313832}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":527313832},{"type":"v1","addr":"172.21.15.79:6805","nonce":527313832}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":527313832},{"type":"v1","addr":"172.21.15.79:6809","nonce":527313832}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":527313832},{"type":"v1","addr":"172.21.15.79:6807","nonce":527313832}]},"public_addr":"172.21.15.79:6803/527313832","cluster_addr":"172.21.15.79:6805/527313832","heartbeat_back_addr":"172.21.15.79:6809/527313832","heartbeat_front_addr":"172.21.15.79:6807/527313832","state":["exists","up"]},{"osd":2,"uuid":"39818a7e-2bab-4cc8-aa1c-741b6c8f99dd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6808","nonce":1500137002},{"type":"v1","addr":"172.21.15.156:6809","nonce":1500137002}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6810","nonce":1500137002},{"type":"v1","addr":"172.21.15.156:6811","nonce":1500137002}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6814","nonce":1500137002},{"type":"v1","addr":"172.21.15.156:6815","nonce":1500137002}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6812","nonce":1500137002},{"type":"v1","addr":"172.21.15.156:6813","nonce":1500137002}]},"public_addr":"172.21.15.156:6809/1500137002","cluster_addr":"172.21.15.156:6811/1500137002","heartbeat_back_addr":"172.21.15.156:6815/1500137002","heartbeat_front_addr":"172.21.15.156:6813/1500137002","state":["exists","up"]},{"osd":3,"uuid":"6a3a4ded-a1ea-43e8-bf79-049254b9ccd1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":2177618002},{"type":"v1","addr":"172.21.15.79:6811","nonce":2177618002}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":2177618002},{"type":"v1","addr":"172.21.15.79:6813","nonce":2177618002}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":2177618002},{"type":"v1","addr":"172.21.15.79:6817","nonce":2177618002}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":2177618002},{"type":"v1","addr":"172.21.15.79:6815","nonce":2177618002}]},"public_addr":"172.21.15.79:6811/2177618002","cluster_addr":"172.21.15.79:6813/2177618002","heartbeat_back_addr":"172.21.15.79:6817/2177618002","heartbeat_front_addr":"172.21.15.79:6815/2177618002","state":["exists","up"]},{"osd":4,"uuid":"d62170bc-c519-4bec-abc9-cb4c71481f78","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6816","nonce":1211277499},{"type":"v1","addr":"172.21.15.156:6817","nonce":1211277499}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6818","nonce":1211277499},{"type":"v1","addr":"172.21.15.156:6819","nonce":1211277499}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6822","nonce":1211277499},{"type":"v1","addr":"172.21.15.156:6823","nonce":1211277499}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6820","nonce":1211277499},{"type":"v1","addr":"172.21.15.156:6821","nonce":1211277499}]},"public_addr":"172.21.15.156:6817/1211277499","cluster_addr":"172.21.15.156:6819/1211277499","heartbeat_back_addr":"172.21.15.156:6823/1211277499","heartbeat_front_addr":"172.21.15.156:6821/1211277499","state":["exists","up"]},{"osd":5,"uuid":"ec98c257-4510-45f0-9b7f-f28e63f7783d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":570340769},{"type":"v1","addr":"172.21.15.79:6819","nonce":570340769}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6820","nonce":570340769},{"type":"v1","addr":"172.21.15.79:6821","nonce":570340769}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6824","nonce":570340769},{"type":"v1","addr":"172.21.15.79:6825","nonce":570340769}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":570340769},{"type":"v1","addr":"172.21.15.79:6823","nonce":570340769}]},"public_addr":"172.21.15.79:6819/570340769","cluster_addr":"172.21.15.79:6821/570340769","heartbeat_back_addr":"172.21.15.79:6825/570340769","heartbeat_front_addr":"172.21.15.79:6823/570340769","state":["exists","up"]},{"osd":6,"uuid":"56856407-cb74-484f-a4d4-b6265109f21e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6824","nonce":973296339},{"type":"v1","addr":"172.21.15.156:6825","nonce":973296339}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6826","nonce":973296339},{"type":"v1","addr":"172.21.15.156:6827","nonce":973296339}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6830","nonce":973296339},{"type":"v1","addr":"172.21.15.156:6831","nonce":973296339}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.156:6828","nonce":973296339},{"type":"v1","addr":"172.21.15.156:6829","nonce":973296339}]},"public_addr":"172.21.15.156:6825/973296339","cluster_addr":"172.21.15.156:6827/973296339","heartbeat_back_addr":"172.21.15.156:6831/973296339","heartbeat_front_addr":"172.21.15.156:6829/973296339","state":["exists","up"]},{"osd":7,"uuid":"faa843cf-31f9-4573-81c3-90bdb8f08f73","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":2057578294},{"type":"v1","addr":"172.21.15.79:6827","nonce":2057578294}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6828","nonce":2057578294},{"type":"v1","addr":"172.21.15.79:6829","nonce":2057578294}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6832","nonce":2057578294},{"type":"v1","addr":"172.21.15.79:6833","nonce":2057578294}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":2057578294},{"type":"v1","addr":"172.21.15.79:6831","nonce":2057578294}]},"public_addr":"172.21.15.79:6827/2057578294","cluster_addr":"172.21.15.79:6829/2057578294","heartbeat_back_addr":"172.21.15.79:6833/2057578294","heartbeat_front_addr":"172.21.15.79:6831/2057578294","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:53:02.549511+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:53:12.010386+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:53:08.169854+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:53:19.432992+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:53:13.729950+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:53:26.833760+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:53:18.490108+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:53:33.617675+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.79:0/1643280823":"2023-12-22T04:50:49.605381+0000","172.21.15.79:6801/492348573":"2023-12-22T04:50:49.605381+0000","172.21.15.79:6800/492348573":"2023-12-22T04:50:49.605381+0000","172.21.15.79:0/3064878177":"2023-12-22T04:50:49.605381+0000","172.21.15.79:0/3859994103":"2023-12-22T04:49:50.302057+0000","172.21.15.79:6801/4240132284":"2023-12-22T04:49:50.302057+0000","172.21.15.79:6800/4240132284":"2023-12-22T04:49:50.302057+0000","172.21.15.79:0/2135386186":"2023-12-22T04:49:50.302057+0000","172.21.15.79:6800/980102672":"2023-12-22T04:49:11.501619+0000","172.21.15.79:6801/980102672":"2023-12-22T04:49:11.501619+0000","172.21.15.79:0/301755194":"2023-12-22T04:49:11.501619+0000","172.21.15.79:0/3327971494":"2023-12-22T04:49:11.501619+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-21T04:54:32.698 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-21T04:54:32.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:32 smithi079 bash[24931]: cluster 2023-12-21T04:54:31.666400+0000 mgr.smithi079.gpuwcc (mgr.14180) 158 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:32.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:32 smithi079 bash[24931]: audit 2023-12-21T04:54:32.045978+0000 mon.smithi079 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.79:0/3348841843' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T04:54:33.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:32 smithi156 bash[28307]: cluster 2023-12-21T04:54:31.666400+0000 mgr.smithi079.gpuwcc (mgr.14180) 158 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:33.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:32 smithi156 bash[28307]: audit 2023-12-21T04:54:32.045978+0000 mon.smithi079 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.79:0/3348841843' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T04:54:34.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:34 smithi156 bash[28307]: cluster 2023-12-21T04:54:33.667018+0000 mgr.smithi079.gpuwcc (mgr.14180) 159 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:35.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:34 smithi079 bash[24931]: cluster 2023-12-21T04:54:33.667018+0000 mgr.smithi079.gpuwcc (mgr.14180) 159 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:37.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:36 smithi079 bash[24931]: cluster 2023-12-21T04:54:35.667708+0000 mgr.smithi079.gpuwcc (mgr.14180) 160 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:37.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:36 smithi156 bash[28307]: cluster 2023-12-21T04:54:35.667708+0000 mgr.smithi079.gpuwcc (mgr.14180) 160 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:37.487 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/mon.smithi079/config 2023-12-21T04:54:38.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:38 smithi079 bash[24931]: cluster 2023-12-21T04:54:37.668152+0000 mgr.smithi079.gpuwcc (mgr.14180) 161 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:39.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:38 smithi156 bash[28307]: cluster 2023-12-21T04:54:37.668152+0000 mgr.smithi079.gpuwcc (mgr.14180) 161 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:40.659 INFO:teuthology.orchestra.run.smithi079.stdout:68719476758 2023-12-21T04:54:40.660 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-21T04:54:40.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:40 smithi079 bash[24931]: cluster 2023-12-21T04:54:39.668673+0000 mgr.smithi079.gpuwcc (mgr.14180) 162 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:41.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:40 smithi156 bash[28307]: cluster 2023-12-21T04:54:39.668673+0000 mgr.smithi079.gpuwcc (mgr.14180) 162 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:43.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:42 smithi079 bash[24931]: cluster 2023-12-21T04:54:41.669291+0000 mgr.smithi079.gpuwcc (mgr.14180) 163 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:43.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:42 smithi156 bash[28307]: cluster 2023-12-21T04:54:41.669291+0000 mgr.smithi079.gpuwcc (mgr.14180) 163 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:44.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:44 smithi156 bash[28307]: cluster 2023-12-21T04:54:43.669902+0000 mgr.smithi079.gpuwcc (mgr.14180) 164 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:45.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:44 smithi079 bash[24931]: cluster 2023-12-21T04:54:43.669902+0000 mgr.smithi079.gpuwcc (mgr.14180) 164 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:45.450 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/mon.smithi079/config 2023-12-21T04:54:46.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:46 smithi079 bash[24931]: cluster 2023-12-21T04:54:45.670430+0000 mgr.smithi079.gpuwcc (mgr.14180) 165 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:47.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:46 smithi156 bash[28307]: cluster 2023-12-21T04:54:45.670430+0000 mgr.smithi079.gpuwcc (mgr.14180) 165 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:48.768 INFO:teuthology.orchestra.run.smithi079.stdout:103079215125 2023-12-21T04:54:48.768 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-21T04:54:49.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:48 smithi079 bash[24931]: cluster 2023-12-21T04:54:47.670961+0000 mgr.smithi079.gpuwcc (mgr.14180) 166 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:49.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:48 smithi156 bash[28307]: cluster 2023-12-21T04:54:47.670961+0000 mgr.smithi079.gpuwcc (mgr.14180) 166 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:51.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:50 smithi079 bash[24931]: cluster 2023-12-21T04:54:49.671607+0000 mgr.smithi079.gpuwcc (mgr.14180) 167 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:51.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:50 smithi156 bash[28307]: cluster 2023-12-21T04:54:49.671607+0000 mgr.smithi079.gpuwcc (mgr.14180) 167 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:53.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:52 smithi079 bash[24931]: cluster 2023-12-21T04:54:51.672241+0000 mgr.smithi079.gpuwcc (mgr.14180) 168 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:53.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:52 smithi156 bash[28307]: cluster 2023-12-21T04:54:51.672241+0000 mgr.smithi079.gpuwcc (mgr.14180) 168 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:53.548 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/mon.smithi079/config 2023-12-21T04:54:54.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:54 smithi156 bash[28307]: cluster 2023-12-21T04:54:53.672658+0000 mgr.smithi079.gpuwcc (mgr.14180) 169 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:55.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:54 smithi079 bash[24931]: cluster 2023-12-21T04:54:53.672658+0000 mgr.smithi079.gpuwcc (mgr.14180) 169 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:57.008 INFO:teuthology.orchestra.run.smithi079.stdout:85899345945 2023-12-21T04:54:57.008 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-21T04:54:57.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:56 smithi079 bash[24931]: cluster 2023-12-21T04:54:55.673187+0000 mgr.smithi079.gpuwcc (mgr.14180) 170 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:57.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:56 smithi156 bash[28307]: cluster 2023-12-21T04:54:55.673187+0000 mgr.smithi079.gpuwcc (mgr.14180) 170 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:59.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:54:58 smithi079 bash[24931]: cluster 2023-12-21T04:54:57.673740+0000 mgr.smithi079.gpuwcc (mgr.14180) 171 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:54:59.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:54:58 smithi156 bash[28307]: cluster 2023-12-21T04:54:57.673740+0000 mgr.smithi079.gpuwcc (mgr.14180) 171 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:01.188 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:00 smithi079 bash[24931]: cluster 2023-12-21T04:54:59.674322+0000 mgr.smithi079.gpuwcc (mgr.14180) 172 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:01.259 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:00 smithi156 bash[28307]: cluster 2023-12-21T04:54:59.674322+0000 mgr.smithi079.gpuwcc (mgr.14180) 172 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:01.795 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/mon.smithi079/config 2023-12-21T04:55:02.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:02 smithi079 bash[24931]: cluster 2023-12-21T04:55:01.674960+0000 mgr.smithi079.gpuwcc (mgr.14180) 173 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:03.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:02 smithi156 bash[28307]: cluster 2023-12-21T04:55:01.674960+0000 mgr.smithi079.gpuwcc (mgr.14180) 173 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:04.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:04 smithi079 bash[24931]: cluster 2023-12-21T04:55:03.675590+0000 mgr.smithi079.gpuwcc (mgr.14180) 174 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:05.169 INFO:teuthology.orchestra.run.smithi079.stdout:133143986199 2023-12-21T04:55:05.170 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-21T04:55:05.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:04 smithi156 bash[28307]: cluster 2023-12-21T04:55:03.675590+0000 mgr.smithi079.gpuwcc (mgr.14180) 174 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:07.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:06 smithi079 bash[24931]: cluster 2023-12-21T04:55:05.676280+0000 mgr.smithi079.gpuwcc (mgr.14180) 175 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:07.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:06 smithi156 bash[28307]: cluster 2023-12-21T04:55:05.676280+0000 mgr.smithi079.gpuwcc (mgr.14180) 175 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:09.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:08 smithi079 bash[24931]: cluster 2023-12-21T04:55:07.676900+0000 mgr.smithi079.gpuwcc (mgr.14180) 176 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:09.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:08 smithi156 bash[28307]: cluster 2023-12-21T04:55:07.676900+0000 mgr.smithi079.gpuwcc (mgr.14180) 176 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:09.948 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/mon.smithi079/config 2023-12-21T04:55:11.116 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:10 smithi079 bash[24931]: cluster 2023-12-21T04:55:09.677534+0000 mgr.smithi079.gpuwcc (mgr.14180) 177 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:11.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:10 smithi156 bash[28307]: cluster 2023-12-21T04:55:09.677534+0000 mgr.smithi079.gpuwcc (mgr.14180) 177 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:13.223 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:12 smithi079 bash[24931]: cluster 2023-12-21T04:55:11.678274+0000 mgr.smithi079.gpuwcc (mgr.14180) 178 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:13.224 INFO:teuthology.orchestra.run.smithi079.stdout:107374182426 2023-12-21T04:55:13.225 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-21T04:55:13.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:12 smithi156 bash[28307]: cluster 2023-12-21T04:55:11.678274+0000 mgr.smithi079.gpuwcc (mgr.14180) 178 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:15.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:14 smithi079 bash[24931]: cluster 2023-12-21T04:55:13.679003+0000 mgr.smithi079.gpuwcc (mgr.14180) 179 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:15.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:14 smithi156 bash[28307]: cluster 2023-12-21T04:55:13.679003+0000 mgr.smithi079.gpuwcc (mgr.14180) 179 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:17.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:16 smithi079 bash[24931]: cluster 2023-12-21T04:55:15.679615+0000 mgr.smithi079.gpuwcc (mgr.14180) 180 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:17.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:16 smithi156 bash[28307]: cluster 2023-12-21T04:55:15.679615+0000 mgr.smithi079.gpuwcc (mgr.14180) 180 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:18.018 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/mon.smithi079/config 2023-12-21T04:55:19.207 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:18 smithi079 bash[24931]: cluster 2023-12-21T04:55:17.680138+0000 mgr.smithi079.gpuwcc (mgr.14180) 181 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:19.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:18 smithi156 bash[28307]: cluster 2023-12-21T04:55:17.680138+0000 mgr.smithi079.gpuwcc (mgr.14180) 181 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:21.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:20 smithi079 bash[24931]: cluster 2023-12-21T04:55:19.680776+0000 mgr.smithi079.gpuwcc (mgr.14180) 182 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:21.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:20 smithi156 bash[28307]: cluster 2023-12-21T04:55:19.680776+0000 mgr.smithi079.gpuwcc (mgr.14180) 182 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:21.445 INFO:teuthology.orchestra.run.smithi079.stdout:154618822682 2023-12-21T04:55:21.445 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-21T04:55:23.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:22 smithi079 bash[24931]: cluster 2023-12-21T04:55:21.681438+0000 mgr.smithi079.gpuwcc (mgr.14180) 183 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:23.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:22 smithi156 bash[28307]: cluster 2023-12-21T04:55:21.681438+0000 mgr.smithi079.gpuwcc (mgr.14180) 183 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:25.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:24 smithi079 bash[24931]: cluster 2023-12-21T04:55:23.681901+0000 mgr.smithi079.gpuwcc (mgr.14180) 184 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:25.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:24 smithi156 bash[28307]: cluster 2023-12-21T04:55:23.681901+0000 mgr.smithi079.gpuwcc (mgr.14180) 184 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:26.228 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/mon.smithi079/config 2023-12-21T04:55:26.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:25 smithi079 bash[24931]: audit 2023-12-21T04:55:25.713917+0000 mon.smithi079 (mon.0) 598 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:55:26.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:25 smithi156 bash[28307]: audit 2023-12-21T04:55:25.713917+0000 mon.smithi079 (mon.0) 598 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:55:27.197 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:26 smithi079 bash[24931]: cluster 2023-12-21T04:55:25.682437+0000 mgr.smithi079.gpuwcc (mgr.14180) 185 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:27.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:26 smithi156 bash[28307]: cluster 2023-12-21T04:55:25.682437+0000 mgr.smithi079.gpuwcc (mgr.14180) 185 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:29.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:28 smithi079 bash[24931]: cluster 2023-12-21T04:55:27.683016+0000 mgr.smithi079.gpuwcc (mgr.14180) 186 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:29.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:28 smithi156 bash[28307]: cluster 2023-12-21T04:55:27.683016+0000 mgr.smithi079.gpuwcc (mgr.14180) 186 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:29.591 INFO:teuthology.orchestra.run.smithi079.stdout:128849018907 2023-12-21T04:55:29.591 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-21T04:55:31.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:30 smithi079 bash[24931]: cluster 2023-12-21T04:55:29.683567+0000 mgr.smithi079.gpuwcc (mgr.14180) 187 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:31.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:30 smithi156 bash[28307]: cluster 2023-12-21T04:55:29.683567+0000 mgr.smithi079.gpuwcc (mgr.14180) 187 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:32.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:32 smithi079 bash[24931]: audit 2023-12-21T04:55:31.156464+0000 mon.smithi079 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:55:32.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:32 smithi079 bash[24931]: audit 2023-12-21T04:55:31.497008+0000 mon.smithi079 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:55:32.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:32 smithi079 bash[24931]: cluster 2023-12-21T04:55:31.684133+0000 mgr.smithi079.gpuwcc (mgr.14180) 188 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:32.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:32 smithi079 bash[24931]: audit 2023-12-21T04:55:31.769100+0000 mon.smithi079 (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:55:32.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:32 smithi079 bash[24931]: audit 2023-12-21T04:55:31.770595+0000 mon.smithi079 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:55:32.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:32 smithi079 bash[24931]: audit 2023-12-21T04:55:31.780791+0000 mon.smithi079 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:55:32.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:32 smithi079 bash[24931]: audit 2023-12-21T04:55:31.788535+0000 mon.smithi079 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:55:32.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:32 smithi156 bash[28307]: audit 2023-12-21T04:55:31.156464+0000 mon.smithi079 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:55:32.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:32 smithi156 bash[28307]: audit 2023-12-21T04:55:31.497008+0000 mon.smithi079 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:55:32.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:32 smithi156 bash[28307]: cluster 2023-12-21T04:55:31.684133+0000 mgr.smithi079.gpuwcc (mgr.14180) 188 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:32.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:32 smithi156 bash[28307]: audit 2023-12-21T04:55:31.769100+0000 mon.smithi079 (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:55:32.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:32 smithi156 bash[28307]: audit 2023-12-21T04:55:31.770595+0000 mon.smithi079 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:55:32.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:32 smithi156 bash[28307]: audit 2023-12-21T04:55:31.780791+0000 mon.smithi079 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:55:32.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:32 smithi156 bash[28307]: audit 2023-12-21T04:55:31.788535+0000 mon.smithi079 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:55:34.368 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/mon.smithi079/config 2023-12-21T04:55:34.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:34 smithi156 bash[28307]: cluster 2023-12-21T04:55:33.684700+0000 mgr.smithi079.gpuwcc (mgr.14180) 189 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:35.229 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:34 smithi079 bash[24931]: cluster 2023-12-21T04:55:33.684700+0000 mgr.smithi079.gpuwcc (mgr.14180) 189 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:37.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:36 smithi079 bash[24931]: cluster 2023-12-21T04:55:35.685288+0000 mgr.smithi079.gpuwcc (mgr.14180) 190 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:37.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:36 smithi156 bash[28307]: cluster 2023-12-21T04:55:35.685288+0000 mgr.smithi079.gpuwcc (mgr.14180) 190 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:37.759 INFO:teuthology.orchestra.run.smithi079.stdout:171798691867 2023-12-21T04:55:37.760 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-21T04:55:39.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:38 smithi079 bash[24931]: cluster 2023-12-21T04:55:37.685884+0000 mgr.smithi079.gpuwcc (mgr.14180) 191 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:39.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:38 smithi156 bash[28307]: cluster 2023-12-21T04:55:37.685884+0000 mgr.smithi079.gpuwcc (mgr.14180) 191 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:41.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:40 smithi079 bash[24931]: cluster 2023-12-21T04:55:39.686437+0000 mgr.smithi079.gpuwcc (mgr.14180) 192 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:41.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:40 smithi156 bash[28307]: cluster 2023-12-21T04:55:39.686437+0000 mgr.smithi079.gpuwcc (mgr.14180) 192 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:42.544 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/mon.smithi079/config 2023-12-21T04:55:42.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:42 smithi079 bash[24931]: cluster 2023-12-21T04:55:41.687046+0000 mgr.smithi079.gpuwcc (mgr.14180) 193 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:43.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:42 smithi156 bash[28307]: cluster 2023-12-21T04:55:41.687046+0000 mgr.smithi079.gpuwcc (mgr.14180) 193 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:44.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:44 smithi156 bash[28307]: cluster 2023-12-21T04:55:43.687642+0000 mgr.smithi079.gpuwcc (mgr.14180) 194 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:45.058 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:44 smithi079 bash[24931]: cluster 2023-12-21T04:55:43.687642+0000 mgr.smithi079.gpuwcc (mgr.14180) 194 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:45.419 INFO:teuthology.orchestra.run.smithi079.stdout:68719476770 2023-12-21T04:55:45.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:45 smithi079 bash[24931]: audit 2023-12-21T04:55:45.419610+0000 mon.smithi079 (mon.0) 605 : audit [DBG] from='client.? 172.21.15.79:0/3753025064' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-21T04:55:46.159 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476758 got 68719476770 for osd.0 2023-12-21T04:55:46.159 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-21T04:55:46.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:45 smithi156 bash[28307]: audit 2023-12-21T04:55:45.419610+0000 mon.smithi079 (mon.0) 605 : audit [DBG] from='client.? 172.21.15.79:0/3753025064' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-21T04:55:47.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:46 smithi079 bash[24931]: cluster 2023-12-21T04:55:45.688157+0000 mgr.smithi079.gpuwcc (mgr.14180) 195 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:47.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:46 smithi156 bash[28307]: cluster 2023-12-21T04:55:45.688157+0000 mgr.smithi079.gpuwcc (mgr.14180) 195 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:49.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:48 smithi079 bash[24931]: cluster 2023-12-21T04:55:47.688754+0000 mgr.smithi079.gpuwcc (mgr.14180) 196 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:49.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:48 smithi156 bash[28307]: cluster 2023-12-21T04:55:47.688754+0000 mgr.smithi079.gpuwcc (mgr.14180) 196 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:50.945 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/mon.smithi079/config 2023-12-21T04:55:51.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:50 smithi079 bash[24931]: cluster 2023-12-21T04:55:49.689262+0000 mgr.smithi079.gpuwcc (mgr.14180) 197 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:51.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:50 smithi156 bash[28307]: cluster 2023-12-21T04:55:49.689262+0000 mgr.smithi079.gpuwcc (mgr.14180) 197 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:52.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:52 smithi079 bash[24931]: cluster 2023-12-21T04:55:51.689941+0000 mgr.smithi079.gpuwcc (mgr.14180) 198 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:53.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:52 smithi156 bash[28307]: cluster 2023-12-21T04:55:51.689941+0000 mgr.smithi079.gpuwcc (mgr.14180) 198 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:53.745 INFO:teuthology.orchestra.run.smithi079.stdout:103079215138 2023-12-21T04:55:54.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:53 smithi079 bash[24931]: audit 2023-12-21T04:55:53.745670+0000 mon.smithi079 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.79:0/3960538623' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-21T04:55:54.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:53 smithi156 bash[28307]: audit 2023-12-21T04:55:53.745670+0000 mon.smithi079 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.79:0/3960538623' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-21T04:55:54.482 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215125 got 103079215138 for osd.1 2023-12-21T04:55:54.482 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-21T04:55:55.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:54 smithi079 bash[24931]: cluster 2023-12-21T04:55:53.690490+0000 mgr.smithi079.gpuwcc (mgr.14180) 199 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:55.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:54 smithi156 bash[28307]: cluster 2023-12-21T04:55:53.690490+0000 mgr.smithi079.gpuwcc (mgr.14180) 199 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:57.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:56 smithi079 bash[24931]: cluster 2023-12-21T04:55:55.691068+0000 mgr.smithi079.gpuwcc (mgr.14180) 200 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:57.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:56 smithi156 bash[28307]: cluster 2023-12-21T04:55:55.691068+0000 mgr.smithi079.gpuwcc (mgr.14180) 200 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:59.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:55:58 smithi079 bash[24931]: cluster 2023-12-21T04:55:57.691633+0000 mgr.smithi079.gpuwcc (mgr.14180) 201 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:59.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:55:58 smithi156 bash[28307]: cluster 2023-12-21T04:55:57.691633+0000 mgr.smithi079.gpuwcc (mgr.14180) 201 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:55:59.264 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/mon.smithi079/config 2023-12-21T04:56:01.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:00 smithi079 bash[24931]: cluster 2023-12-21T04:55:59.692128+0000 mgr.smithi079.gpuwcc (mgr.14180) 202 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:01.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:00 smithi156 bash[28307]: cluster 2023-12-21T04:55:59.692128+0000 mgr.smithi079.gpuwcc (mgr.14180) 202 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:02.185 INFO:teuthology.orchestra.run.smithi079.stdout:85899345958 2023-12-21T04:56:02.888 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345945 got 85899345958 for osd.2 2023-12-21T04:56:02.888 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-21T04:56:03.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:02 smithi079 bash[24931]: cluster 2023-12-21T04:56:01.692744+0000 mgr.smithi079.gpuwcc (mgr.14180) 203 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:03.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:02 smithi079 bash[24931]: audit 2023-12-21T04:56:02.185912+0000 mon.smithi079 (mon.0) 607 : audit [DBG] from='client.? 172.21.15.79:0/2282472324' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-21T04:56:03.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:02 smithi156 bash[28307]: cluster 2023-12-21T04:56:01.692744+0000 mgr.smithi079.gpuwcc (mgr.14180) 203 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:03.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:02 smithi156 bash[28307]: audit 2023-12-21T04:56:02.185912+0000 mon.smithi079 (mon.0) 607 : audit [DBG] from='client.? 172.21.15.79:0/2282472324' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-21T04:56:05.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:04 smithi079 bash[24931]: cluster 2023-12-21T04:56:03.693327+0000 mgr.smithi079.gpuwcc (mgr.14180) 204 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:05.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:04 smithi156 bash[28307]: cluster 2023-12-21T04:56:03.693327+0000 mgr.smithi079.gpuwcc (mgr.14180) 204 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:07.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:06 smithi079 bash[24931]: cluster 2023-12-21T04:56:05.693941+0000 mgr.smithi079.gpuwcc (mgr.14180) 205 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:07.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:06 smithi156 bash[28307]: cluster 2023-12-21T04:56:05.693941+0000 mgr.smithi079.gpuwcc (mgr.14180) 205 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:07.672 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/mon.smithi079/config 2023-12-21T04:56:09.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:08 smithi079 bash[24931]: cluster 2023-12-21T04:56:07.694458+0000 mgr.smithi079.gpuwcc (mgr.14180) 206 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:09.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:08 smithi156 bash[28307]: cluster 2023-12-21T04:56:07.694458+0000 mgr.smithi079.gpuwcc (mgr.14180) 206 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:10.477 INFO:teuthology.orchestra.run.smithi079.stdout:133143986212 2023-12-21T04:56:11.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:10 smithi079 bash[24931]: cluster 2023-12-21T04:56:09.695049+0000 mgr.smithi079.gpuwcc (mgr.14180) 207 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:11.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:10 smithi079 bash[24931]: audit 2023-12-21T04:56:10.477550+0000 mon.smithi079 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.79:0/2848060020' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-21T04:56:11.238 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986199 got 133143986212 for osd.3 2023-12-21T04:56:11.238 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-21T04:56:11.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:10 smithi156 bash[28307]: cluster 2023-12-21T04:56:09.695049+0000 mgr.smithi079.gpuwcc (mgr.14180) 207 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:11.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:10 smithi156 bash[28307]: audit 2023-12-21T04:56:10.477550+0000 mon.smithi079 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.79:0/2848060020' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-21T04:56:13.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:12 smithi079 bash[24931]: cluster 2023-12-21T04:56:11.695800+0000 mgr.smithi079.gpuwcc (mgr.14180) 208 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:13.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:12 smithi156 bash[28307]: cluster 2023-12-21T04:56:11.695800+0000 mgr.smithi079.gpuwcc (mgr.14180) 208 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:15.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:14 smithi079 bash[24931]: cluster 2023-12-21T04:56:13.696485+0000 mgr.smithi079.gpuwcc (mgr.14180) 209 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:15.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:14 smithi156 bash[28307]: cluster 2023-12-21T04:56:13.696485+0000 mgr.smithi079.gpuwcc (mgr.14180) 209 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:16.022 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/mon.smithi079/config 2023-12-21T04:56:16.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:16 smithi079 bash[24931]: cluster 2023-12-21T04:56:15.697206+0000 mgr.smithi079.gpuwcc (mgr.14180) 210 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:17.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:16 smithi156 bash[28307]: cluster 2023-12-21T04:56:15.697206+0000 mgr.smithi079.gpuwcc (mgr.14180) 210 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:18.847 INFO:teuthology.orchestra.run.smithi079.stdout:107374182439 2023-12-21T04:56:19.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:18 smithi079 bash[24931]: cluster 2023-12-21T04:56:17.697908+0000 mgr.smithi079.gpuwcc (mgr.14180) 211 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:19.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:18 smithi079 bash[24931]: audit 2023-12-21T04:56:18.847296+0000 mon.smithi079 (mon.0) 609 : audit [DBG] from='client.? 172.21.15.79:0/2633777637' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-21T04:56:19.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:18 smithi156 bash[28307]: cluster 2023-12-21T04:56:17.697908+0000 mgr.smithi079.gpuwcc (mgr.14180) 211 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:19.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:18 smithi156 bash[28307]: audit 2023-12-21T04:56:18.847296+0000 mon.smithi079 (mon.0) 609 : audit [DBG] from='client.? 172.21.15.79:0/2633777637' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-21T04:56:19.599 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182426 got 107374182439 for osd.4 2023-12-21T04:56:19.600 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-21T04:56:21.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:20 smithi079 bash[24931]: cluster 2023-12-21T04:56:19.698473+0000 mgr.smithi079.gpuwcc (mgr.14180) 212 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:21.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:20 smithi156 bash[28307]: cluster 2023-12-21T04:56:19.698473+0000 mgr.smithi079.gpuwcc (mgr.14180) 212 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:23.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:22 smithi079 bash[24931]: cluster 2023-12-21T04:56:21.699073+0000 mgr.smithi079.gpuwcc (mgr.14180) 213 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:23.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:22 smithi156 bash[28307]: cluster 2023-12-21T04:56:21.699073+0000 mgr.smithi079.gpuwcc (mgr.14180) 213 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:24.389 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/mon.smithi079/config 2023-12-21T04:56:25.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:24 smithi079 bash[24931]: cluster 2023-12-21T04:56:23.699706+0000 mgr.smithi079.gpuwcc (mgr.14180) 214 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:25.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:24 smithi156 bash[28307]: cluster 2023-12-21T04:56:23.699706+0000 mgr.smithi079.gpuwcc (mgr.14180) 214 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:27.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:26 smithi079 bash[24931]: cluster 2023-12-21T04:56:25.700249+0000 mgr.smithi079.gpuwcc (mgr.14180) 215 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:27.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:26 smithi156 bash[28307]: cluster 2023-12-21T04:56:25.700249+0000 mgr.smithi079.gpuwcc (mgr.14180) 215 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:27.332 INFO:teuthology.orchestra.run.smithi079.stdout:154618822695 2023-12-21T04:56:28.071 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822682 got 154618822695 for osd.5 2023-12-21T04:56:28.071 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-21T04:56:28.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:27 smithi079 bash[24931]: audit 2023-12-21T04:56:27.333137+0000 mon.smithi079 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.79:0/1252359669' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-21T04:56:28.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:27 smithi156 bash[28307]: audit 2023-12-21T04:56:27.333137+0000 mon.smithi079 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.79:0/1252359669' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-21T04:56:29.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:28 smithi079 bash[24931]: cluster 2023-12-21T04:56:27.700947+0000 mgr.smithi079.gpuwcc (mgr.14180) 216 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:29.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:28 smithi156 bash[28307]: cluster 2023-12-21T04:56:27.700947+0000 mgr.smithi079.gpuwcc (mgr.14180) 216 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:31.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:30 smithi079 bash[24931]: cluster 2023-12-21T04:56:29.701480+0000 mgr.smithi079.gpuwcc (mgr.14180) 217 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:31.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:30 smithi156 bash[28307]: cluster 2023-12-21T04:56:29.701480+0000 mgr.smithi079.gpuwcc (mgr.14180) 217 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:32.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:31 smithi079 bash[24931]: audit 2023-12-21T04:56:31.800168+0000 mon.smithi079 (mon.0) 611 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:56:32.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:31 smithi156 bash[28307]: audit 2023-12-21T04:56:31.800168+0000 mon.smithi079 (mon.0) 611 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:56:32.854 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/mon.smithi079/config 2023-12-21T04:56:33.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:32 smithi079 bash[24931]: cluster 2023-12-21T04:56:31.702094+0000 mgr.smithi079.gpuwcc (mgr.14180) 218 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:33.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:32 smithi156 bash[28307]: cluster 2023-12-21T04:56:31.702094+0000 mgr.smithi079.gpuwcc (mgr.14180) 218 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:35.226 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:34 smithi079 bash[24931]: cluster 2023-12-21T04:56:33.702436+0000 mgr.smithi079.gpuwcc (mgr.14180) 219 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:35.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:34 smithi156 bash[28307]: cluster 2023-12-21T04:56:33.702436+0000 mgr.smithi079.gpuwcc (mgr.14180) 219 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:35.635 INFO:teuthology.orchestra.run.smithi079.stdout:128849018920 2023-12-21T04:56:35.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:35 smithi079 bash[24931]: audit 2023-12-21T04:56:35.635944+0000 mon.smithi079 (mon.0) 612 : audit [DBG] from='client.? 172.21.15.79:0/261835434' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-21T04:56:36.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:35 smithi156 bash[28307]: audit 2023-12-21T04:56:35.635944+0000 mon.smithi079 (mon.0) 612 : audit [DBG] from='client.? 172.21.15.79:0/261835434' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-21T04:56:36.381 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018907 got 128849018920 for osd.6 2023-12-21T04:56:36.382 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-21T04:56:37.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:36 smithi079 bash[24931]: cluster 2023-12-21T04:56:35.702862+0000 mgr.smithi079.gpuwcc (mgr.14180) 220 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:37.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:36 smithi156 bash[28307]: cluster 2023-12-21T04:56:35.702862+0000 mgr.smithi079.gpuwcc (mgr.14180) 220 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:38.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:38 smithi079 bash[24931]: audit 2023-12-21T04:56:37.252639+0000 mon.smithi079 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:56:38.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:38 smithi079 bash[24931]: cluster 2023-12-21T04:56:37.703284+0000 mgr.smithi079.gpuwcc (mgr.14180) 221 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:38.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:38 smithi079 bash[24931]: audit 2023-12-21T04:56:37.962121+0000 mon.smithi079 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:56:38.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:38 smithi079 bash[24931]: audit 2023-12-21T04:56:38.233146+0000 mon.smithi079 (mon.0) 615 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:56:38.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:38 smithi079 bash[24931]: audit 2023-12-21T04:56:38.234518+0000 mon.smithi079 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:56:38.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:38 smithi079 bash[24931]: audit 2023-12-21T04:56:38.241559+0000 mon.smithi079 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:56:38.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:38 smithi156 bash[28307]: audit 2023-12-21T04:56:37.252639+0000 mon.smithi079 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:56:38.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:38 smithi156 bash[28307]: cluster 2023-12-21T04:56:37.703284+0000 mgr.smithi079.gpuwcc (mgr.14180) 221 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:38.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:38 smithi156 bash[28307]: audit 2023-12-21T04:56:37.962121+0000 mon.smithi079 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:56:38.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:38 smithi156 bash[28307]: audit 2023-12-21T04:56:38.233146+0000 mon.smithi079 (mon.0) 615 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:56:38.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:38 smithi156 bash[28307]: audit 2023-12-21T04:56:38.234518+0000 mon.smithi079 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:56:38.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:38 smithi156 bash[28307]: audit 2023-12-21T04:56:38.241559+0000 mon.smithi079 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:56:39.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:39 smithi079 bash[24931]: audit 2023-12-21T04:56:38.249580+0000 mon.smithi079 (mon.0) 618 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:56:39.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:39 smithi156 bash[28307]: audit 2023-12-21T04:56:38.249580+0000 mon.smithi079 (mon.0) 618 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:56:40.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:40 smithi079 bash[24931]: cluster 2023-12-21T04:56:39.703871+0000 mgr.smithi079.gpuwcc (mgr.14180) 222 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:40.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:40 smithi156 bash[28307]: cluster 2023-12-21T04:56:39.703871+0000 mgr.smithi079.gpuwcc (mgr.14180) 222 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:41.169 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/mon.smithi079/config 2023-12-21T04:56:43.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:42 smithi079 bash[24931]: cluster 2023-12-21T04:56:41.704598+0000 mgr.smithi079.gpuwcc (mgr.14180) 223 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:43.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:42 smithi156 bash[28307]: cluster 2023-12-21T04:56:41.704598+0000 mgr.smithi079.gpuwcc (mgr.14180) 223 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:44.047 INFO:teuthology.orchestra.run.smithi079.stdout:171798691880 2023-12-21T04:56:44.759 INFO:tasks.cephadm.ceph_manager.ceph:need seq 171798691867 got 171798691880 for osd.7 2023-12-21T04:56:44.759 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-21T04:56:44.760 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-21T04:56:44.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:44 smithi156 bash[28307]: cluster 2023-12-21T04:56:43.705050+0000 mgr.smithi079.gpuwcc (mgr.14180) 224 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:44.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:44 smithi156 bash[28307]: audit 2023-12-21T04:56:44.047413+0000 mon.smithi079 (mon.0) 619 : audit [DBG] from='client.? 172.21.15.79:0/2424071407' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-21T04:56:45.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:44 smithi079 bash[24931]: cluster 2023-12-21T04:56:43.705050+0000 mgr.smithi079.gpuwcc (mgr.14180) 224 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:45.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:44 smithi079 bash[24931]: audit 2023-12-21T04:56:44.047413+0000 mon.smithi079 (mon.0) 619 : audit [DBG] from='client.? 172.21.15.79:0/2424071407' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-21T04:56:47.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:46 smithi079 bash[24931]: cluster 2023-12-21T04:56:45.705600+0000 mgr.smithi079.gpuwcc (mgr.14180) 225 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:47.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:46 smithi156 bash[28307]: cluster 2023-12-21T04:56:45.705600+0000 mgr.smithi079.gpuwcc (mgr.14180) 225 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:49.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:48 smithi079 bash[24931]: cluster 2023-12-21T04:56:47.706215+0000 mgr.smithi079.gpuwcc (mgr.14180) 226 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:49.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:48 smithi156 bash[28307]: cluster 2023-12-21T04:56:47.706215+0000 mgr.smithi079.gpuwcc (mgr.14180) 226 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:49.540 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/mon.smithi079/config 2023-12-21T04:56:51.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:50 smithi079 bash[24931]: cluster 2023-12-21T04:56:49.706596+0000 mgr.smithi079.gpuwcc (mgr.14180) 227 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:51.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:50 smithi156 bash[28307]: cluster 2023-12-21T04:56:49.706596+0000 mgr.smithi079.gpuwcc (mgr.14180) 227 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:52.398 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:56:52.401 INFO:teuthology.orchestra.run.smithi079.stderr:dumped all 2023-12-21T04:56:52.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:52 smithi079 bash[24931]: cluster 2023-12-21T04:56:51.707081+0000 mgr.smithi079.gpuwcc (mgr.14180) 228 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:53.139 INFO:teuthology.orchestra.run.smithi079.stdout:{"pg_ready":true,"pg_map":{"version":212,"stamp":"2023-12-21T04:56:51.706853+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":2380056,"kb_used_data":3288,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548392,"statfs":{"total":767926730752,"available":765489553408,"internally_reserved":0,"allocated":3366912,"data_stored":1303898,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":42,"state":"active+clean","last_fresh":"2023-12-21T04:53:36.789734+0000","last_change":"2023-12-21T04:53:36.789734+0000","last_active":"2023-12-21T04:53:36.789734+0000","last_peered":"2023-12-21T04:53:36.789734+0000","last_clean":"2023-12-21T04:53:36.789734+0000","last_became_active":"2023-12-21T04:53:36.789389+0000","last_became_peered":"2023-12-21T04:53:36.789389+0000","last_unstale":"2023-12-21T04:53:36.789734+0000","last_undegraded":"2023-12-21T04:53:36.789734+0000","last_fullsized":"2023-12-21T04:53:36.789734+0000","mapping_epoch":41,"log_start":"0'0","ondisk_log_start":"0'0","created":25,"last_epoch_clean":42,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-21T04:53:14.987896+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-21T04:53:14.987896+0000","last_clean_scrub_stamp":"2023-12-21T04:53:14.987896+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":40,"seq":171798691882,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":162751,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:56:40 2023","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":0.86199999999999999,"15min":0.86399999999999999},"min":{"1min":0.625,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.056,"5min":1.1859999999999999,"15min":1.1859999999999999},"last":0.92000000000000004},{"interface":"front","average":{"1min":0.84799999999999998,"5min":0.88500000000000001,"15min":0.89000000000000001},"min":{"1min":0.64300000000000002,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.0009999999999999,"5min":1.214,"15min":1.214},"last":0.77500000000000002}]},{"osd":1,"last update":"Thu Dec 21 04:56:40 2023","interfaces":[{"interface":"back","average":{"1min":0.74399999999999999,"5min":0.72899999999999998,"15min":0.72899999999999998},"min":{"1min":0.57099999999999995,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.095,"5min":1.095,"15min":1.095},"last":0.67300000000000004},{"interface":"front","average":{"1min":0.80600000000000005,"5min":0.77100000000000002,"15min":0.75900000000000001},"min":{"1min":0.55200000000000005,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":1.0820000000000001,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":0.87}]},{"osd":2,"last update":"Thu Dec 21 04:56:40 2023","interfaces":[{"interface":"back","average":{"1min":0.875,"5min":0.86599999999999999,"15min":0.875},"min":{"1min":0.64000000000000001,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.141,"5min":1.246,"15min":1.246},"last":0.997},{"interface":"front","average":{"1min":0.86899999999999999,"5min":0.89400000000000002,"15min":0.90800000000000003},"min":{"1min":0.69399999999999995,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.1279999999999999,"5min":1.1279999999999999,"15min":1.1279999999999999},"last":1.0309999999999999}]},{"osd":3,"last update":"Thu Dec 21 04:56:40 2023","interfaces":[{"interface":"back","average":{"1min":0.83099999999999996,"5min":0.88800000000000001,"15min":0.90400000000000003},"min":{"1min":0.56699999999999995,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":1.1879999999999999,"5min":1.361,"15min":1.361},"last":1.0469999999999999},{"interface":"front","average":{"1min":0.90300000000000002,"5min":0.92900000000000005,"15min":0.94299999999999995},"min":{"1min":0.56299999999999994,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.385,"5min":1.504,"15min":1.504},"last":0.80600000000000005}]},{"osd":4,"last update":"Thu Dec 21 04:56:40 2023","interfaces":[{"interface":"back","average":{"1min":1.048,"5min":1.028,"15min":1.032},"min":{"1min":0.77600000000000002,"5min":0.72599999999999998,"15min":0.72599999999999998},"max":{"1min":1.2809999999999999,"5min":1.335,"15min":1.335},"last":1.079},{"interface":"front","average":{"1min":0.98699999999999999,"5min":1.022,"15min":1.0309999999999999},"min":{"1min":0.81100000000000005,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.206,"5min":1.5900000000000001,"15min":1.5900000000000001},"last":0.98399999999999999}]},{"osd":5,"last update":"Thu Dec 21 04:56:40 2023","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":0.96399999999999997,"15min":0.96699999999999997},"min":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.3260000000000001,"5min":1.3879999999999999,"15min":1.3879999999999999},"last":0.89600000000000002},{"interface":"front","average":{"1min":1.0189999999999999,"5min":1.046,"15min":1.044},"min":{"1min":0.73899999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.492,"5min":1.492,"15min":1.492},"last":1.2370000000000001}]},{"osd":6,"last update":"Thu Dec 21 04:56:40 2023","interfaces":[{"interface":"back","average":{"1min":1.1160000000000001,"5min":1.121,"15min":1.115},"min":{"1min":0.94499999999999995,"5min":0.72899999999999998,"15min":0.72899999999999998},"max":{"1min":1.6539999999999999,"5min":1.6539999999999999,"15min":1.6539999999999999},"last":1.3080000000000001},{"interface":"front","average":{"1min":1.137,"5min":1.1579999999999999,"15min":1.1679999999999999},"min":{"1min":0.748,"5min":0.748,"15min":0.748},"max":{"1min":1.5109999999999999,"5min":1.585,"15min":1.585},"last":1.139}]}]},{"osd":5,"up_from":36,"seq":154618822700,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297508,"kb_used_data":412,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443548,"statfs":{"total":95990841344,"available":95686193152,"internally_reserved":0,"allocated":421888,"data_stored":163066,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:56:31 2023","interfaces":[{"interface":"back","average":{"1min":0.85299999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"min":{"1min":0.69699999999999995,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.026,"5min":1.361,"15min":1.361},"last":0.92800000000000005},{"interface":"front","average":{"1min":0.86599999999999999,"5min":0.86199999999999999,"15min":0.85599999999999998},"min":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.0609999999999999,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":0.73999999999999999}]},{"osd":1,"last update":"Thu Dec 21 04:56:31 2023","interfaces":[{"interface":"back","average":{"1min":0.67000000000000004,"5min":0.69799999999999995,"15min":0.68999999999999995},"min":{"1min":0.45900000000000002,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.85999999999999999,"5min":1.145,"15min":1.145},"last":0.81499999999999995},{"interface":"front","average":{"1min":0.70199999999999996,"5min":0.75,"15min":0.75600000000000001},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.1000000000000001,"5min":1.1240000000000001,"15min":1.1240000000000001},"last":0.86199999999999999}]},{"osd":2,"last update":"Thu Dec 21 04:56:31 2023","interfaces":[{"interface":"back","average":{"1min":0.92600000000000005,"5min":0.89700000000000002,"15min":0.88300000000000001},"min":{"1min":0.66400000000000003,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.1000000000000001,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":0.96799999999999997},{"interface":"front","average":{"1min":0.879,"5min":0.88,"15min":0.877},"min":{"1min":0.73099999999999998,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.1659999999999999,"5min":1.1739999999999999,"15min":1.1739999999999999},"last":0.91100000000000003}]},{"osd":3,"last update":"Thu Dec 21 04:56:31 2023","interfaces":[{"interface":"back","average":{"1min":0.82599999999999996,"5min":0.79300000000000004,"15min":0.77100000000000002},"min":{"1min":0.59399999999999997,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":1.298,"5min":1.7929999999999999,"15min":1.7929999999999999},"last":0.83299999999999996},{"interface":"front","average":{"1min":0.86399999999999999,"5min":0.84999999999999998,"15min":0.84599999999999997},"min":{"1min":0.55800000000000005,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":1.133,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":1.139}]},{"osd":4,"last update":"Thu Dec 21 04:56:31 2023","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":0.97999999999999998,"15min":0.98299999999999998},"min":{"1min":0.71199999999999997,"5min":0.623,"15min":0.623},"max":{"1min":1.4370000000000001,"5min":1.4370000000000001,"15min":1.4370000000000001},"last":0.89700000000000002},{"interface":"front","average":{"1min":1.0600000000000001,"5min":1.044,"15min":1.036},"min":{"1min":0.80700000000000005,"5min":0.753,"15min":0.753},"max":{"1min":1.7090000000000001,"5min":1.7090000000000001,"15min":1.7090000000000001},"last":1.3069999999999999}]},{"osd":6,"last update":"Thu Dec 21 04:56:31 2023","interfaces":[{"interface":"back","average":{"1min":1.0129999999999999,"5min":1.028,"15min":1.022},"min":{"1min":0.72599999999999998,"5min":0.68300000000000005,"15min":0.68300000000000005},"max":{"1min":1.5640000000000001,"5min":1.909,"15min":1.909},"last":1.022},{"interface":"front","average":{"1min":1.046,"5min":1.079,"15min":1.093},"min":{"1min":0.81999999999999995,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.6499999999999999,"5min":1.6499999999999999,"15min":1.6499999999999999},"last":1.004}]},{"osd":7,"last update":"Thu Dec 21 04:56:41 2023","interfaces":[{"interface":"back","average":{"1min":1.03,"5min":0.99099999999999999,"15min":0.97299999999999998},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":1.6080000000000001,"5min":1.6080000000000001,"15min":1.6080000000000001},"last":1.383},{"interface":"front","average":{"1min":0.995,"5min":1.03,"15min":1.0349999999999999},"min":{"1min":0.68400000000000005,"5min":0.495,"15min":0.495},"max":{"1min":1.339,"5min":1.379,"15min":1.379},"last":1.0629999999999999}]}]},{"osd":2,"up_from":20,"seq":85899345968,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297508,"kb_used_data":412,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443548,"statfs":{"total":95990841344,"available":95686193152,"internally_reserved":0,"allocated":421888,"data_stored":163066,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:56:15 2023","interfaces":[{"interface":"back","average":{"1min":0.72799999999999998,"5min":0.68000000000000005,"15min":0.67500000000000004},"min":{"1min":0.52300000000000002,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.0529999999999999,"5min":1.1000000000000001,"15min":1.1000000000000001},"last":0.629},{"interface":"front","average":{"1min":0.77300000000000002,"5min":0.76200000000000001,"15min":0.76400000000000001},"min":{"1min":0.54800000000000004,"5min":0.432,"15min":0.432},"max":{"1min":1.1950000000000001,"5min":1.1950000000000001,"15min":1.1950000000000001},"last":0.83899999999999997}]},{"osd":1,"last update":"Thu Dec 21 04:56:20 2023","interfaces":[{"interface":"back","average":{"1min":0.98899999999999999,"5min":0.90500000000000003,"15min":0.88600000000000001},"min":{"1min":0.79100000000000004,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.258,"5min":1.401,"15min":1.401},"last":0.88900000000000001},{"interface":"front","average":{"1min":1.054,"5min":0.94599999999999995,"15min":0.92200000000000004},"min":{"1min":0.77900000000000003,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.29,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":1.1120000000000001}]},{"osd":3,"last update":"Thu Dec 21 04:56:24 2023","interfaces":[{"interface":"back","average":{"1min":0.99399999999999999,"5min":0.91300000000000003,"15min":0.90500000000000003},"min":{"1min":0.70899999999999996,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.23,"5min":1.323,"15min":1.323},"last":0.98799999999999999},{"interface":"front","average":{"1min":1.0209999999999999,"5min":0.98999999999999999,"15min":0.98799999999999999},"min":{"1min":0.749,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.351,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":1.264}]},{"osd":4,"last update":"Thu Dec 21 04:56:20 2023","interfaces":[{"interface":"back","average":{"1min":0.89900000000000002,"5min":0.83099999999999996,"15min":0.80700000000000005},"min":{"1min":0.64600000000000002,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":1.0680000000000001,"5min":1.2,"15min":1.2},"last":0.93300000000000005},{"interface":"front","average":{"1min":0.98799999999999999,"5min":0.94799999999999995,"15min":0.94599999999999995},"min":{"1min":0.62,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.1890000000000001,"5min":1.4890000000000001,"15min":1.4890000000000001},"last":1.0669999999999999}]},{"osd":5,"last update":"Thu Dec 21 04:56:33 2023","interfaces":[{"interface":"back","average":{"1min":1.044,"5min":1.0409999999999999,"15min":1.0289999999999999},"min":{"1min":0.76400000000000001,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.3939999999999999,"5min":1.621,"15min":1.621},"last":1.2070000000000001},{"interface":"front","average":{"1min":0.93899999999999995,"5min":0.97099999999999997,"15min":0.98399999999999999},"min":{"1min":0.72999999999999998,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.1439999999999999,"5min":1.5309999999999999,"15min":1.5309999999999999},"last":1.151}]},{"osd":6,"last update":"Thu Dec 21 04:56:24 2023","interfaces":[{"interface":"back","average":{"1min":1.04,"5min":1.048,"15min":1.0589999999999999},"min":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.377,"5min":1.7769999999999999,"15min":1.7769999999999999},"last":0.97099999999999997},{"interface":"front","average":{"1min":0.996,"5min":0.98599999999999999,"15min":0.99399999999999999},"min":{"1min":0.79000000000000004,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.4350000000000001,"5min":1.5629999999999999,"15min":1.5629999999999999},"last":1.0309999999999999}]},{"osd":7,"last update":"Thu Dec 21 04:56:42 2023","interfaces":[{"interface":"back","average":{"1min":1.145,"5min":1.0700000000000001,"15min":1.052},"min":{"1min":0.92900000000000005,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.637,"5min":1.6519999999999999,"15min":1.6519999999999999},"last":1.181},{"interface":"front","average":{"1min":1.208,"5min":1.159,"15min":1.135},"min":{"1min":1.0800000000000001,"5min":0.72799999999999998,"15min":0.72799999999999998},"max":{"1min":1.458,"5min":1.704,"15min":1.704},"last":1.3149999999999999}]}]},{"osd":0,"up_from":16,"seq":68719476784,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297508,"kb_used_data":412,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443548,"statfs":{"total":95990841344,"available":95686193152,"internally_reserved":0,"allocated":421888,"data_stored":163066,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Dec 21 04:56:21 2023","interfaces":[{"interface":"back","average":{"1min":0.83699999999999997,"5min":0.82699999999999996,"15min":0.82699999999999996},"min":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.105,"5min":1.105,"15min":1.105},"last":0.79800000000000004},{"interface":"front","average":{"1min":0.85999999999999999,"5min":0.90000000000000002,"15min":0.90400000000000003},"min":{"1min":0.55900000000000005,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.123,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":1.1499999999999999}]},{"osd":2,"last update":"Thu Dec 21 04:56:15 2023","interfaces":[{"interface":"back","average":{"1min":0.75900000000000001,"5min":0.75,"15min":0.749},"min":{"1min":0.54900000000000004,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":1.0880000000000001,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":0.63400000000000001},{"interface":"front","average":{"1min":0.874,"5min":0.86199999999999999,"15min":0.87},"min":{"1min":0.64100000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.101,"5min":1.327,"15min":1.327},"last":0.751}]},{"osd":3,"last update":"Thu Dec 21 04:56:25 2023","interfaces":[{"interface":"back","average":{"1min":0.96399999999999997,"5min":0.97699999999999998,"15min":0.98099999999999998},"min":{"1min":0.69299999999999995,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.1759999999999999,"5min":1.3220000000000001,"15min":1.3220000000000001},"last":1.012},{"interface":"front","average":{"1min":0.85599999999999998,"5min":0.86399999999999999,"15min":0.86499999999999999},"min":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"max":{"1min":1.2290000000000001,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":0.83199999999999996}]},{"osd":4,"last update":"Thu Dec 21 04:56:21 2023","interfaces":[{"interface":"back","average":{"1min":1.0209999999999999,"5min":1.0229999999999999,"15min":1.0289999999999999},"min":{"1min":0.71399999999999997,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.1870000000000001,"5min":1.657,"15min":1.657},"last":0.93000000000000005},{"interface":"front","average":{"1min":0.94999999999999996,"5min":1.012,"15min":1.038},"min":{"1min":0.64600000000000002,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.222,"5min":1.9730000000000001,"15min":1.9730000000000001},"last":0.872}]},{"osd":5,"last update":"Thu Dec 21 04:56:36 2023","interfaces":[{"interface":"back","average":{"1min":0.93200000000000005,"5min":1.026,"15min":1.0640000000000001},"min":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.1579999999999999,"5min":1.51,"15min":1.51},"last":1.0449999999999999},{"interface":"front","average":{"1min":1.0269999999999999,"5min":1.0760000000000001,"15min":1.097},"min":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"max":{"1min":1.266,"5min":1.492,"15min":1.492},"last":1.179}]},{"osd":6,"last update":"Thu Dec 21 04:56:25 2023","interfaces":[{"interface":"back","average":{"1min":0.97599999999999998,"5min":1.0940000000000001,"15min":1.1419999999999999},"min":{"1min":0.69399999999999995,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.204,"5min":1.6879999999999999,"15min":1.6879999999999999},"last":1.236},{"interface":"front","average":{"1min":1.087,"5min":1.198,"15min":1.2430000000000001},"min":{"1min":0.88100000000000001,"5min":0.79100000000000004,"15min":0.79100000000000004},"max":{"1min":1.325,"5min":1.8009999999999999,"15min":1.8009999999999999},"last":1.278}]},{"osd":7,"last update":"Thu Dec 21 04:56:36 2023","interfaces":[{"interface":"back","average":{"1min":1.0409999999999999,"5min":1.1779999999999999,"15min":1.224},"min":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"max":{"1min":1.2909999999999999,"5min":1.5920000000000001,"15min":1.5920000000000001},"last":1.119},{"interface":"front","average":{"1min":1.0609999999999999,"5min":1.153,"15min":1.1910000000000001},"min":{"1min":0.84599999999999997,"5min":0.84599999999999997,"15min":0.84599999999999997},"max":{"1min":1.6459999999999999,"5min":1.891,"15min":1.891},"last":1.107}]}]},{"osd":1,"up_from":24,"seq":103079215150,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297508,"kb_used_data":412,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443548,"statfs":{"total":95990841344,"available":95686193152,"internally_reserved":0,"allocated":421888,"data_stored":163066,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:56:21 2023","interfaces":[{"interface":"back","average":{"1min":0.86699999999999999,"5min":0.876,"15min":0.88100000000000001},"min":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.206,"5min":1.206,"15min":1.206},"last":0.88},{"interface":"front","average":{"1min":0.88100000000000001,"5min":0.85899999999999999,"15min":0.85899999999999999},"min":{"1min":0.68500000000000005,"5min":0.629,"15min":0.629},"max":{"1min":1.167,"5min":1.167,"15min":1.167},"last":0.85099999999999998}]},{"osd":2,"last update":"Thu Dec 21 04:56:21 2023","interfaces":[{"interface":"back","average":{"1min":0.82899999999999996,"5min":0.85999999999999999,"15min":0.88100000000000001},"min":{"1min":0.66800000000000004,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.0049999999999999,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":0.64600000000000002},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.94599999999999995,"15min":0.95099999999999996},"min":{"1min":0.68400000000000005,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.2030000000000001,"5min":1.361,"15min":1.361},"last":0.95899999999999996}]},{"osd":3,"last update":"Thu Dec 21 04:56:23 2023","interfaces":[{"interface":"back","average":{"1min":0.82599999999999996,"5min":0.81000000000000005,"15min":0.81599999999999995},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.272,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.83199999999999996,"5min":0.80800000000000005,"15min":0.81399999999999995},"min":{"1min":0.53500000000000003,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.1990000000000001,"5min":1.528,"15min":1.528},"last":0.67100000000000004}]},{"osd":4,"last update":"Thu Dec 21 04:56:21 2023","interfaces":[{"interface":"back","average":{"1min":1.0740000000000001,"5min":1.0229999999999999,"15min":1.008},"min":{"1min":0.83699999999999997,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.3100000000000001,"5min":1.4319999999999999,"15min":1.4319999999999999},"last":1.0049999999999999},{"interface":"front","average":{"1min":0.96199999999999997,"5min":0.97999999999999998,"15min":0.98399999999999999},"min":{"1min":0.77000000000000002,"5min":0.629,"15min":0.629},"max":{"1min":1.256,"5min":1.325,"15min":1.325},"last":0.93200000000000005}]},{"osd":5,"last update":"Thu Dec 21 04:56:34 2023","interfaces":[{"interface":"back","average":{"1min":0.80400000000000005,"5min":0.85499999999999998,"15min":0.88400000000000001},"min":{"1min":0.61599999999999999,"5min":0.501,"15min":0.501},"max":{"1min":0.98599999999999999,"5min":1.661,"15min":1.661},"last":0.79200000000000004},{"interface":"front","average":{"1min":0.96299999999999997,"5min":0.98499999999999999,"15min":1},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.2669999999999999,"5min":1.4419999999999999,"15min":1.4419999999999999},"last":1.135}]},{"osd":6,"last update":"Thu Dec 21 04:56:23 2023","interfaces":[{"interface":"back","average":{"1min":0.93600000000000005,"5min":0.95399999999999996,"15min":0.96899999999999997},"min":{"1min":0.77200000000000002,"5min":0.69999999999999996,"15min":0.69999999999999996},"max":{"1min":1.0660000000000001,"5min":1.419,"15min":1.419},"last":0.91300000000000003},{"interface":"front","average":{"1min":1.139,"5min":1.1000000000000001,"15min":1.0980000000000001},"min":{"1min":0.79700000000000004,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.349,"5min":1.4019999999999999,"15min":1.4019999999999999},"last":1.048}]},{"osd":7,"last update":"Thu Dec 21 04:56:41 2023","interfaces":[{"interface":"back","average":{"1min":0.97799999999999998,"5min":0.93700000000000006,"15min":0.92900000000000005},"min":{"1min":0.65500000000000003,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.3160000000000001,"5min":1.359,"15min":1.359},"last":1.107},{"interface":"front","average":{"1min":1.111,"5min":1.079,"15min":1.0780000000000001},"min":{"1min":0.54000000000000004,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.3939999999999999,"5min":1.5660000000000001,"15min":1.5660000000000001},"last":1.0900000000000001}]}]},{"osd":4,"up_from":25,"seq":107374182446,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297508,"kb_used_data":412,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443548,"statfs":{"total":95990841344,"available":95686193152,"internally_reserved":0,"allocated":421888,"data_stored":163066,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:56:25 2023","interfaces":[{"interface":"back","average":{"1min":0.70499999999999996,"5min":0.68899999999999995,"15min":0.67600000000000005},"min":{"1min":0.504,"5min":0.44,"15min":0.44},"max":{"1min":1.0009999999999999,"5min":1.0720000000000001,"15min":1.0720000000000001},"last":0.58799999999999997},{"interface":"front","average":{"1min":0.78100000000000003,"5min":0.77500000000000002,"15min":0.77500000000000002},"min":{"1min":0.503,"5min":0.503,"15min":0.503},"max":{"1min":0.99399999999999999,"5min":1.0649999999999999,"15min":1.0649999999999999},"last":0.76000000000000001}]},{"osd":1,"last update":"Thu Dec 21 04:56:25 2023","interfaces":[{"interface":"back","average":{"1min":0.97599999999999998,"5min":0.93400000000000005,"15min":0.93200000000000005},"min":{"1min":0.71199999999999997,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.157,"5min":1.397,"15min":1.397},"last":0.97399999999999998},{"interface":"front","average":{"1min":0.97899999999999998,"5min":0.92600000000000005,"15min":0.92300000000000004},"min":{"1min":0.81899999999999995,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.1339999999999999,"5min":1.1339999999999999,"15min":1.1339999999999999},"last":1.077}]},{"osd":2,"last update":"Thu Dec 21 04:56:25 2023","interfaces":[{"interface":"back","average":{"1min":0.80700000000000005,"5min":0.84599999999999997,"15min":0.84399999999999997},"min":{"1min":0.54600000000000004,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":1.026,"5min":1.254,"15min":1.254},"last":0.68000000000000005},{"interface":"front","average":{"1min":0.80800000000000005,"5min":0.82199999999999995,"15min":0.82399999999999995},"min":{"1min":0.60799999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":1.1080000000000001,"5min":1.5669999999999999,"15min":1.5669999999999999},"last":0.79100000000000004}]},{"osd":3,"last update":"Thu Dec 21 04:56:26 2023","interfaces":[{"interface":"back","average":{"1min":1.0269999999999999,"5min":1.0289999999999999,"15min":1.016},"min":{"1min":0.68999999999999995,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.234,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.93600000000000005},{"interface":"front","average":{"1min":0.997,"5min":0.97199999999999998,"15min":0.96199999999999997},"min":{"1min":0.86199999999999999,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.161,"5min":1.46,"15min":1.46},"last":0.91200000000000003}]},{"osd":5,"last update":"Thu Dec 21 04:56:37 2023","interfaces":[{"interface":"back","average":{"1min":1.036,"5min":1.0660000000000001,"15min":1.0549999999999999},"min":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.2130000000000001,"5min":1.464,"15min":1.464},"last":1.042},{"interface":"front","average":{"1min":1.0269999999999999,"5min":1.022,"15min":1.018},"min":{"1min":0.84699999999999998,"5min":0.70199999999999996,"15min":0.70199999999999996},"max":{"1min":1.274,"5min":1.5169999999999999,"15min":1.5169999999999999},"last":1.026}]},{"osd":6,"last update":"Thu Dec 21 04:56:26 2023","interfaces":[{"interface":"back","average":{"1min":0.97299999999999998,"5min":0.97699999999999998,"15min":0.95899999999999996},"min":{"1min":0.63200000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.2749999999999999,"5min":1.3740000000000001,"15min":1.3740000000000001},"last":0.871},{"interface":"front","average":{"1min":1.0669999999999999,"5min":1.097,"15min":1.091},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":1.3109999999999999,"5min":1.8540000000000001,"15min":1.8540000000000001},"last":1.109}]},{"osd":7,"last update":"Thu Dec 21 04:56:40 2023","interfaces":[{"interface":"back","average":{"1min":1.0980000000000001,"5min":1.107,"15min":1.099},"min":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.2809999999999999,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":0.999},{"interface":"front","average":{"1min":1.155,"5min":1.169,"15min":1.1519999999999999},"min":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.3220000000000001,"5min":1.5309999999999999,"15min":1.5309999999999999},"last":1.165}]}]},{"osd":6,"up_from":30,"seq":128849018924,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297508,"kb_used_data":412,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443548,"statfs":{"total":95990841344,"available":95686193152,"internally_reserved":0,"allocated":421888,"data_stored":163066,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:56:24 2023","interfaces":[{"interface":"back","average":{"1min":0.72299999999999998,"5min":0.752,"15min":0.76400000000000001},"min":{"1min":0.52700000000000002,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.087,"5min":1.105,"15min":1.105},"last":0.71599999999999997},{"interface":"front","average":{"1min":0.79400000000000004,"5min":0.75700000000000001,"15min":0.751},"min":{"1min":0.60299999999999998,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.0529999999999999,"5min":1.141,"15min":1.141},"last":0.64300000000000002}]},{"osd":1,"last update":"Thu Dec 21 04:56:24 2023","interfaces":[{"interface":"back","average":{"1min":0.93400000000000005,"5min":0.85599999999999998,"15min":0.84599999999999997},"min":{"1min":0.754,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.323,"5min":1.323,"15min":1.323},"last":1.1319999999999999},{"interface":"front","average":{"1min":0.98499999999999999,"5min":0.96299999999999997,"15min":0.96499999999999997},"min":{"1min":0.81200000000000006,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.2190000000000001,"5min":1.226,"15min":1.226},"last":1.054}]},{"osd":2,"last update":"Thu Dec 21 04:56:24 2023","interfaces":[{"interface":"back","average":{"1min":0.86699999999999999,"5min":0.91700000000000004,"15min":0.93100000000000005},"min":{"1min":0.70799999999999996,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.1579999999999999,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":0.98099999999999998},{"interface":"front","average":{"1min":0.92500000000000004,"5min":0.89300000000000002,"15min":0.88900000000000001},"min":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.1619999999999999,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":0.89400000000000002}]},{"osd":3,"last update":"Thu Dec 21 04:56:28 2023","interfaces":[{"interface":"back","average":{"1min":0.93300000000000005,"5min":0.88300000000000001,"15min":0.875},"min":{"1min":0.67800000000000005,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.1930000000000001,"5min":1.1930000000000001,"15min":1.1930000000000001},"last":0.95399999999999996},{"interface":"front","average":{"1min":1.081,"5min":1.048,"15min":1.044},"min":{"1min":0.80000000000000004,"5min":0.71199999999999997,"15min":0.71199999999999997},"max":{"1min":1.3120000000000001,"5min":1.506,"15min":1.506},"last":1.159}]},{"osd":4,"last update":"Thu Dec 21 04:56:24 2023","interfaces":[{"interface":"back","average":{"1min":0.98299999999999998,"5min":0.96599999999999997,"15min":0.96399999999999997},"min":{"1min":0.76100000000000001,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.1479999999999999,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":1.272},{"interface":"front","average":{"1min":0.97599999999999998,"5min":0.96199999999999997,"15min":0.94999999999999996},"min":{"1min":0.73699999999999999,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.1930000000000001,"5min":1.1930000000000001,"15min":1.1930000000000001},"last":1.319}]},{"osd":5,"last update":"Thu Dec 21 04:56:39 2023","interfaces":[{"interface":"back","average":{"1min":1.137,"5min":1.081,"15min":1.079},"min":{"1min":0.91700000000000004,"5min":0.88500000000000001,"15min":0.88500000000000001},"max":{"1min":1.4159999999999999,"5min":1.522,"15min":1.522},"last":1.234},{"interface":"front","average":{"1min":1.171,"5min":1.1459999999999999,"15min":1.1459999999999999},"min":{"1min":0.98999999999999999,"5min":0.76000000000000001,"15min":0.76000000000000001},"max":{"1min":1.3939999999999999,"5min":1.5720000000000001,"15min":1.5720000000000001},"last":1.2190000000000001}]},{"osd":7,"last update":"Thu Dec 21 04:56:43 2023","interfaces":[{"interface":"back","average":{"1min":1.196,"5min":1.1499999999999999,"15min":1.1439999999999999},"min":{"1min":0.96099999999999997,"5min":0.86199999999999999,"15min":0.86199999999999999},"max":{"1min":1.5720000000000001,"5min":1.5720000000000001,"15min":1.5720000000000001},"last":1.1830000000000001},{"interface":"front","average":{"1min":1.2529999999999999,"5min":1.1719999999999999,"15min":1.1519999999999999},"min":{"1min":1.133,"5min":0.94999999999999996,"15min":0.94999999999999996},"max":{"1min":1.4670000000000001,"5min":1.4670000000000001,"15min":1.4670000000000001},"last":1.2949999999999999}]}]},{"osd":3,"up_from":31,"seq":133143986221,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":162751,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:56:29 2023","interfaces":[{"interface":"back","average":{"1min":0.79200000000000004,"5min":0.79100000000000004,"15min":0.78100000000000003},"min":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.036,"5min":1.052,"15min":1.052},"last":0.68899999999999995},{"interface":"front","average":{"1min":0.86599999999999999,"5min":0.83799999999999997,"15min":0.82299999999999995},"min":{"1min":0.69699999999999995,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.1759999999999999,"5min":1.1759999999999999,"15min":1.1759999999999999},"last":1.0009999999999999}]},{"osd":1,"last update":"Thu Dec 21 04:56:29 2023","interfaces":[{"interface":"back","average":{"1min":0.80900000000000005,"5min":0.68100000000000005,"15min":0.64800000000000002},"min":{"1min":0.48699999999999999,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":1.292,"5min":1.292,"15min":1.292},"last":0.57399999999999995},{"interface":"front","average":{"1min":0.77200000000000002,"5min":0.69799999999999995,"15min":0.67000000000000004},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.0049999999999999,"5min":1.145,"15min":1.145},"last":0.79900000000000004}]},{"osd":2,"last update":"Thu Dec 21 04:56:29 2023","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":0.95399999999999996,"15min":0.93999999999999995},"min":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.1910000000000001,"5min":1.337,"15min":1.337},"last":0.85499999999999998},{"interface":"front","average":{"1min":0.96999999999999997,"5min":0.95399999999999996,"15min":0.93799999999999994},"min":{"1min":0.75,"5min":0.625,"15min":0.625},"max":{"1min":1.153,"5min":1.304,"15min":1.304},"last":0.95699999999999996}]},{"osd":4,"last update":"Thu Dec 21 04:56:29 2023","interfaces":[{"interface":"back","average":{"1min":0.94399999999999995,"5min":0.92100000000000004,"15min":0.90600000000000003},"min":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.173,"5min":1.272,"15min":1.272},"last":1.042},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.88100000000000001,"15min":0.86499999999999999},"min":{"1min":0.66300000000000003,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.181,"5min":1.181,"15min":1.181},"last":0.93899999999999995}]},{"osd":5,"last update":"Thu Dec 21 04:56:37 2023","interfaces":[{"interface":"back","average":{"1min":0.90900000000000003,"5min":0.81299999999999994,"15min":0.79700000000000004},"min":{"1min":0.65500000000000003,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.1739999999999999,"5min":1.1819999999999999,"15min":1.1819999999999999},"last":0.92900000000000005},{"interface":"front","average":{"1min":0.92000000000000004,"5min":0.89500000000000002,"15min":0.88700000000000001},"min":{"1min":0.58199999999999996,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":1.3720000000000001,"5min":1.3720000000000001,"15min":1.3720000000000001},"last":0.97799999999999998}]},{"osd":6,"last update":"Thu Dec 21 04:56:29 2023","interfaces":[{"interface":"back","average":{"1min":1.0029999999999999,"5min":0.98499999999999999,"15min":0.97899999999999998},"min":{"1min":0.71999999999999997,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.272,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":1.056},{"interface":"front","average":{"1min":1.0680000000000001,"5min":1.0640000000000001,"15min":1.054},"min":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.4239999999999999,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":1.0940000000000001}]},{"osd":7,"last update":"Thu Dec 21 04:56:43 2023","interfaces":[{"interface":"back","average":{"1min":1.052,"5min":0.995,"15min":0.98499999999999999},"min":{"1min":0.64000000000000001,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.339,"5min":1.383,"15min":1.383},"last":0.877},{"interface":"front","average":{"1min":1.0609999999999999,"5min":1.034,"15min":1.022},"min":{"1min":0.67000000000000004,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":1.464,"5min":1.464,"15min":1.464},"last":1.137}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-21T04:56:53.140 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-21T04:56:53.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:52 smithi156 bash[28307]: cluster 2023-12-21T04:56:51.707081+0000 mgr.smithi079.gpuwcc (mgr.14180) 228 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:54.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:53 smithi079 bash[24931]: audit 2023-12-21T04:56:52.390787+0000 mgr.smithi079.gpuwcc (mgr.14180) 229 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:54.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:53 smithi156 bash[28307]: audit 2023-12-21T04:56:52.390787+0000 mgr.smithi079.gpuwcc (mgr.14180) 229 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:55.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:54 smithi079 bash[24931]: cluster 2023-12-21T04:56:53.707643+0000 mgr.smithi079.gpuwcc (mgr.14180) 230 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:55.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:54 smithi156 bash[28307]: cluster 2023-12-21T04:56:53.707643+0000 mgr.smithi079.gpuwcc (mgr.14180) 230 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:57.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:56 smithi079 bash[24931]: cluster 2023-12-21T04:56:55.708253+0000 mgr.smithi079.gpuwcc (mgr.14180) 231 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:57.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:56 smithi156 bash[28307]: cluster 2023-12-21T04:56:55.708253+0000 mgr.smithi079.gpuwcc (mgr.14180) 231 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:57.919 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/mon.smithi079/config 2023-12-21T04:56:59.102 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:56:58 smithi079 bash[24931]: cluster 2023-12-21T04:56:57.708858+0000 mgr.smithi079.gpuwcc (mgr.14180) 232 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:56:59.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:56:58 smithi156 bash[28307]: cluster 2023-12-21T04:56:57.708858+0000 mgr.smithi079.gpuwcc (mgr.14180) 232 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:00.850 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:57:00.853 INFO:teuthology.orchestra.run.smithi079.stderr:dumped all 2023-12-21T04:57:01.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:00 smithi079 bash[24931]: cluster 2023-12-21T04:56:59.709424+0000 mgr.smithi079.gpuwcc (mgr.14180) 233 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:01.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:00 smithi156 bash[28307]: cluster 2023-12-21T04:56:59.709424+0000 mgr.smithi079.gpuwcc (mgr.14180) 233 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:01.567 INFO:teuthology.orchestra.run.smithi079.stdout:{"pg_ready":true,"pg_map":{"version":216,"stamp":"2023-12-21T04:56:59.709177+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":2380056,"kb_used_data":3288,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548392,"statfs":{"total":767926730752,"available":765489553408,"internally_reserved":0,"allocated":3366912,"data_stored":1303898,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":42,"state":"active+clean","last_fresh":"2023-12-21T04:53:36.789734+0000","last_change":"2023-12-21T04:53:36.789734+0000","last_active":"2023-12-21T04:53:36.789734+0000","last_peered":"2023-12-21T04:53:36.789734+0000","last_clean":"2023-12-21T04:53:36.789734+0000","last_became_active":"2023-12-21T04:53:36.789389+0000","last_became_peered":"2023-12-21T04:53:36.789389+0000","last_unstale":"2023-12-21T04:53:36.789734+0000","last_undegraded":"2023-12-21T04:53:36.789734+0000","last_fullsized":"2023-12-21T04:53:36.789734+0000","mapping_epoch":41,"log_start":"0'0","ondisk_log_start":"0'0","created":25,"last_epoch_clean":42,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-21T04:53:14.987896+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-21T04:53:14.987896+0000","last_clean_scrub_stamp":"2023-12-21T04:53:14.987896+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":40,"seq":171798691883,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":162751,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:56:40 2023","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":0.86199999999999999,"15min":0.86399999999999999},"min":{"1min":0.625,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.056,"5min":1.1859999999999999,"15min":1.1859999999999999},"last":0.94499999999999995},{"interface":"front","average":{"1min":0.84799999999999998,"5min":0.88500000000000001,"15min":0.89000000000000001},"min":{"1min":0.64300000000000002,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.0009999999999999,"5min":1.214,"15min":1.214},"last":0.877}]},{"osd":1,"last update":"Thu Dec 21 04:56:40 2023","interfaces":[{"interface":"back","average":{"1min":0.74399999999999999,"5min":0.72899999999999998,"15min":0.72899999999999998},"min":{"1min":0.57099999999999995,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.095,"5min":1.095,"15min":1.095},"last":0.77300000000000002},{"interface":"front","average":{"1min":0.80600000000000005,"5min":0.77100000000000002,"15min":0.75900000000000001},"min":{"1min":0.55200000000000005,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":1.0820000000000001,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":0.57999999999999996}]},{"osd":2,"last update":"Thu Dec 21 04:56:40 2023","interfaces":[{"interface":"back","average":{"1min":0.875,"5min":0.86599999999999999,"15min":0.875},"min":{"1min":0.64000000000000001,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.141,"5min":1.246,"15min":1.246},"last":0.72899999999999998},{"interface":"front","average":{"1min":0.86899999999999999,"5min":0.89400000000000002,"15min":0.90800000000000003},"min":{"1min":0.69399999999999995,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.1279999999999999,"5min":1.1279999999999999,"15min":1.1279999999999999},"last":1.0620000000000001}]},{"osd":3,"last update":"Thu Dec 21 04:56:40 2023","interfaces":[{"interface":"back","average":{"1min":0.83099999999999996,"5min":0.88800000000000001,"15min":0.90400000000000003},"min":{"1min":0.56699999999999995,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":1.1879999999999999,"5min":1.361,"15min":1.361},"last":0.98299999999999998},{"interface":"front","average":{"1min":0.90300000000000002,"5min":0.92900000000000005,"15min":0.94299999999999995},"min":{"1min":0.56299999999999994,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.385,"5min":1.504,"15min":1.504},"last":1.1000000000000001}]},{"osd":4,"last update":"Thu Dec 21 04:56:40 2023","interfaces":[{"interface":"back","average":{"1min":1.048,"5min":1.028,"15min":1.032},"min":{"1min":0.77600000000000002,"5min":0.72599999999999998,"15min":0.72599999999999998},"max":{"1min":1.2809999999999999,"5min":1.335,"15min":1.335},"last":0.85299999999999998},{"interface":"front","average":{"1min":0.98699999999999999,"5min":1.022,"15min":1.0309999999999999},"min":{"1min":0.81100000000000005,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.206,"5min":1.5900000000000001,"15min":1.5900000000000001},"last":0.90900000000000003}]},{"osd":5,"last update":"Thu Dec 21 04:56:40 2023","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":0.96399999999999997,"15min":0.96699999999999997},"min":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.3260000000000001,"5min":1.3879999999999999,"15min":1.3879999999999999},"last":0.99399999999999999},{"interface":"front","average":{"1min":1.0189999999999999,"5min":1.046,"15min":1.044},"min":{"1min":0.73899999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.492,"5min":1.492,"15min":1.492},"last":1.0409999999999999}]},{"osd":6,"last update":"Thu Dec 21 04:56:40 2023","interfaces":[{"interface":"back","average":{"1min":1.1160000000000001,"5min":1.121,"15min":1.115},"min":{"1min":0.94499999999999995,"5min":0.72899999999999998,"15min":0.72899999999999998},"max":{"1min":1.6539999999999999,"5min":1.6539999999999999,"15min":1.6539999999999999},"last":1.085},{"interface":"front","average":{"1min":1.137,"5min":1.1579999999999999,"15min":1.1679999999999999},"min":{"1min":0.748,"5min":0.748,"15min":0.748},"max":{"1min":1.5109999999999999,"5min":1.585,"15min":1.585},"last":1.0229999999999999}]}]},{"osd":5,"up_from":36,"seq":154618822701,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297508,"kb_used_data":412,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443548,"statfs":{"total":95990841344,"available":95686193152,"internally_reserved":0,"allocated":421888,"data_stored":163066,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:56:31 2023","interfaces":[{"interface":"back","average":{"1min":0.85299999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"min":{"1min":0.69699999999999995,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.026,"5min":1.361,"15min":1.361},"last":0.67300000000000004},{"interface":"front","average":{"1min":0.86599999999999999,"5min":0.86199999999999999,"15min":0.85599999999999998},"min":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.0609999999999999,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":0.90200000000000002}]},{"osd":1,"last update":"Thu Dec 21 04:56:31 2023","interfaces":[{"interface":"back","average":{"1min":0.67000000000000004,"5min":0.69799999999999995,"15min":0.68999999999999995},"min":{"1min":0.45900000000000002,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.85999999999999999,"5min":1.145,"15min":1.145},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.70199999999999996,"5min":0.75,"15min":0.75600000000000001},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.1000000000000001,"5min":1.1240000000000001,"15min":1.1240000000000001},"last":0.434}]},{"osd":2,"last update":"Thu Dec 21 04:56:31 2023","interfaces":[{"interface":"back","average":{"1min":0.92600000000000005,"5min":0.89700000000000002,"15min":0.88300000000000001},"min":{"1min":0.66400000000000003,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.1000000000000001,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":0.74199999999999999},{"interface":"front","average":{"1min":0.879,"5min":0.88,"15min":0.877},"min":{"1min":0.73099999999999998,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.1659999999999999,"5min":1.1739999999999999,"15min":1.1739999999999999},"last":0.61399999999999999}]},{"osd":3,"last update":"Thu Dec 21 04:56:31 2023","interfaces":[{"interface":"back","average":{"1min":0.82599999999999996,"5min":0.79300000000000004,"15min":0.77100000000000002},"min":{"1min":0.59399999999999997,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":1.298,"5min":1.7929999999999999,"15min":1.7929999999999999},"last":0.65600000000000003},{"interface":"front","average":{"1min":0.86399999999999999,"5min":0.84999999999999998,"15min":0.84599999999999997},"min":{"1min":0.55800000000000005,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":1.133,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":0.45300000000000001}]},{"osd":4,"last update":"Thu Dec 21 04:56:31 2023","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":0.97999999999999998,"15min":0.98299999999999998},"min":{"1min":0.71199999999999997,"5min":0.623,"15min":0.623},"max":{"1min":1.4370000000000001,"5min":1.4370000000000001,"15min":1.4370000000000001},"last":0.56000000000000005},{"interface":"front","average":{"1min":1.0600000000000001,"5min":1.044,"15min":1.036},"min":{"1min":0.80700000000000005,"5min":0.753,"15min":0.753},"max":{"1min":1.7090000000000001,"5min":1.7090000000000001,"15min":1.7090000000000001},"last":0.86099999999999999}]},{"osd":6,"last update":"Thu Dec 21 04:56:31 2023","interfaces":[{"interface":"back","average":{"1min":1.0129999999999999,"5min":1.028,"15min":1.022},"min":{"1min":0.72599999999999998,"5min":0.68300000000000005,"15min":0.68300000000000005},"max":{"1min":1.5640000000000001,"5min":1.909,"15min":1.909},"last":0.72099999999999997},{"interface":"front","average":{"1min":1.046,"5min":1.079,"15min":1.093},"min":{"1min":0.81999999999999995,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.6499999999999999,"5min":1.6499999999999999,"15min":1.6499999999999999},"last":0.79200000000000004}]},{"osd":7,"last update":"Thu Dec 21 04:56:41 2023","interfaces":[{"interface":"back","average":{"1min":1.03,"5min":0.99099999999999999,"15min":0.97299999999999998},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":1.6080000000000001,"5min":1.6080000000000001,"15min":1.6080000000000001},"last":0.80900000000000005},{"interface":"front","average":{"1min":0.995,"5min":1.03,"15min":1.0349999999999999},"min":{"1min":0.68400000000000005,"5min":0.495,"15min":0.495},"max":{"1min":1.339,"5min":1.379,"15min":1.379},"last":0.76700000000000002}]}]},{"osd":2,"up_from":20,"seq":85899345969,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297508,"kb_used_data":412,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443548,"statfs":{"total":95990841344,"available":95686193152,"internally_reserved":0,"allocated":421888,"data_stored":163066,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:56:15 2023","interfaces":[{"interface":"back","average":{"1min":0.72799999999999998,"5min":0.68000000000000005,"15min":0.67500000000000004},"min":{"1min":0.52300000000000002,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.0529999999999999,"5min":1.1000000000000001,"15min":1.1000000000000001},"last":0.83699999999999997},{"interface":"front","average":{"1min":0.77300000000000002,"5min":0.76200000000000001,"15min":0.76400000000000001},"min":{"1min":0.54800000000000004,"5min":0.432,"15min":0.432},"max":{"1min":1.1950000000000001,"5min":1.1950000000000001,"15min":1.1950000000000001},"last":0.625}]},{"osd":1,"last update":"Thu Dec 21 04:56:20 2023","interfaces":[{"interface":"back","average":{"1min":0.98899999999999999,"5min":0.90500000000000003,"15min":0.88600000000000001},"min":{"1min":0.79100000000000004,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.258,"5min":1.401,"15min":1.401},"last":0.69599999999999995},{"interface":"front","average":{"1min":1.054,"5min":0.94599999999999995,"15min":0.92200000000000004},"min":{"1min":0.77900000000000003,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.29,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":0.999}]},{"osd":3,"last update":"Thu Dec 21 04:56:24 2023","interfaces":[{"interface":"back","average":{"1min":0.99399999999999999,"5min":0.91300000000000003,"15min":0.90500000000000003},"min":{"1min":0.70899999999999996,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.23,"5min":1.323,"15min":1.323},"last":0.94799999999999995},{"interface":"front","average":{"1min":1.0209999999999999,"5min":0.98999999999999999,"15min":0.98799999999999999},"min":{"1min":0.749,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.351,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":0.80600000000000005}]},{"osd":4,"last update":"Thu Dec 21 04:56:20 2023","interfaces":[{"interface":"back","average":{"1min":0.89900000000000002,"5min":0.83099999999999996,"15min":0.80700000000000005},"min":{"1min":0.64600000000000002,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":1.0680000000000001,"5min":1.2,"15min":1.2},"last":0.73299999999999998},{"interface":"front","average":{"1min":0.98799999999999999,"5min":0.94799999999999995,"15min":0.94599999999999995},"min":{"1min":0.62,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.1890000000000001,"5min":1.4890000000000001,"15min":1.4890000000000001},"last":1.0669999999999999}]},{"osd":5,"last update":"Thu Dec 21 04:56:33 2023","interfaces":[{"interface":"back","average":{"1min":1.044,"5min":1.0409999999999999,"15min":1.0289999999999999},"min":{"1min":0.76400000000000001,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.3939999999999999,"5min":1.621,"15min":1.621},"last":1.095},{"interface":"front","average":{"1min":0.93899999999999995,"5min":0.97099999999999997,"15min":0.98399999999999999},"min":{"1min":0.72999999999999998,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.1439999999999999,"5min":1.5309999999999999,"15min":1.5309999999999999},"last":0.88700000000000001}]},{"osd":6,"last update":"Thu Dec 21 04:56:24 2023","interfaces":[{"interface":"back","average":{"1min":1.04,"5min":1.048,"15min":1.0589999999999999},"min":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.377,"5min":1.7769999999999999,"15min":1.7769999999999999},"last":0.91500000000000004},{"interface":"front","average":{"1min":0.996,"5min":0.98599999999999999,"15min":0.99399999999999999},"min":{"1min":0.79000000000000004,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.4350000000000001,"5min":1.5629999999999999,"15min":1.5629999999999999},"last":1.1319999999999999}]},{"osd":7,"last update":"Thu Dec 21 04:56:42 2023","interfaces":[{"interface":"back","average":{"1min":1.145,"5min":1.0700000000000001,"15min":1.052},"min":{"1min":0.92900000000000005,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.637,"5min":1.6519999999999999,"15min":1.6519999999999999},"last":1.1759999999999999},{"interface":"front","average":{"1min":1.208,"5min":1.159,"15min":1.135},"min":{"1min":1.0800000000000001,"5min":0.72799999999999998,"15min":0.72799999999999998},"max":{"1min":1.458,"5min":1.704,"15min":1.704},"last":1.202}]}]},{"osd":0,"up_from":16,"seq":68719476785,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297508,"kb_used_data":412,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443548,"statfs":{"total":95990841344,"available":95686193152,"internally_reserved":0,"allocated":421888,"data_stored":163066,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Dec 21 04:56:21 2023","interfaces":[{"interface":"back","average":{"1min":0.83699999999999997,"5min":0.82699999999999996,"15min":0.82699999999999996},"min":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.105,"5min":1.105,"15min":1.105},"last":0.82799999999999996},{"interface":"front","average":{"1min":0.85999999999999999,"5min":0.90000000000000002,"15min":0.90400000000000003},"min":{"1min":0.55900000000000005,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.123,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":1.1020000000000001}]},{"osd":2,"last update":"Thu Dec 21 04:56:15 2023","interfaces":[{"interface":"back","average":{"1min":0.75900000000000001,"5min":0.75,"15min":0.749},"min":{"1min":0.54900000000000004,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":1.0880000000000001,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":0.58299999999999996},{"interface":"front","average":{"1min":0.874,"5min":0.86199999999999999,"15min":0.87},"min":{"1min":0.64100000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.101,"5min":1.327,"15min":1.327},"last":0.86099999999999999}]},{"osd":3,"last update":"Thu Dec 21 04:56:25 2023","interfaces":[{"interface":"back","average":{"1min":0.96399999999999997,"5min":0.97699999999999998,"15min":0.98099999999999998},"min":{"1min":0.69299999999999995,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.1759999999999999,"5min":1.3220000000000001,"15min":1.3220000000000001},"last":0.94699999999999995},{"interface":"front","average":{"1min":0.85599999999999998,"5min":0.86399999999999999,"15min":0.86499999999999999},"min":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"max":{"1min":1.2290000000000001,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":0.80000000000000004}]},{"osd":4,"last update":"Thu Dec 21 04:56:21 2023","interfaces":[{"interface":"back","average":{"1min":1.0209999999999999,"5min":1.0229999999999999,"15min":1.0289999999999999},"min":{"1min":0.71399999999999997,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.1870000000000001,"5min":1.657,"15min":1.657},"last":0.89800000000000002},{"interface":"front","average":{"1min":0.94999999999999996,"5min":1.012,"15min":1.038},"min":{"1min":0.64600000000000002,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.222,"5min":1.9730000000000001,"15min":1.9730000000000001},"last":0.71499999999999997}]},{"osd":5,"last update":"Thu Dec 21 04:56:36 2023","interfaces":[{"interface":"back","average":{"1min":0.93200000000000005,"5min":1.026,"15min":1.0640000000000001},"min":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.1579999999999999,"5min":1.51,"15min":1.51},"last":0.97999999999999998},{"interface":"front","average":{"1min":1.0269999999999999,"5min":1.0760000000000001,"15min":1.097},"min":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"max":{"1min":1.266,"5min":1.492,"15min":1.492},"last":1.046}]},{"osd":6,"last update":"Thu Dec 21 04:56:25 2023","interfaces":[{"interface":"back","average":{"1min":0.97599999999999998,"5min":1.0940000000000001,"15min":1.1419999999999999},"min":{"1min":0.69399999999999995,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.204,"5min":1.6879999999999999,"15min":1.6879999999999999},"last":0.76800000000000002},{"interface":"front","average":{"1min":1.087,"5min":1.198,"15min":1.2430000000000001},"min":{"1min":0.88100000000000001,"5min":0.79100000000000004,"15min":0.79100000000000004},"max":{"1min":1.325,"5min":1.8009999999999999,"15min":1.8009999999999999},"last":1.0189999999999999}]},{"osd":7,"last update":"Thu Dec 21 04:56:36 2023","interfaces":[{"interface":"back","average":{"1min":1.0409999999999999,"5min":1.1779999999999999,"15min":1.224},"min":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"max":{"1min":1.2909999999999999,"5min":1.5920000000000001,"15min":1.5920000000000001},"last":1.1259999999999999},{"interface":"front","average":{"1min":1.0609999999999999,"5min":1.153,"15min":1.1910000000000001},"min":{"1min":0.84599999999999997,"5min":0.84599999999999997,"15min":0.84599999999999997},"max":{"1min":1.6459999999999999,"5min":1.891,"15min":1.891},"last":0.93100000000000005}]}]},{"osd":1,"up_from":24,"seq":103079215151,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297508,"kb_used_data":412,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443548,"statfs":{"total":95990841344,"available":95686193152,"internally_reserved":0,"allocated":421888,"data_stored":163066,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:56:21 2023","interfaces":[{"interface":"back","average":{"1min":0.86699999999999999,"5min":0.876,"15min":0.88100000000000001},"min":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.206,"5min":1.206,"15min":1.206},"last":1.0469999999999999},{"interface":"front","average":{"1min":0.88100000000000001,"5min":0.85899999999999999,"15min":0.85899999999999999},"min":{"1min":0.68500000000000005,"5min":0.629,"15min":0.629},"max":{"1min":1.167,"5min":1.167,"15min":1.167},"last":0.92300000000000004}]},{"osd":2,"last update":"Thu Dec 21 04:56:21 2023","interfaces":[{"interface":"back","average":{"1min":0.82899999999999996,"5min":0.85999999999999999,"15min":0.88100000000000001},"min":{"1min":0.66800000000000004,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.0049999999999999,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.94599999999999995,"15min":0.95099999999999996},"min":{"1min":0.68400000000000005,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.2030000000000001,"5min":1.361,"15min":1.361},"last":0.95699999999999996}]},{"osd":3,"last update":"Thu Dec 21 04:56:23 2023","interfaces":[{"interface":"back","average":{"1min":0.82599999999999996,"5min":0.81000000000000005,"15min":0.81599999999999995},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.272,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":0.624},{"interface":"front","average":{"1min":0.83199999999999996,"5min":0.80800000000000005,"15min":0.81399999999999995},"min":{"1min":0.53500000000000003,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.1990000000000001,"5min":1.528,"15min":1.528},"last":0.72399999999999998}]},{"osd":4,"last update":"Thu Dec 21 04:56:21 2023","interfaces":[{"interface":"back","average":{"1min":1.0740000000000001,"5min":1.0229999999999999,"15min":1.008},"min":{"1min":0.83699999999999997,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.3100000000000001,"5min":1.4319999999999999,"15min":1.4319999999999999},"last":1.1379999999999999},{"interface":"front","average":{"1min":0.96199999999999997,"5min":0.97999999999999998,"15min":0.98399999999999999},"min":{"1min":0.77000000000000002,"5min":0.629,"15min":0.629},"max":{"1min":1.256,"5min":1.325,"15min":1.325},"last":0.98999999999999999}]},{"osd":5,"last update":"Thu Dec 21 04:56:34 2023","interfaces":[{"interface":"back","average":{"1min":0.80400000000000005,"5min":0.85499999999999998,"15min":0.88400000000000001},"min":{"1min":0.61599999999999999,"5min":0.501,"15min":0.501},"max":{"1min":0.98599999999999999,"5min":1.661,"15min":1.661},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.96299999999999997,"5min":0.98499999999999999,"15min":1},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.2669999999999999,"5min":1.4419999999999999,"15min":1.4419999999999999},"last":0.84399999999999997}]},{"osd":6,"last update":"Thu Dec 21 04:56:23 2023","interfaces":[{"interface":"back","average":{"1min":0.93600000000000005,"5min":0.95399999999999996,"15min":0.96899999999999997},"min":{"1min":0.77200000000000002,"5min":0.69999999999999996,"15min":0.69999999999999996},"max":{"1min":1.0660000000000001,"5min":1.419,"15min":1.419},"last":0.82099999999999995},{"interface":"front","average":{"1min":1.139,"5min":1.1000000000000001,"15min":1.0980000000000001},"min":{"1min":0.79700000000000004,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.349,"5min":1.4019999999999999,"15min":1.4019999999999999},"last":1.264}]},{"osd":7,"last update":"Thu Dec 21 04:56:41 2023","interfaces":[{"interface":"back","average":{"1min":0.97799999999999998,"5min":0.93700000000000006,"15min":0.92900000000000005},"min":{"1min":0.65500000000000003,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.3160000000000001,"5min":1.359,"15min":1.359},"last":1.181},{"interface":"front","average":{"1min":1.111,"5min":1.079,"15min":1.0780000000000001},"min":{"1min":0.54000000000000004,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.3939999999999999,"5min":1.5660000000000001,"15min":1.5660000000000001},"last":1.2150000000000001}]}]},{"osd":4,"up_from":25,"seq":107374182447,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297508,"kb_used_data":412,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443548,"statfs":{"total":95990841344,"available":95686193152,"internally_reserved":0,"allocated":421888,"data_stored":163066,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:56:25 2023","interfaces":[{"interface":"back","average":{"1min":0.70499999999999996,"5min":0.68899999999999995,"15min":0.67600000000000005},"min":{"1min":0.504,"5min":0.44,"15min":0.44},"max":{"1min":1.0009999999999999,"5min":1.0720000000000001,"15min":1.0720000000000001},"last":0.65100000000000002},{"interface":"front","average":{"1min":0.78100000000000003,"5min":0.77500000000000002,"15min":0.77500000000000002},"min":{"1min":0.503,"5min":0.503,"15min":0.503},"max":{"1min":0.99399999999999999,"5min":1.0649999999999999,"15min":1.0649999999999999},"last":0.68799999999999994}]},{"osd":1,"last update":"Thu Dec 21 04:56:25 2023","interfaces":[{"interface":"back","average":{"1min":0.97599999999999998,"5min":0.93400000000000005,"15min":0.93200000000000005},"min":{"1min":0.71199999999999997,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.157,"5min":1.397,"15min":1.397},"last":0.97099999999999997},{"interface":"front","average":{"1min":0.97899999999999998,"5min":0.92600000000000005,"15min":0.92300000000000004},"min":{"1min":0.81899999999999995,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.1339999999999999,"5min":1.1339999999999999,"15min":1.1339999999999999},"last":0.90300000000000002}]},{"osd":2,"last update":"Thu Dec 21 04:56:25 2023","interfaces":[{"interface":"back","average":{"1min":0.80700000000000005,"5min":0.84599999999999997,"15min":0.84399999999999997},"min":{"1min":0.54600000000000004,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":1.026,"5min":1.254,"15min":1.254},"last":0.93400000000000005},{"interface":"front","average":{"1min":0.80800000000000005,"5min":0.82199999999999995,"15min":0.82399999999999995},"min":{"1min":0.60799999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":1.1080000000000001,"5min":1.5669999999999999,"15min":1.5669999999999999},"last":0.87}]},{"osd":3,"last update":"Thu Dec 21 04:56:26 2023","interfaces":[{"interface":"back","average":{"1min":1.0269999999999999,"5min":1.0289999999999999,"15min":1.016},"min":{"1min":0.68999999999999995,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.234,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":1.0760000000000001},{"interface":"front","average":{"1min":0.997,"5min":0.97199999999999998,"15min":0.96199999999999997},"min":{"1min":0.86199999999999999,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.161,"5min":1.46,"15min":1.46},"last":1.048}]},{"osd":5,"last update":"Thu Dec 21 04:56:37 2023","interfaces":[{"interface":"back","average":{"1min":1.036,"5min":1.0660000000000001,"15min":1.0549999999999999},"min":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.2130000000000001,"5min":1.464,"15min":1.464},"last":1.026},{"interface":"front","average":{"1min":1.0269999999999999,"5min":1.022,"15min":1.018},"min":{"1min":0.84699999999999998,"5min":0.70199999999999996,"15min":0.70199999999999996},"max":{"1min":1.274,"5min":1.5169999999999999,"15min":1.5169999999999999},"last":1.1100000000000001}]},{"osd":6,"last update":"Thu Dec 21 04:56:26 2023","interfaces":[{"interface":"back","average":{"1min":0.97299999999999998,"5min":0.97699999999999998,"15min":0.95899999999999996},"min":{"1min":0.63200000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.2749999999999999,"5min":1.3740000000000001,"15min":1.3740000000000001},"last":1.0029999999999999},{"interface":"front","average":{"1min":1.0669999999999999,"5min":1.097,"15min":1.091},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":1.3109999999999999,"5min":1.8540000000000001,"15min":1.8540000000000001},"last":1.123}]},{"osd":7,"last update":"Thu Dec 21 04:56:40 2023","interfaces":[{"interface":"back","average":{"1min":1.0980000000000001,"5min":1.107,"15min":1.099},"min":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.2809999999999999,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":1.3140000000000001},{"interface":"front","average":{"1min":1.155,"5min":1.169,"15min":1.1519999999999999},"min":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.3220000000000001,"5min":1.5309999999999999,"15min":1.5309999999999999},"last":1.1619999999999999}]}]},{"osd":6,"up_from":30,"seq":128849018925,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297508,"kb_used_data":412,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443548,"statfs":{"total":95990841344,"available":95686193152,"internally_reserved":0,"allocated":421888,"data_stored":163066,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:56:24 2023","interfaces":[{"interface":"back","average":{"1min":0.72299999999999998,"5min":0.752,"15min":0.76400000000000001},"min":{"1min":0.52700000000000002,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.087,"5min":1.105,"15min":1.105},"last":1.1379999999999999},{"interface":"front","average":{"1min":0.79400000000000004,"5min":0.75700000000000001,"15min":0.751},"min":{"1min":0.60299999999999998,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.0529999999999999,"5min":1.141,"15min":1.141},"last":0.65100000000000002}]},{"osd":1,"last update":"Thu Dec 21 04:56:24 2023","interfaces":[{"interface":"back","average":{"1min":0.93400000000000005,"5min":0.85599999999999998,"15min":0.84599999999999997},"min":{"1min":0.754,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.323,"5min":1.323,"15min":1.323},"last":1.03},{"interface":"front","average":{"1min":0.98499999999999999,"5min":0.96299999999999997,"15min":0.96499999999999997},"min":{"1min":0.81200000000000006,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.2190000000000001,"5min":1.226,"15min":1.226},"last":0.97299999999999998}]},{"osd":2,"last update":"Thu Dec 21 04:56:24 2023","interfaces":[{"interface":"back","average":{"1min":0.86699999999999999,"5min":0.91700000000000004,"15min":0.93100000000000005},"min":{"1min":0.70799999999999996,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.1579999999999999,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":1.0589999999999999},{"interface":"front","average":{"1min":0.92500000000000004,"5min":0.89300000000000002,"15min":0.88900000000000001},"min":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.1619999999999999,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":0.80000000000000004}]},{"osd":3,"last update":"Thu Dec 21 04:56:28 2023","interfaces":[{"interface":"back","average":{"1min":0.93300000000000005,"5min":0.88300000000000001,"15min":0.875},"min":{"1min":0.67800000000000005,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.1930000000000001,"5min":1.1930000000000001,"15min":1.1930000000000001},"last":0.83799999999999997},{"interface":"front","average":{"1min":1.081,"5min":1.048,"15min":1.044},"min":{"1min":0.80000000000000004,"5min":0.71199999999999997,"15min":0.71199999999999997},"max":{"1min":1.3120000000000001,"5min":1.506,"15min":1.506},"last":0.88300000000000001}]},{"osd":4,"last update":"Thu Dec 21 04:56:24 2023","interfaces":[{"interface":"back","average":{"1min":0.98299999999999998,"5min":0.96599999999999997,"15min":0.96399999999999997},"min":{"1min":0.76100000000000001,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.1479999999999999,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.86899999999999999},{"interface":"front","average":{"1min":0.97599999999999998,"5min":0.96199999999999997,"15min":0.94999999999999996},"min":{"1min":0.73699999999999999,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.1930000000000001,"5min":1.1930000000000001,"15min":1.1930000000000001},"last":0.94199999999999995}]},{"osd":5,"last update":"Thu Dec 21 04:56:39 2023","interfaces":[{"interface":"back","average":{"1min":1.137,"5min":1.081,"15min":1.079},"min":{"1min":0.91700000000000004,"5min":0.88500000000000001,"15min":0.88500000000000001},"max":{"1min":1.4159999999999999,"5min":1.522,"15min":1.522},"last":1.113},{"interface":"front","average":{"1min":1.171,"5min":1.1459999999999999,"15min":1.1459999999999999},"min":{"1min":0.98999999999999999,"5min":0.76000000000000001,"15min":0.76000000000000001},"max":{"1min":1.3939999999999999,"5min":1.5720000000000001,"15min":1.5720000000000001},"last":1.2090000000000001}]},{"osd":7,"last update":"Thu Dec 21 04:56:43 2023","interfaces":[{"interface":"back","average":{"1min":1.196,"5min":1.1499999999999999,"15min":1.1439999999999999},"min":{"1min":0.96099999999999997,"5min":0.86199999999999999,"15min":0.86199999999999999},"max":{"1min":1.5720000000000001,"5min":1.5720000000000001,"15min":1.5720000000000001},"last":1.1950000000000001},{"interface":"front","average":{"1min":1.2529999999999999,"5min":1.1719999999999999,"15min":1.1519999999999999},"min":{"1min":1.133,"5min":0.94999999999999996,"15min":0.94999999999999996},"max":{"1min":1.4670000000000001,"5min":1.4670000000000001,"15min":1.4670000000000001},"last":1.2589999999999999}]}]},{"osd":3,"up_from":31,"seq":133143986222,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":162751,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:56:29 2023","interfaces":[{"interface":"back","average":{"1min":0.79200000000000004,"5min":0.79100000000000004,"15min":0.78100000000000003},"min":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.036,"5min":1.052,"15min":1.052},"last":0.73999999999999999},{"interface":"front","average":{"1min":0.86599999999999999,"5min":0.83799999999999997,"15min":0.82299999999999995},"min":{"1min":0.69699999999999995,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.1759999999999999,"5min":1.1759999999999999,"15min":1.1759999999999999},"last":0.76900000000000002}]},{"osd":1,"last update":"Thu Dec 21 04:56:29 2023","interfaces":[{"interface":"back","average":{"1min":0.80900000000000005,"5min":0.68100000000000005,"15min":0.64800000000000002},"min":{"1min":0.48699999999999999,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":1.292,"5min":1.292,"15min":1.292},"last":0.63700000000000001},{"interface":"front","average":{"1min":0.77200000000000002,"5min":0.69799999999999995,"15min":0.67000000000000004},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.0049999999999999,"5min":1.145,"15min":1.145},"last":0.57699999999999996}]},{"osd":2,"last update":"Thu Dec 21 04:56:29 2023","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":0.95399999999999996,"15min":0.93999999999999995},"min":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.1910000000000001,"5min":1.337,"15min":1.337},"last":1.01},{"interface":"front","average":{"1min":0.96999999999999997,"5min":0.95399999999999996,"15min":0.93799999999999994},"min":{"1min":0.75,"5min":0.625,"15min":0.625},"max":{"1min":1.153,"5min":1.304,"15min":1.304},"last":1.1379999999999999}]},{"osd":4,"last update":"Thu Dec 21 04:56:29 2023","interfaces":[{"interface":"back","average":{"1min":0.94399999999999995,"5min":0.92100000000000004,"15min":0.90600000000000003},"min":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.173,"5min":1.272,"15min":1.272},"last":0.94899999999999995},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.88100000000000001,"15min":0.86499999999999999},"min":{"1min":0.66300000000000003,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.181,"5min":1.181,"15min":1.181},"last":0.89300000000000002}]},{"osd":5,"last update":"Thu Dec 21 04:56:37 2023","interfaces":[{"interface":"back","average":{"1min":0.90900000000000003,"5min":0.81299999999999994,"15min":0.79700000000000004},"min":{"1min":0.65500000000000003,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.1739999999999999,"5min":1.1819999999999999,"15min":1.1819999999999999},"last":1.0629999999999999},{"interface":"front","average":{"1min":0.92000000000000004,"5min":0.89500000000000002,"15min":0.88700000000000001},"min":{"1min":0.58199999999999996,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":1.3720000000000001,"5min":1.3720000000000001,"15min":1.3720000000000001},"last":0.86799999999999999}]},{"osd":6,"last update":"Thu Dec 21 04:56:29 2023","interfaces":[{"interface":"back","average":{"1min":1.0029999999999999,"5min":0.98499999999999999,"15min":0.97899999999999998},"min":{"1min":0.71999999999999997,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.272,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":1.2150000000000001},{"interface":"front","average":{"1min":1.0680000000000001,"5min":1.0640000000000001,"15min":1.054},"min":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.4239999999999999,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":1.0509999999999999}]},{"osd":7,"last update":"Thu Dec 21 04:56:43 2023","interfaces":[{"interface":"back","average":{"1min":1.052,"5min":0.995,"15min":0.98499999999999999},"min":{"1min":0.64000000000000001,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.339,"5min":1.383,"15min":1.383},"last":0.97799999999999998},{"interface":"front","average":{"1min":1.0609999999999999,"5min":1.034,"15min":1.022},"min":{"1min":0.67000000000000004,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":1.464,"5min":1.464,"15min":1.464},"last":1.089}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-21T04:57:01.569 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-21T04:57:01.569 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-21T04:57:01.569 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-21T04:57:01.570 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph health --format=json 2023-12-21T04:57:02.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:01 smithi079 bash[24931]: audit 2023-12-21T04:57:00.846919+0000 mgr.smithi079.gpuwcc (mgr.14180) 234 : audit [DBG] from='client.24327 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:02.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:01 smithi156 bash[28307]: audit 2023-12-21T04:57:00.846919+0000 mgr.smithi079.gpuwcc (mgr.14180) 234 : audit [DBG] from='client.24327 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:03.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:02 smithi079 bash[24931]: cluster 2023-12-21T04:57:01.709998+0000 mgr.smithi079.gpuwcc (mgr.14180) 235 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:03.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:02 smithi156 bash[28307]: cluster 2023-12-21T04:57:01.709998+0000 mgr.smithi079.gpuwcc (mgr.14180) 235 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:05.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:04 smithi079 bash[24931]: cluster 2023-12-21T04:57:03.710690+0000 mgr.smithi079.gpuwcc (mgr.14180) 236 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:05.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:04 smithi156 bash[28307]: cluster 2023-12-21T04:57:03.710690+0000 mgr.smithi079.gpuwcc (mgr.14180) 236 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:06.355 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/mon.smithi079/config 2023-12-21T04:57:07.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:06 smithi079 bash[24931]: cluster 2023-12-21T04:57:05.711293+0000 mgr.smithi079.gpuwcc (mgr.14180) 237 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:07.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:06 smithi156 bash[28307]: cluster 2023-12-21T04:57:05.711293+0000 mgr.smithi079.gpuwcc (mgr.14180) 237 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:09.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:08 smithi079 bash[24931]: cluster 2023-12-21T04:57:07.711917+0000 mgr.smithi079.gpuwcc (mgr.14180) 238 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:09.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:08 smithi156 bash[28307]: cluster 2023-12-21T04:57:07.711917+0000 mgr.smithi079.gpuwcc (mgr.14180) 238 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:09.242 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:57:09.958 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-21T04:57:09.958 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-21T04:57:09.958 INFO:tasks.cephadm:Setup complete, yielding 2023-12-21T04:57:09.959 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-21T04:57:09.968 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi079.front.sepia.ceph.com 2023-12-21T04:57:09.968 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- bash -c 'ceph orch status' 2023-12-21T04:57:10.167 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:09 smithi079 bash[24931]: audit 2023-12-21T04:57:09.243360+0000 mon.smithi079 (mon.0) 620 : audit [DBG] from='client.? 172.21.15.79:0/144409759' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-21T04:57:10.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:09 smithi156 bash[28307]: audit 2023-12-21T04:57:09.243360+0000 mon.smithi079 (mon.0) 620 : audit [DBG] from='client.? 172.21.15.79:0/144409759' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-21T04:57:11.165 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:10 smithi079 bash[24931]: cluster 2023-12-21T04:57:09.712473+0000 mgr.smithi079.gpuwcc (mgr.14180) 239 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:11.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:10 smithi156 bash[28307]: cluster 2023-12-21T04:57:09.712473+0000 mgr.smithi079.gpuwcc (mgr.14180) 239 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:13.013 INFO:teuthology.orchestra.run.smithi079.stdout:Backend: cephadm 2023-12-21T04:57:13.013 INFO:teuthology.orchestra.run.smithi079.stdout:Available: Yes 2023-12-21T04:57:13.013 INFO:teuthology.orchestra.run.smithi079.stdout:Paused: No 2023-12-21T04:57:13.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:12 smithi079 bash[24931]: cluster 2023-12-21T04:57:11.713099+0000 mgr.smithi079.gpuwcc (mgr.14180) 240 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:13.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:12 smithi156 bash[28307]: cluster 2023-12-21T04:57:11.713099+0000 mgr.smithi079.gpuwcc (mgr.14180) 240 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:13.745 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-21T04:57:14.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:13 smithi079 bash[24931]: audit 2023-12-21T04:57:13.009063+0000 mgr.smithi079.gpuwcc (mgr.14180) 241 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:57:14.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:13 smithi156 bash[28307]: audit 2023-12-21T04:57:13.009063+0000 mgr.smithi079.gpuwcc (mgr.14180) 241 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:57:15.147 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:14 smithi079 bash[24931]: cluster 2023-12-21T04:57:13.713608+0000 mgr.smithi079.gpuwcc (mgr.14180) 242 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:15.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:14 smithi156 bash[28307]: cluster 2023-12-21T04:57:13.713608+0000 mgr.smithi079.gpuwcc (mgr.14180) 242 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:16.848 INFO:teuthology.orchestra.run.smithi079.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-21T04:57:16.848 INFO:teuthology.orchestra.run.smithi079.stdout:alertmanager.smithi079 smithi079 *:9093,9094 running (5m) 38s ago 6m 12.0M - 0.23.0 ba2b418f427c ebd41b964a2b 2023-12-21T04:57:16.848 INFO:teuthology.orchestra.run.smithi079.stdout:crash.smithi079 smithi079 running (6m) 38s ago 6m 6932k - 16.2.14-413-g639f0137 19e6b2dc6c74 24c3be90b0b1 2023-12-21T04:57:16.849 INFO:teuthology.orchestra.run.smithi079.stdout:crash.smithi156 smithi156 running (5m) 39s ago 5m 7063k - 16.2.14-413-g639f0137 19e6b2dc6c74 c60f34625518 2023-12-21T04:57:16.849 INFO:teuthology.orchestra.run.smithi079.stdout:grafana.smithi079 smithi079 *:3000 running (5m) 38s ago 6m 40.6M - 8.3.5 dad864ee21e9 50d0603b8316 2023-12-21T04:57:16.849 INFO:teuthology.orchestra.run.smithi079.stdout:mgr.smithi079.gpuwcc smithi079 *:9283 running (8m) 38s ago 8m 426M - 16.2.14-413-g639f0137 19e6b2dc6c74 e7acd0f65839 2023-12-21T04:57:16.849 INFO:teuthology.orchestra.run.smithi079.stdout:mgr.smithi156.purgrq smithi156 *:8443,9283 running (5m) 39s ago 5m 374M - 16.2.14-413-g639f0137 19e6b2dc6c74 e99e4742d2bb 2023-12-21T04:57:16.849 INFO:teuthology.orchestra.run.smithi079.stdout:mon.smithi079 smithi079 running (8m) 38s ago 8m 59.8M 2048M 16.2.14-413-g639f0137 19e6b2dc6c74 337b123773ea 2023-12-21T04:57:16.849 INFO:teuthology.orchestra.run.smithi079.stdout:mon.smithi156 smithi156 running (5m) 39s ago 5m 59.0M 2048M 16.2.14-413-g639f0137 19e6b2dc6c74 831745b1859e 2023-12-21T04:57:16.849 INFO:teuthology.orchestra.run.smithi079.stdout:node-exporter.smithi079 smithi079 *:9100 running (6m) 38s ago 6m 9807k - 1.3.1 1dbe0e931976 6322e49f68b9 2023-12-21T04:57:16.849 INFO:teuthology.orchestra.run.smithi079.stdout:node-exporter.smithi156 smithi156 *:9100 running (5m) 39s ago 5m 10.6M - 1.3.1 1dbe0e931976 6d7893574800 2023-12-21T04:57:16.849 INFO:teuthology.orchestra.run.smithi079.stdout:osd.0 smithi156 running (4m) 39s ago 4m 35.3M 4028M 16.2.14-413-g639f0137 19e6b2dc6c74 e894976df414 2023-12-21T04:57:16.849 INFO:teuthology.orchestra.run.smithi079.stdout:osd.1 smithi079 running (4m) 38s ago 4m 33.0M 3260M 16.2.14-413-g639f0137 19e6b2dc6c74 03edf24cab22 2023-12-21T04:57:16.849 INFO:teuthology.orchestra.run.smithi079.stdout:osd.2 smithi156 running (4m) 39s ago 4m 34.7M 4028M 16.2.14-413-g639f0137 19e6b2dc6c74 f0781a3b9045 2023-12-21T04:57:16.849 INFO:teuthology.orchestra.run.smithi079.stdout:osd.3 smithi079 running (4m) 38s ago 4m 33.0M 3260M 16.2.14-413-g639f0137 19e6b2dc6c74 86740f9238b1 2023-12-21T04:57:16.849 INFO:teuthology.orchestra.run.smithi079.stdout:osd.4 smithi156 running (4m) 39s ago 4m 32.8M 4028M 16.2.14-413-g639f0137 19e6b2dc6c74 384e9e964568 2023-12-21T04:57:16.850 INFO:teuthology.orchestra.run.smithi079.stdout:osd.5 smithi079 running (3m) 38s ago 4m 32.2M 3260M 16.2.14-413-g639f0137 19e6b2dc6c74 38f50627ff4a 2023-12-21T04:57:16.850 INFO:teuthology.orchestra.run.smithi079.stdout:osd.6 smithi156 running (4m) 39s ago 4m 32.6M 4028M 16.2.14-413-g639f0137 19e6b2dc6c74 3c4a8f2c182a 2023-12-21T04:57:16.850 INFO:teuthology.orchestra.run.smithi079.stdout:osd.7 smithi079 running (3m) 38s ago 3m 33.0M 3260M 16.2.14-413-g639f0137 19e6b2dc6c74 37e9a5a6ad43 2023-12-21T04:57:16.850 INFO:teuthology.orchestra.run.smithi079.stdout:prometheus.smithi079 smithi079 *:9095 running (5m) 38s ago 6m 53.5M - 2.33.4 514e6a882f6e 950cff07441c 2023-12-21T04:57:17.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:16 smithi079 bash[24931]: cluster 2023-12-21T04:57:15.714192+0000 mgr.smithi079.gpuwcc (mgr.14180) 243 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:17.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:16 smithi156 bash[28307]: cluster 2023-12-21T04:57:15.714192+0000 mgr.smithi079.gpuwcc (mgr.14180) 243 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:17.581 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-21T04:57:18.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:17 smithi079 bash[24931]: audit 2023-12-21T04:57:16.830518+0000 mgr.smithi079.gpuwcc (mgr.14180) 244 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:57:18.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:17 smithi156 bash[28307]: audit 2023-12-21T04:57:16.830518+0000 mgr.smithi079.gpuwcc (mgr.14180) 244 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:57:18.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:18 smithi079 bash[24931]: cluster 2023-12-21T04:57:17.714788+0000 mgr.smithi079.gpuwcc (mgr.14180) 245 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:19.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:18 smithi156 bash[28307]: cluster 2023-12-21T04:57:17.714788+0000 mgr.smithi079.gpuwcc (mgr.14180) 245 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:20.630 INFO:teuthology.orchestra.run.smithi079.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-21T04:57:20.630 INFO:teuthology.orchestra.run.smithi079.stdout:alertmanager ?:9093,9094 1/1 42s ago 7m count:1 2023-12-21T04:57:20.630 INFO:teuthology.orchestra.run.smithi079.stdout:crash 2/2 43s ago 7m * 2023-12-21T04:57:20.631 INFO:teuthology.orchestra.run.smithi079.stdout:grafana ?:3000 1/1 42s ago 7m count:1 2023-12-21T04:57:20.631 INFO:teuthology.orchestra.run.smithi079.stdout:mgr 2/2 43s ago 7m count:2 2023-12-21T04:57:20.631 INFO:teuthology.orchestra.run.smithi079.stdout:mon 2/2 43s ago 6m smithi079:172.21.15.79=smithi079;smithi156:172.21.15.156=smithi156;count:2 2023-12-21T04:57:20.631 INFO:teuthology.orchestra.run.smithi079.stdout:node-exporter ?:9100 2/2 43s ago 7m * 2023-12-21T04:57:20.631 INFO:teuthology.orchestra.run.smithi079.stdout:osd.all-available-devices 8 43s ago 5m * 2023-12-21T04:57:20.631 INFO:teuthology.orchestra.run.smithi079.stdout:prometheus ?:9095 1/1 42s ago 7m count:1 2023-12-21T04:57:20.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:20 smithi079 bash[24931]: cluster 2023-12-21T04:57:19.715386+0000 mgr.smithi079.gpuwcc (mgr.14180) 246 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:21.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:20 smithi156 bash[28307]: cluster 2023-12-21T04:57:19.715386+0000 mgr.smithi079.gpuwcc (mgr.14180) 246 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:21.372 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-21T04:57:22.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:21 smithi079 bash[24931]: audit 2023-12-21T04:57:20.622022+0000 mgr.smithi079.gpuwcc (mgr.14180) 247 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:57:22.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:21 smithi156 bash[28307]: audit 2023-12-21T04:57:20.622022+0000 mgr.smithi079.gpuwcc (mgr.14180) 247 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:57:23.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:22 smithi079 bash[24931]: cluster 2023-12-21T04:57:21.715984+0000 mgr.smithi079.gpuwcc (mgr.14180) 248 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:23.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:22 smithi156 bash[28307]: cluster 2023-12-21T04:57:21.715984+0000 mgr.smithi079.gpuwcc (mgr.14180) 248 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:24.378 INFO:teuthology.orchestra.run.smithi079.stdout:HOST ADDR LABELS STATUS 2023-12-21T04:57:24.378 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 172.21.15.79 2023-12-21T04:57:24.378 INFO:teuthology.orchestra.run.smithi079.stdout:smithi156 172.21.15.156 2023-12-21T04:57:24.378 INFO:teuthology.orchestra.run.smithi079.stdout:2 hosts in cluster 2023-12-21T04:57:25.121 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-21T04:57:25.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:24 smithi079 bash[24931]: cluster 2023-12-21T04:57:23.716590+0000 mgr.smithi079.gpuwcc (mgr.14180) 249 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:25.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:24 smithi156 bash[28307]: cluster 2023-12-21T04:57:23.716590+0000 mgr.smithi079.gpuwcc (mgr.14180) 249 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:26.202 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:25 smithi079 bash[24931]: audit 2023-12-21T04:57:24.376991+0000 mgr.smithi079.gpuwcc (mgr.14180) 250 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:57:26.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:25 smithi156 bash[28307]: audit 2023-12-21T04:57:24.376991+0000 mgr.smithi079.gpuwcc (mgr.14180) 250 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:57:27.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:26 smithi079 bash[24931]: cluster 2023-12-21T04:57:25.716982+0000 mgr.smithi079.gpuwcc (mgr.14180) 251 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:27.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:26 smithi156 bash[28307]: cluster 2023-12-21T04:57:25.716982+0000 mgr.smithi079.gpuwcc (mgr.14180) 251 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:28.131 INFO:teuthology.orchestra.run.smithi079.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-21T04:57:28.131 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT6204013G400BGN 372G 3m ago LVM detected, locked 2023-12-21T04:57:28.131 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 /dev/nvme1n1 ssd Linux_4654efaad711165db6c6 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:57:28.132 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 /dev/nvme2n1 ssd Linux_e90757b5d1b9f48f478b 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:57:28.132 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 /dev/nvme3n1 ssd Linux_7be800ebe5e6deb9c4b8 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:57:28.132 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 /dev/nvme4n1 ssd Linux_4d91e9dd0ac26cf4bbb9 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:57:28.132 INFO:teuthology.orchestra.run.smithi079.stdout:smithi156 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB74760040480DGN 447G 3m ago LVM detected, locked 2023-12-21T04:57:28.132 INFO:teuthology.orchestra.run.smithi079.stdout:smithi156 /dev/nvme1n1 ssd Linux_dd7cdffd9ae1fd775e1f 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:57:28.132 INFO:teuthology.orchestra.run.smithi079.stdout:smithi156 /dev/nvme2n1 ssd Linux_1dd19379284f9614bb54 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:57:28.132 INFO:teuthology.orchestra.run.smithi079.stdout:smithi156 /dev/nvme3n1 ssd Linux_5a116feb19c19a725e41 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:57:28.132 INFO:teuthology.orchestra.run.smithi079.stdout:smithi156 /dev/nvme4n1 ssd Linux_31db6f0912046e3fd508 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:57:28.909 INFO:teuthology.run_tasks:Running task vip... 2023-12-21T04:57:28.919 INFO:tasks.vip:Allocating static IPs for each host... 2023-12-21T04:57:28.919 INFO:tasks.vip:peername 172.21.15.79 2023-12-21T04:57:28.922 INFO:tasks.vip:172.21.15.79 in 172.21.0.0/20, pos 3918 2023-12-21T04:57:28.926 INFO:tasks.vip:smithi079.front.sepia.ceph.com static 10.0.15.79, vnet 10.0.0.0/16 2023-12-21T04:57:28.926 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-12-21T04:57:28.927 DEBUG:teuthology.orchestra.run.smithi079:> sudo ip route ls 2023-12-21T04:57:28.942 INFO:teuthology.orchestra.run.smithi079.stdout:default via 172.21.15.254 dev enp3s0f1 2023-12-21T04:57:28.942 INFO:teuthology.orchestra.run.smithi079.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.79 metric 100 2023-12-21T04:57:28.942 INFO:teuthology.orchestra.run.smithi079.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-21T04:57:28.942 INFO:teuthology.orchestra.run.smithi079.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.79 2023-12-21T04:57:28.942 INFO:teuthology.orchestra.run.smithi079.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.79 metric 100 2023-12-21T04:57:28.943 INFO:tasks.vip:Configuring 10.0.15.79 on smithi079.front.sepia.ceph.com iface enp3s0f1... 2023-12-21T04:57:28.943 DEBUG:teuthology.orchestra.run.smithi079:> sudo ip addr add 10.0.15.79/16 dev enp3s0f1 2023-12-21T04:57:29.000 INFO:tasks.vip:peername 172.21.15.156 2023-12-21T04:57:29.002 INFO:tasks.vip:172.21.15.156 in 172.21.0.0/20, pos 3995 2023-12-21T04:57:29.006 INFO:tasks.vip:smithi156.front.sepia.ceph.com static 10.0.15.156, vnet 10.0.0.0/16 2023-12-21T04:57:29.006 DEBUG:teuthology.orchestra.run.smithi156:> sudo ip route ls 2023-12-21T04:57:29.021 INFO:teuthology.orchestra.run.smithi156.stdout:default via 172.21.15.254 dev enp3s0f1 2023-12-21T04:57:29.021 INFO:teuthology.orchestra.run.smithi156.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.156 metric 100 2023-12-21T04:57:29.021 INFO:teuthology.orchestra.run.smithi156.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-21T04:57:29.021 INFO:teuthology.orchestra.run.smithi156.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.156 2023-12-21T04:57:29.021 INFO:teuthology.orchestra.run.smithi156.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.156 metric 100 2023-12-21T04:57:29.022 INFO:tasks.vip:Configuring 10.0.15.156 on smithi156.front.sepia.ceph.com iface enp3s0f1... 2023-12-21T04:57:29.022 DEBUG:teuthology.orchestra.run.smithi156:> sudo ip addr add 10.0.15.156/16 dev enp3s0f1 2023-12-21T04:57:29.079 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-21T04:57:29.086 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi079.front.sepia.ceph.com 2023-12-21T04:57:29.087 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2023-12-21T04:57:29.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:28 smithi079 bash[24931]: cluster 2023-12-21T04:57:27.717485+0000 mgr.smithi079.gpuwcc (mgr.14180) 252 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:29.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:28 smithi156 bash[28307]: cluster 2023-12-21T04:57:27.717485+0000 mgr.smithi079.gpuwcc (mgr.14180) 252 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:30.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:29 smithi079 bash[24931]: audit 2023-12-21T04:57:28.123133+0000 mgr.smithi079.gpuwcc (mgr.14180) 253 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:57:30.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:29 smithi156 bash[28307]: audit 2023-12-21T04:57:28.123133+0000 mgr.smithi079.gpuwcc (mgr.14180) 253 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:57:31.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:30 smithi079 bash[24931]: cluster 2023-12-21T04:57:29.717995+0000 mgr.smithi079.gpuwcc (mgr.14180) 254 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:31.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:30 smithi156 bash[28307]: cluster 2023-12-21T04:57:29.717995+0000 mgr.smithi079.gpuwcc (mgr.14180) 254 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:32.127 INFO:teuthology.orchestra.run.smithi079.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-21T04:57:32.127 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT6204013G400BGN 372G 3m ago LVM detected, locked 2023-12-21T04:57:32.127 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 /dev/nvme1n1 ssd Linux_4654efaad711165db6c6 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:57:32.128 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 /dev/nvme2n1 ssd Linux_e90757b5d1b9f48f478b 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:57:32.128 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 /dev/nvme3n1 ssd Linux_7be800ebe5e6deb9c4b8 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:57:32.128 INFO:teuthology.orchestra.run.smithi079.stdout:smithi079 /dev/nvme4n1 ssd Linux_4d91e9dd0ac26cf4bbb9 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:57:32.128 INFO:teuthology.orchestra.run.smithi079.stdout:smithi156 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB74760040480DGN 447G 3m ago LVM detected, locked 2023-12-21T04:57:32.128 INFO:teuthology.orchestra.run.smithi079.stdout:smithi156 /dev/nvme1n1 ssd Linux_dd7cdffd9ae1fd775e1f 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:57:32.128 INFO:teuthology.orchestra.run.smithi079.stdout:smithi156 /dev/nvme2n1 ssd Linux_1dd19379284f9614bb54 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:57:32.128 INFO:teuthology.orchestra.run.smithi079.stdout:smithi156 /dev/nvme3n1 ssd Linux_5a116feb19c19a725e41 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:57:32.128 INFO:teuthology.orchestra.run.smithi079.stdout:smithi156 /dev/nvme4n1 ssd Linux_31db6f0912046e3fd508 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:57:32.807 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-21T04:57:32.816 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi079.front.sepia.ceph.com 2023-12-21T04:57:32.816 DEBUG:teuthology.orchestra.run.smithi079:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-21T04:57:32.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ systemctl stop nfs-server 2023-12-21T04:57:32.968 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi156.front.sepia.ceph.com 2023-12-21T04:57:32.969 DEBUG:teuthology.orchestra.run.smithi156:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-21T04:57:32.984 INFO:teuthology.orchestra.run.smithi156.stderr:+ systemctl stop nfs-server 2023-12-21T04:57:33.108 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-21T04:57:33.117 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi079.front.sepia.ceph.com 2023-12-21T04:57:33.117 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-12-21T04:57:33.130 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:32 smithi079 bash[24931]: cluster 2023-12-21T04:57:31.718628+0000 mgr.smithi079.gpuwcc (mgr.14180) 255 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:33.130 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:32 smithi079 bash[24931]: audit 2023-12-21T04:57:32.168805+0000 mon.smithi079 (mon.0) 621 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:57:33.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:32 smithi156 bash[28307]: cluster 2023-12-21T04:57:31.718628+0000 mgr.smithi079.gpuwcc (mgr.14180) 255 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:33.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:32 smithi156 bash[28307]: audit 2023-12-21T04:57:32.168805+0000 mon.smithi079 (mon.0) 621 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:57:34.181 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:33 smithi079 bash[24931]: audit 2023-12-21T04:57:32.119286+0000 mgr.smithi079.gpuwcc (mgr.14180) 256 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:57:34.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:33 smithi156 bash[28307]: audit 2023-12-21T04:57:32.119286+0000 mgr.smithi079.gpuwcc (mgr.14180) 256 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:57:35.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:34 smithi079 bash[24931]: cluster 2023-12-21T04:57:33.719151+0000 mgr.smithi079.gpuwcc (mgr.14180) 257 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:35.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:34 smithi156 bash[28307]: cluster 2023-12-21T04:57:33.719151+0000 mgr.smithi079.gpuwcc (mgr.14180) 257 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:37.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:36 smithi079 bash[24931]: cluster 2023-12-21T04:57:35.719740+0000 mgr.smithi079.gpuwcc (mgr.14180) 258 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:37.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:36 smithi079 bash[24931]: audit 2023-12-21T04:57:36.399495+0000 mon.smithi079 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-21T04:57:37.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:36 smithi156 bash[28307]: cluster 2023-12-21T04:57:35.719740+0000 mgr.smithi079.gpuwcc (mgr.14180) 258 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:37.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:36 smithi156 bash[28307]: audit 2023-12-21T04:57:36.399495+0000 mon.smithi079 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-21T04:57:38.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:37 smithi079 bash[24931]: audit 2023-12-21T04:57:36.398545+0000 mgr.smithi079.gpuwcc (mgr.14180) 259 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:57:38.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:37 smithi079 bash[24931]: audit 2023-12-21T04:57:36.974716+0000 mon.smithi079 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-21T04:57:38.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:37 smithi079 bash[24931]: cluster 2023-12-21T04:57:36.974794+0000 mon.smithi079 (mon.0) 624 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-21T04:57:38.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:37 smithi079 bash[24931]: audit 2023-12-21T04:57:36.977692+0000 mon.smithi079 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-21T04:57:38.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:37 smithi079 bash[24931]: audit 2023-12-21T04:57:37.646455+0000 mon.smithi079 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:57:38.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:37 smithi079 bash[24931]: debug 2023-12-21T04:57:37.993+0000 7f09d3641700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-21T04:57:38.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:37 smithi156 bash[28307]: audit 2023-12-21T04:57:36.398545+0000 mgr.smithi079.gpuwcc (mgr.14180) 259 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:57:38.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:37 smithi156 bash[28307]: audit 2023-12-21T04:57:36.974716+0000 mon.smithi079 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-21T04:57:38.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:37 smithi156 bash[28307]: cluster 2023-12-21T04:57:36.974794+0000 mon.smithi079 (mon.0) 624 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-21T04:57:38.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:37 smithi156 bash[28307]: audit 2023-12-21T04:57:36.977692+0000 mon.smithi079 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-21T04:57:38.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:37 smithi156 bash[28307]: audit 2023-12-21T04:57:37.646455+0000 mon.smithi079 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:57:38.867 INFO:teuthology.run_tasks:Running task cephadm.apply... 2023-12-21T04:57:38.877 INFO:tasks.cephadm:Applying spec(s): 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: '10.0.31.79/16' 2023-12-21T04:57:38.877 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch apply -i - 2023-12-21T04:57:39.121 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:38 smithi079 bash[24931]: cluster 2023-12-21T04:57:37.720258+0000 mgr.smithi079.gpuwcc (mgr.14180) 260 : cluster [DBG] pgmap v236: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:39.121 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:38 smithi079 bash[24931]: audit 2023-12-21T04:57:37.981056+0000 mon.smithi079 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-21T04:57:39.121 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:38 smithi079 bash[24931]: cluster 2023-12-21T04:57:37.981714+0000 mon.smithi079 (mon.0) 628 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-21T04:57:39.121 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:38 smithi079 bash[24931]: audit 2023-12-21T04:57:37.996192+0000 mon.smithi079 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-21T04:57:39.121 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:38 smithi079 bash[24931]: cluster 2023-12-21T04:57:37.997986+0000 mon.smithi079 (mon.0) 630 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-21T04:57:39.121 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:38 smithi079 bash[24931]: cluster 2023-12-21T04:57:37.998186+0000 mon.smithi079 (mon.0) 631 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-21T04:57:39.121 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:38 smithi079 bash[24931]: cluster 2023-12-21T04:57:38.011695+0000 mon.smithi079 (mon.0) 632 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-21T04:57:39.121 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:38 smithi079 bash[24931]: audit 2023-12-21T04:57:38.011839+0000 mon.smithi079 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-21T04:57:39.121 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:38 smithi079 bash[24931]: cluster 2023-12-21T04:57:38.012011+0000 mon.smithi079 (mon.0) 634 : cluster [DBG] fsmap foofs:0 2023-12-21T04:57:39.121 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:38 smithi079 bash[24931]: cephadm 2023-12-21T04:57:38.015054+0000 mgr.smithi079.gpuwcc (mgr.14180) 261 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-12-21T04:57:39.122 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:38 smithi079 bash[24931]: audit 2023-12-21T04:57:38.018288+0000 mon.smithi079 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:57:39.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:38 smithi156 bash[28307]: cluster 2023-12-21T04:57:37.720258+0000 mgr.smithi079.gpuwcc (mgr.14180) 260 : cluster [DBG] pgmap v236: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:39.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:38 smithi156 bash[28307]: audit 2023-12-21T04:57:37.981056+0000 mon.smithi079 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-21T04:57:39.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:38 smithi156 bash[28307]: cluster 2023-12-21T04:57:37.981714+0000 mon.smithi079 (mon.0) 628 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-21T04:57:39.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:38 smithi156 bash[28307]: audit 2023-12-21T04:57:37.996192+0000 mon.smithi079 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-21T04:57:39.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:38 smithi156 bash[28307]: cluster 2023-12-21T04:57:37.997986+0000 mon.smithi079 (mon.0) 630 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-21T04:57:39.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:38 smithi156 bash[28307]: cluster 2023-12-21T04:57:37.998186+0000 mon.smithi079 (mon.0) 631 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-21T04:57:39.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:38 smithi156 bash[28307]: cluster 2023-12-21T04:57:38.011695+0000 mon.smithi079 (mon.0) 632 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-21T04:57:39.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:38 smithi156 bash[28307]: audit 2023-12-21T04:57:38.011839+0000 mon.smithi079 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-21T04:57:39.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:38 smithi156 bash[28307]: cluster 2023-12-21T04:57:38.012011+0000 mon.smithi079 (mon.0) 634 : cluster [DBG] fsmap foofs:0 2023-12-21T04:57:39.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:38 smithi156 bash[28307]: cephadm 2023-12-21T04:57:38.015054+0000 mgr.smithi079.gpuwcc (mgr.14180) 261 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-12-21T04:57:39.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:38 smithi156 bash[28307]: audit 2023-12-21T04:57:38.018288+0000 mon.smithi079 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:57:40.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:40 smithi079 bash[24931]: cluster 2023-12-21T04:57:39.010785+0000 mon.smithi079 (mon.0) 636 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-21T04:57:40.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:40 smithi079 bash[24931]: audit 2023-12-21T04:57:39.141967+0000 mon.smithi079 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:57:40.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:40 smithi156 bash[28307]: cluster 2023-12-21T04:57:39.010785+0000 mon.smithi079 (mon.0) 636 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-21T04:57:40.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:40 smithi156 bash[28307]: audit 2023-12-21T04:57:39.141967+0000 mon.smithi079 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:57:41.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:41 smithi079 bash[24931]: cluster 2023-12-21T04:57:39.720882+0000 mgr.smithi079.gpuwcc (mgr.14180) 262 : cluster [DBG] pgmap v240: 65 pgs: 64 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:41.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:41 smithi079 bash[24931]: cluster 2023-12-21T04:57:40.020387+0000 mon.smithi079 (mon.0) 638 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-21T04:57:41.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:41 smithi156 bash[28307]: cluster 2023-12-21T04:57:39.720882+0000 mgr.smithi079.gpuwcc (mgr.14180) 262 : cluster [DBG] pgmap v240: 65 pgs: 64 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:41.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:41 smithi156 bash[28307]: cluster 2023-12-21T04:57:40.020387+0000 mon.smithi079 (mon.0) 638 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-21T04:57:41.995 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled nfs.foo update... 2023-12-21T04:57:41.995 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled ingress.nfs.foo update... 2023-12-21T04:57:42.733 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-21T04:57:42.742 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-12-21T04:57:42.743 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:57:43.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:42 smithi079 bash[24931]: cluster 2023-12-21T04:57:41.721696+0000 mgr.smithi079.gpuwcc (mgr.14180) 263 : cluster [DBG] pgmap v242: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:43.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:42 smithi079 bash[24931]: audit 2023-12-21T04:57:41.972942+0000 mgr.smithi079.gpuwcc (mgr.14180) 264 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:57:43.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:42 smithi079 bash[24931]: cephadm 2023-12-21T04:57:41.983727+0000 mgr.smithi079.gpuwcc (mgr.14180) 265 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-12-21T04:57:43.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:42 smithi079 bash[24931]: audit 2023-12-21T04:57:41.990182+0000 mon.smithi079 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:57:43.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:42 smithi079 bash[24931]: cephadm 2023-12-21T04:57:41.991308+0000 mgr.smithi079.gpuwcc (mgr.14180) 266 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-21T04:57:43.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:42 smithi079 bash[24931]: audit 2023-12-21T04:57:41.995399+0000 mon.smithi079 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:57:43.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:42 smithi156 bash[28307]: cluster 2023-12-21T04:57:41.721696+0000 mgr.smithi079.gpuwcc (mgr.14180) 263 : cluster [DBG] pgmap v242: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:43.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:42 smithi156 bash[28307]: audit 2023-12-21T04:57:41.972942+0000 mgr.smithi079.gpuwcc (mgr.14180) 264 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:57:43.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:42 smithi156 bash[28307]: cephadm 2023-12-21T04:57:41.983727+0000 mgr.smithi079.gpuwcc (mgr.14180) 265 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-12-21T04:57:43.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:42 smithi156 bash[28307]: audit 2023-12-21T04:57:41.990182+0000 mon.smithi079 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:57:43.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:42 smithi156 bash[28307]: cephadm 2023-12-21T04:57:41.991308+0000 mgr.smithi079.gpuwcc (mgr.14180) 266 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-21T04:57:43.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:42 smithi156 bash[28307]: audit 2023-12-21T04:57:41.995399+0000 mon.smithi079 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:57:45.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:44 smithi156 bash[28307]: cluster 2023-12-21T04:57:43.722124+0000 mgr.smithi079.gpuwcc (mgr.14180) 267 : cluster [DBG] pgmap v243: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:45.526 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:44 smithi079 bash[24931]: cluster 2023-12-21T04:57:43.722124+0000 mgr.smithi079.gpuwcc (mgr.14180) 267 : cluster [DBG] pgmap v243: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:46.536 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:57:46.536 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:57:39.132229Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:57:37.636097Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:57:39.132560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:57:41.995655Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:57:37.636398Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:57:37.636569Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:57:37.636731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:57:37.636903Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:57:39.132886Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:57:47.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:46 smithi079 bash[24931]: cluster 2023-12-21T04:57:45.722925+0000 mgr.smithi079.gpuwcc (mgr.14180) 268 : cluster [DBG] pgmap v244: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:47.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:46 smithi156 bash[28307]: cluster 2023-12-21T04:57:45.722925+0000 mgr.smithi079.gpuwcc (mgr.14180) 268 : cluster [DBG] pgmap v244: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:47.815 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-21T04:57:48.194 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:48 smithi079 bash[24931]: audit 2023-12-21T04:57:46.532231+0000 mgr.smithi079.gpuwcc (mgr.14180) 269 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:48.194 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:48 smithi079 bash[24931]: audit 2023-12-21T04:57:47.427865+0000 mon.smithi079 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:57:48.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:48 smithi156 bash[28307]: audit 2023-12-21T04:57:46.532231+0000 mgr.smithi079.gpuwcc (mgr.14180) 269 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:48.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:48 smithi156 bash[28307]: audit 2023-12-21T04:57:47.427865+0000 mon.smithi079 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:57:48.816 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:57:49.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:49 smithi079 bash[24931]: cluster 2023-12-21T04:57:47.723684+0000 mgr.smithi079.gpuwcc (mgr.14180) 270 : cluster [DBG] pgmap v245: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:49.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:49 smithi156 bash[28307]: cluster 2023-12-21T04:57:47.723684+0000 mgr.smithi079.gpuwcc (mgr.14180) 270 : cluster [DBG] pgmap v245: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:51.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:50 smithi079 bash[24931]: cluster 2023-12-21T04:57:49.724139+0000 mgr.smithi079.gpuwcc (mgr.14180) 271 : cluster [DBG] pgmap v246: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:51.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:50 smithi079 bash[24931]: audit 2023-12-21T04:57:49.826223+0000 mon.smithi079 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:57:51.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:50 smithi156 bash[28307]: cluster 2023-12-21T04:57:49.724139+0000 mgr.smithi079.gpuwcc (mgr.14180) 271 : cluster [DBG] pgmap v246: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:51.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:50 smithi156 bash[28307]: audit 2023-12-21T04:57:49.826223+0000 mon.smithi079 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:57:52.541 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:57:52.542 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:57:39.132229Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:57:37.636097Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:57:39.132560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:57:41.995655Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:57:37.636398Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:57:37.636569Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:57:37.636731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:57:37.636903Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:57:39.132886Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:57:52.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:52 smithi079 bash[24931]: cluster 2023-12-21T04:57:51.725189+0000 mgr.smithi079.gpuwcc (mgr.14180) 272 : cluster [DBG] pgmap v247: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:52.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:52 smithi079 bash[24931]: audit 2023-12-21T04:57:51.837484+0000 mon.smithi079 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:57:52.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:52 smithi079 bash[24931]: audit 2023-12-21T04:57:52.122311+0000 mon.smithi079 (mon.0) 644 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:52.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:52 smithi079 bash[24931]: audit 2023-12-21T04:57:52.123623+0000 mon.smithi079 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:57:52.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:52 smithi079 bash[24931]: audit 2023-12-21T04:57:52.132085+0000 mon.smithi079 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:57:52.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:52 smithi079 bash[24931]: audit 2023-12-21T04:57:52.141299+0000 mon.smithi079 (mon.0) 647 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:57:52.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:52 smithi079 bash[24931]: audit 2023-12-21T04:57:52.160761+0000 mon.smithi079 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:57:52.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:52 smithi079 bash[24931]: audit 2023-12-21T04:57:52.162095+0000 mon.smithi079 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi156.ojyawe", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-21T04:57:52.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:52 smithi079 bash[24931]: audit 2023-12-21T04:57:52.166284+0000 mon.smithi079 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi156.ojyawe", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-21T04:57:52.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:52 smithi079 bash[24931]: audit 2023-12-21T04:57:52.167459+0000 mon.smithi079 (mon.0) 651 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:53.205 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-21T04:57:53.206 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:52 smithi156 bash[28307]: cluster 2023-12-21T04:57:51.725189+0000 mgr.smithi079.gpuwcc (mgr.14180) 272 : cluster [DBG] pgmap v247: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:53.206 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:52 smithi156 bash[28307]: audit 2023-12-21T04:57:51.837484+0000 mon.smithi079 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:57:53.206 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:52 smithi156 bash[28307]: audit 2023-12-21T04:57:52.122311+0000 mon.smithi079 (mon.0) 644 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:53.206 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:52 smithi156 bash[28307]: audit 2023-12-21T04:57:52.123623+0000 mon.smithi079 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:57:53.206 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:52 smithi156 bash[28307]: audit 2023-12-21T04:57:52.132085+0000 mon.smithi079 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:57:53.206 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:52 smithi156 bash[28307]: audit 2023-12-21T04:57:52.141299+0000 mon.smithi079 (mon.0) 647 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:57:53.206 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:52 smithi156 bash[28307]: audit 2023-12-21T04:57:52.160761+0000 mon.smithi079 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:57:53.206 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:52 smithi156 bash[28307]: audit 2023-12-21T04:57:52.162095+0000 mon.smithi079 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi156.ojyawe", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-21T04:57:53.206 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:52 smithi156 bash[28307]: audit 2023-12-21T04:57:52.166284+0000 mon.smithi079 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi156.ojyawe", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-21T04:57:53.207 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:52 smithi156 bash[28307]: audit 2023-12-21T04:57:52.167459+0000 mon.smithi079 (mon.0) 651 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:54.206 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:57:54.218 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:53 smithi079 bash[24931]: cephadm 2023-12-21T04:57:52.168534+0000 mgr.smithi079.gpuwcc (mgr.14180) 273 : cephadm [INF] Deploying daemon mds.foofs.smithi156.ojyawe on smithi156 2023-12-21T04:57:54.218 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:53 smithi079 bash[24931]: audit 2023-12-21T04:57:52.536929+0000 mgr.smithi079.gpuwcc (mgr.14180) 274 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:54.220 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:53 smithi156 bash[28307]: cephadm 2023-12-21T04:57:52.168534+0000 mgr.smithi079.gpuwcc (mgr.14180) 273 : cephadm [INF] Deploying daemon mds.foofs.smithi156.ojyawe on smithi156 2023-12-21T04:57:54.220 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:53 smithi156 bash[28307]: audit 2023-12-21T04:57:52.536929+0000 mgr.smithi079.gpuwcc (mgr.14180) 274 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:55.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:54 smithi079 bash[24931]: cluster 2023-12-21T04:57:53.725799+0000 mgr.smithi079.gpuwcc (mgr.14180) 275 : cluster [DBG] pgmap v248: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:55.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:54 smithi079 bash[24931]: audit 2023-12-21T04:57:54.494768+0000 mon.smithi079 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:57:55.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:54 smithi079 bash[24931]: audit 2023-12-21T04:57:54.497018+0000 mon.smithi079 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi079.ypkibv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-21T04:57:55.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:54 smithi079 bash[24931]: audit 2023-12-21T04:57:54.501075+0000 mon.smithi079 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi079.ypkibv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-21T04:57:55.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:54 smithi079 bash[24931]: audit 2023-12-21T04:57:54.502298+0000 mon.smithi079 (mon.0) 655 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:55.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:54 smithi156 bash[28307]: cluster 2023-12-21T04:57:53.725799+0000 mgr.smithi079.gpuwcc (mgr.14180) 275 : cluster [DBG] pgmap v248: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:55.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:54 smithi156 bash[28307]: audit 2023-12-21T04:57:54.494768+0000 mon.smithi079 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:57:55.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:54 smithi156 bash[28307]: audit 2023-12-21T04:57:54.497018+0000 mon.smithi079 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi079.ypkibv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-21T04:57:55.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:54 smithi156 bash[28307]: audit 2023-12-21T04:57:54.501075+0000 mon.smithi079 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi079.ypkibv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-21T04:57:55.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:54 smithi156 bash[28307]: audit 2023-12-21T04:57:54.502298+0000 mon.smithi079 (mon.0) 655 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:55.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:55 smithi079 bash[24931]: cephadm 2023-12-21T04:57:54.503258+0000 mgr.smithi079.gpuwcc (mgr.14180) 276 : cephadm [INF] Deploying daemon mds.foofs.smithi079.ypkibv on smithi079 2023-12-21T04:57:55.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:55 smithi079 bash[24931]: cluster 2023-12-21T04:57:55.793870+0000 mon.smithi079 (mon.0) 656 : cluster [INF] daemon mds.foofs.smithi156.ojyawe assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-21T04:57:55.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:55 smithi079 bash[24931]: cluster 2023-12-21T04:57:55.794129+0000 mon.smithi079 (mon.0) 657 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-21T04:57:55.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:55 smithi079 bash[24931]: cluster 2023-12-21T04:57:55.794175+0000 mon.smithi079 (mon.0) 658 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-21T04:57:55.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:55 smithi079 bash[24931]: cluster 2023-12-21T04:57:55.794215+0000 mon.smithi079 (mon.0) 659 : cluster [INF] Cluster is now healthy 2023-12-21T04:57:55.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:55 smithi079 bash[24931]: cluster 2023-12-21T04:57:55.800166+0000 mon.smithi079 (mon.0) 660 : cluster [DBG] mds.? [v2:172.21.15.156:6832/3374728263,v1:172.21.15.156:6833/3374728263] up:boot 2023-12-21T04:57:55.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:55 smithi079 bash[24931]: cluster 2023-12-21T04:57:55.800229+0000 mon.smithi079 (mon.0) 661 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi156.ojyawe=up:creating} 2023-12-21T04:57:55.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:55 smithi079 bash[24931]: audit 2023-12-21T04:57:55.800664+0000 mon.smithi079 (mon.0) 662 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi156.ojyawe"}]: dispatch 2023-12-21T04:57:55.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:55 smithi079 bash[24931]: cluster 2023-12-21T04:57:55.820485+0000 mon.smithi079 (mon.0) 663 : cluster [INF] daemon mds.foofs.smithi156.ojyawe is now active in filesystem foofs as rank 0 2023-12-21T04:57:56.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:55 smithi156 bash[28307]: cephadm 2023-12-21T04:57:54.503258+0000 mgr.smithi079.gpuwcc (mgr.14180) 276 : cephadm [INF] Deploying daemon mds.foofs.smithi079.ypkibv on smithi079 2023-12-21T04:57:56.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:55 smithi156 bash[28307]: cluster 2023-12-21T04:57:55.793870+0000 mon.smithi079 (mon.0) 656 : cluster [INF] daemon mds.foofs.smithi156.ojyawe assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-21T04:57:56.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:55 smithi156 bash[28307]: cluster 2023-12-21T04:57:55.794129+0000 mon.smithi079 (mon.0) 657 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-21T04:57:56.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:55 smithi156 bash[28307]: cluster 2023-12-21T04:57:55.794175+0000 mon.smithi079 (mon.0) 658 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-21T04:57:56.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:55 smithi156 bash[28307]: cluster 2023-12-21T04:57:55.794215+0000 mon.smithi079 (mon.0) 659 : cluster [INF] Cluster is now healthy 2023-12-21T04:57:56.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:55 smithi156 bash[28307]: cluster 2023-12-21T04:57:55.800166+0000 mon.smithi079 (mon.0) 660 : cluster [DBG] mds.? [v2:172.21.15.156:6832/3374728263,v1:172.21.15.156:6833/3374728263] up:boot 2023-12-21T04:57:56.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:55 smithi156 bash[28307]: cluster 2023-12-21T04:57:55.800229+0000 mon.smithi079 (mon.0) 661 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi156.ojyawe=up:creating} 2023-12-21T04:57:56.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:55 smithi156 bash[28307]: audit 2023-12-21T04:57:55.800664+0000 mon.smithi079 (mon.0) 662 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi156.ojyawe"}]: dispatch 2023-12-21T04:57:56.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:55 smithi156 bash[28307]: cluster 2023-12-21T04:57:55.820485+0000 mon.smithi079 (mon.0) 663 : cluster [INF] daemon mds.foofs.smithi156.ojyawe is now active in filesystem foofs as rank 0 2023-12-21T04:57:56.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:56 smithi079 bash[24931]: cluster 2023-12-21T04:57:55.726852+0000 mgr.smithi079.gpuwcc (mgr.14180) 277 : cluster [DBG] pgmap v249: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:56.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:56 smithi079 bash[24931]: cluster 2023-12-21T04:57:56.808103+0000 mon.smithi079 (mon.0) 664 : cluster [DBG] mds.? [v2:172.21.15.156:6832/3374728263,v1:172.21.15.156:6833/3374728263] up:active 2023-12-21T04:57:56.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:56 smithi079 bash[24931]: cluster 2023-12-21T04:57:56.808241+0000 mon.smithi079 (mon.0) 665 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi156.ojyawe=up:active} 2023-12-21T04:57:57.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:56 smithi156 bash[28307]: cluster 2023-12-21T04:57:55.726852+0000 mgr.smithi079.gpuwcc (mgr.14180) 277 : cluster [DBG] pgmap v249: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:57.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:56 smithi156 bash[28307]: cluster 2023-12-21T04:57:56.808103+0000 mon.smithi079 (mon.0) 664 : cluster [DBG] mds.? [v2:172.21.15.156:6832/3374728263,v1:172.21.15.156:6833/3374728263] up:active 2023-12-21T04:57:57.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:56 smithi156 bash[28307]: cluster 2023-12-21T04:57:56.808241+0000 mon.smithi079 (mon.0) 665 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi156.ojyawe=up:active} 2023-12-21T04:57:58.781 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:57:58.782 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:57:39.132229Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:57:37.636097Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:57:39.132560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:57:41.995655Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:57:37.636398Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:57:37.636569Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:57:37.636731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:57:37.636903Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:57:39.132886Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:57:59.079 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:58 smithi079 bash[24931]: cluster 2023-12-21T04:57:57.727623+0000 mgr.smithi079.gpuwcc (mgr.14180) 278 : cluster [DBG] pgmap v250: 65 pgs: 65 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:59.079 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:58 smithi079 bash[24931]: audit 2023-12-21T04:57:57.912400+0000 mon.smithi079 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:57:59.079 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:58 smithi079 bash[24931]: audit 2023-12-21T04:57:57.919861+0000 mon.smithi079 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:57:59.079 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:58 smithi079 bash[24931]: audit 2023-12-21T04:57:57.948514+0000 mon.smithi079 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-21T04:57:59.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:58 smithi156 bash[28307]: cluster 2023-12-21T04:57:57.727623+0000 mgr.smithi079.gpuwcc (mgr.14180) 278 : cluster [DBG] pgmap v250: 65 pgs: 65 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:59.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:58 smithi156 bash[28307]: audit 2023-12-21T04:57:57.912400+0000 mon.smithi079 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:57:59.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:58 smithi156 bash[28307]: audit 2023-12-21T04:57:57.919861+0000 mon.smithi079 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:57:59.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:58 smithi156 bash[28307]: audit 2023-12-21T04:57:57.948514+0000 mon.smithi079 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-21T04:57:59.675 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-21T04:58:00.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:59 smithi079 bash[24931]: audit 2023-12-21T04:57:58.776929+0000 mgr.smithi079.gpuwcc (mgr.14180) 279 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:00.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:59 smithi079 bash[24931]: audit 2023-12-21T04:57:58.921949+0000 mon.smithi079 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-21T04:58:00.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:59 smithi079 bash[24931]: cluster 2023-12-21T04:57:58.922050+0000 mon.smithi079 (mon.0) 670 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-21T04:58:00.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:57:59 smithi079 bash[24931]: audit 2023-12-21T04:57:58.924161+0000 mon.smithi079 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-21T04:58:00.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:59 smithi156 bash[28307]: audit 2023-12-21T04:57:58.776929+0000 mgr.smithi079.gpuwcc (mgr.14180) 279 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:00.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:59 smithi156 bash[28307]: audit 2023-12-21T04:57:58.921949+0000 mon.smithi079 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-21T04:58:00.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:59 smithi156 bash[28307]: cluster 2023-12-21T04:57:58.922050+0000 mon.smithi079 (mon.0) 670 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-21T04:58:00.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:57:59 smithi156 bash[28307]: audit 2023-12-21T04:57:58.924161+0000 mon.smithi079 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-21T04:58:00.677 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:58:00.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:00 smithi079 bash[24931]: cluster 2023-12-21T04:57:59.728257+0000 mgr.smithi079.gpuwcc (mgr.14180) 280 : cluster [DBG] pgmap v252: 97 pgs: 32 unknown, 65 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:00.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:00 smithi079 bash[24931]: cluster 2023-12-21T04:57:59.925279+0000 mon.smithi079 (mon.0) 672 : cluster [DBG] mds.? [v2:172.21.15.79:6834/2254270022,v1:172.21.15.79:6835/2254270022] up:boot 2023-12-21T04:58:00.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:00 smithi079 bash[24931]: cluster 2023-12-21T04:57:59.926156+0000 mon.smithi079 (mon.0) 673 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi156.ojyawe=up:active} 1 up:standby 2023-12-21T04:58:00.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:00 smithi079 bash[24931]: audit 2023-12-21T04:57:59.926448+0000 mon.smithi079 (mon.0) 674 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi079.ypkibv"}]: dispatch 2023-12-21T04:58:00.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:00 smithi079 bash[24931]: audit 2023-12-21T04:57:59.932556+0000 mon.smithi079 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-21T04:58:00.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:00 smithi079 bash[24931]: cluster 2023-12-21T04:57:59.932890+0000 mon.smithi079 (mon.0) 676 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-21T04:58:00.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:00 smithi079 bash[24931]: cluster 2023-12-21T04:57:59.934888+0000 mon.smithi079 (mon.0) 677 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi156.ojyawe=up:active} 1 up:standby 2023-12-21T04:58:00.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:00 smithi079 bash[24931]: cephadm 2023-12-21T04:57:59.940724+0000 mgr.smithi079.gpuwcc (mgr.14180) 281 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi079.ocudsw 2023-12-21T04:58:00.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:00 smithi079 bash[24931]: audit 2023-12-21T04:57:59.942593+0000 mon.smithi079 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi079.ocudsw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-21T04:58:00.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:00 smithi079 bash[24931]: audit 2023-12-21T04:57:59.950194+0000 mon.smithi079 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi079.ocudsw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-21T04:58:00.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:00 smithi079 bash[24931]: cephadm 2023-12-21T04:57:59.952756+0000 mgr.smithi079.gpuwcc (mgr.14180) 282 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-21T04:58:00.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:00 smithi079 bash[24931]: audit 2023-12-21T04:57:59.953123+0000 mon.smithi079 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-21T04:58:00.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:00 smithi079 bash[24931]: audit 2023-12-21T04:57:59.958842+0000 mon.smithi079 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-21T04:58:00.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:00 smithi079 bash[24931]: audit 2023-12-21T04:57:59.960490+0000 mon.smithi079 (mon.0) 682 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:58:00.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:00 smithi079 bash[24931]: audit 2023-12-21T04:58:00.018405+0000 mon.smithi079 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-21T04:58:00.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:00 smithi079 bash[24931]: audit 2023-12-21T04:58:00.023929+0000 mon.smithi079 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-21T04:58:00.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:00 smithi079 bash[24931]: cephadm 2023-12-21T04:58:00.090150+0000 mgr.smithi079.gpuwcc (mgr.14180) 283 : cephadm [INF] Creating rados config object: conf-nfs.foo 2023-12-21T04:58:00.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:00 smithi079 bash[24931]: audit 2023-12-21T04:58:00.160071+0000 mon.smithi079 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi079.ocudsw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-21T04:58:00.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:00 smithi079 bash[24931]: audit 2023-12-21T04:58:00.165358+0000 mon.smithi079 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi079.ocudsw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-21T04:58:00.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:00 smithi079 bash[24931]: audit 2023-12-21T04:58:00.174326+0000 mon.smithi079 (mon.0) 687 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:58:01.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:00 smithi156 bash[28307]: cluster 2023-12-21T04:57:59.728257+0000 mgr.smithi079.gpuwcc (mgr.14180) 280 : cluster [DBG] pgmap v252: 97 pgs: 32 unknown, 65 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:01.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:00 smithi156 bash[28307]: cluster 2023-12-21T04:57:59.925279+0000 mon.smithi079 (mon.0) 672 : cluster [DBG] mds.? [v2:172.21.15.79:6834/2254270022,v1:172.21.15.79:6835/2254270022] up:boot 2023-12-21T04:58:01.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:00 smithi156 bash[28307]: cluster 2023-12-21T04:57:59.926156+0000 mon.smithi079 (mon.0) 673 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi156.ojyawe=up:active} 1 up:standby 2023-12-21T04:58:01.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:00 smithi156 bash[28307]: audit 2023-12-21T04:57:59.926448+0000 mon.smithi079 (mon.0) 674 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi079.ypkibv"}]: dispatch 2023-12-21T04:58:01.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:00 smithi156 bash[28307]: audit 2023-12-21T04:57:59.932556+0000 mon.smithi079 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-21T04:58:01.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:00 smithi156 bash[28307]: cluster 2023-12-21T04:57:59.932890+0000 mon.smithi079 (mon.0) 676 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-21T04:58:01.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:00 smithi156 bash[28307]: cluster 2023-12-21T04:57:59.934888+0000 mon.smithi079 (mon.0) 677 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi156.ojyawe=up:active} 1 up:standby 2023-12-21T04:58:01.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:00 smithi156 bash[28307]: cephadm 2023-12-21T04:57:59.940724+0000 mgr.smithi079.gpuwcc (mgr.14180) 281 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi079.ocudsw 2023-12-21T04:58:01.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:00 smithi156 bash[28307]: audit 2023-12-21T04:57:59.942593+0000 mon.smithi079 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi079.ocudsw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-21T04:58:01.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:00 smithi156 bash[28307]: audit 2023-12-21T04:57:59.950194+0000 mon.smithi079 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi079.ocudsw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-21T04:58:01.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:00 smithi156 bash[28307]: cephadm 2023-12-21T04:57:59.952756+0000 mgr.smithi079.gpuwcc (mgr.14180) 282 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-21T04:58:01.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:00 smithi156 bash[28307]: audit 2023-12-21T04:57:59.953123+0000 mon.smithi079 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-21T04:58:01.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:00 smithi156 bash[28307]: audit 2023-12-21T04:57:59.958842+0000 mon.smithi079 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-21T04:58:01.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:00 smithi156 bash[28307]: audit 2023-12-21T04:57:59.960490+0000 mon.smithi079 (mon.0) 682 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:58:01.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:00 smithi156 bash[28307]: audit 2023-12-21T04:58:00.018405+0000 mon.smithi079 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-21T04:58:01.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:00 smithi156 bash[28307]: audit 2023-12-21T04:58:00.023929+0000 mon.smithi079 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-21T04:58:01.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:00 smithi156 bash[28307]: cephadm 2023-12-21T04:58:00.090150+0000 mgr.smithi079.gpuwcc (mgr.14180) 283 : cephadm [INF] Creating rados config object: conf-nfs.foo 2023-12-21T04:58:01.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:00 smithi156 bash[28307]: audit 2023-12-21T04:58:00.160071+0000 mon.smithi079 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi079.ocudsw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-21T04:58:01.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:00 smithi156 bash[28307]: audit 2023-12-21T04:58:00.165358+0000 mon.smithi079 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi079.ocudsw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-21T04:58:01.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:00 smithi156 bash[28307]: audit 2023-12-21T04:58:00.174326+0000 mon.smithi079 (mon.0) 687 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:58:02.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:01 smithi079 bash[24931]: cephadm 2023-12-21T04:58:00.159304+0000 mgr.smithi079.gpuwcc (mgr.14180) 284 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi079.ocudsw-rgw 2023-12-21T04:58:02.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:01 smithi079 bash[24931]: cephadm 2023-12-21T04:58:00.175722+0000 mgr.smithi079.gpuwcc (mgr.14180) 285 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi079.ocudsw on smithi079 2023-12-21T04:58:02.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:01 smithi079 bash[24931]: cluster 2023-12-21T04:58:00.941998+0000 mon.smithi079 (mon.0) 688 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-12-21T04:58:02.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:01 smithi156 bash[28307]: cephadm 2023-12-21T04:58:00.159304+0000 mgr.smithi079.gpuwcc (mgr.14180) 284 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi079.ocudsw-rgw 2023-12-21T04:58:02.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:01 smithi156 bash[28307]: cephadm 2023-12-21T04:58:00.175722+0000 mgr.smithi079.gpuwcc (mgr.14180) 285 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi079.ocudsw on smithi079 2023-12-21T04:58:02.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:01 smithi156 bash[28307]: cluster 2023-12-21T04:58:00.941998+0000 mon.smithi079 (mon.0) 688 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-12-21T04:58:03.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:02 smithi079 bash[24931]: cluster 2023-12-21T04:58:01.729211+0000 mgr.smithi079.gpuwcc (mgr.14180) 286 : cluster [DBG] pgmap v255: 97 pgs: 2 creating+peering, 95 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 3.0 KiB/s wr, 5 op/s 2023-12-21T04:58:03.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:02 smithi079 bash[24931]: audit 2023-12-21T04:58:02.226351+0000 mon.smithi079 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:03.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:02 smithi156 bash[28307]: cluster 2023-12-21T04:58:01.729211+0000 mgr.smithi079.gpuwcc (mgr.14180) 286 : cluster [DBG] pgmap v255: 97 pgs: 2 creating+peering, 95 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 3.0 KiB/s wr, 5 op/s 2023-12-21T04:58:03.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:02 smithi156 bash[28307]: audit 2023-12-21T04:58:02.226351+0000 mon.smithi079 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:05.310 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:05 smithi079 bash[24931]: cluster 2023-12-21T04:58:03.729837+0000 mgr.smithi079.gpuwcc (mgr.14180) 287 : cluster [DBG] pgmap v256: 97 pgs: 2 creating+peering, 95 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.0 KiB/s wr, 3 op/s 2023-12-21T04:58:05.310 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:05 smithi079 bash[24931]: audit 2023-12-21T04:58:04.049598+0000 mon.smithi079 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:05.310 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:05 smithi079 bash[24931]: cephadm 2023-12-21T04:58:04.051256+0000 mgr.smithi079.gpuwcc (mgr.14180) 288 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi156.vpgucx 2023-12-21T04:58:05.310 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:05 smithi079 bash[24931]: audit 2023-12-21T04:58:04.051647+0000 mon.smithi079 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi156.vpgucx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-21T04:58:05.311 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:05 smithi079 bash[24931]: audit 2023-12-21T04:58:04.056902+0000 mon.smithi079 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi156.vpgucx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-21T04:58:05.311 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:05 smithi079 bash[24931]: cephadm 2023-12-21T04:58:04.057863+0000 mgr.smithi079.gpuwcc (mgr.14180) 289 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-21T04:58:05.311 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:05 smithi079 bash[24931]: audit 2023-12-21T04:58:04.058355+0000 mon.smithi079 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-21T04:58:05.311 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:05 smithi079 bash[24931]: audit 2023-12-21T04:58:04.062724+0000 mon.smithi079 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-21T04:58:05.311 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:05 smithi079 bash[24931]: audit 2023-12-21T04:58:04.064595+0000 mon.smithi079 (mon.0) 695 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:58:05.311 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:05 smithi079 bash[24931]: audit 2023-12-21T04:58:04.116232+0000 mon.smithi079 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-21T04:58:05.311 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:05 smithi079 bash[24931]: audit 2023-12-21T04:58:04.120086+0000 mon.smithi079 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-21T04:58:05.311 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:05 smithi079 bash[24931]: audit 2023-12-21T04:58:04.345874+0000 mon.smithi079 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi156.vpgucx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-21T04:58:05.311 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:05 smithi079 bash[24931]: audit 2023-12-21T04:58:04.351427+0000 mon.smithi079 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi156.vpgucx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-21T04:58:05.311 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:05 smithi079 bash[24931]: audit 2023-12-21T04:58:04.353408+0000 mon.smithi079 (mon.0) 700 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:58:05.311 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:05 smithi079 bash[24931]: audit 2023-12-21T04:58:04.828042+0000 mon.smithi079 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:05.470 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:05 smithi156 bash[28307]: cluster 2023-12-21T04:58:03.729837+0000 mgr.smithi079.gpuwcc (mgr.14180) 287 : cluster [DBG] pgmap v256: 97 pgs: 2 creating+peering, 95 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.0 KiB/s wr, 3 op/s 2023-12-21T04:58:05.470 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:05 smithi156 bash[28307]: audit 2023-12-21T04:58:04.049598+0000 mon.smithi079 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:05.470 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:05 smithi156 bash[28307]: cephadm 2023-12-21T04:58:04.051256+0000 mgr.smithi079.gpuwcc (mgr.14180) 288 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi156.vpgucx 2023-12-21T04:58:05.470 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:05 smithi156 bash[28307]: audit 2023-12-21T04:58:04.051647+0000 mon.smithi079 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi156.vpgucx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-21T04:58:05.470 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:05 smithi156 bash[28307]: audit 2023-12-21T04:58:04.056902+0000 mon.smithi079 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi156.vpgucx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-21T04:58:05.470 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:05 smithi156 bash[28307]: cephadm 2023-12-21T04:58:04.057863+0000 mgr.smithi079.gpuwcc (mgr.14180) 289 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-21T04:58:05.470 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:05 smithi156 bash[28307]: audit 2023-12-21T04:58:04.058355+0000 mon.smithi079 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-21T04:58:05.470 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:05 smithi156 bash[28307]: audit 2023-12-21T04:58:04.062724+0000 mon.smithi079 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-21T04:58:05.470 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:05 smithi156 bash[28307]: audit 2023-12-21T04:58:04.064595+0000 mon.smithi079 (mon.0) 695 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:58:05.471 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:05 smithi156 bash[28307]: audit 2023-12-21T04:58:04.116232+0000 mon.smithi079 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-21T04:58:05.471 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:05 smithi156 bash[28307]: audit 2023-12-21T04:58:04.120086+0000 mon.smithi079 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-21T04:58:05.471 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:05 smithi156 bash[28307]: audit 2023-12-21T04:58:04.345874+0000 mon.smithi079 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi156.vpgucx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-21T04:58:05.471 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:05 smithi156 bash[28307]: audit 2023-12-21T04:58:04.351427+0000 mon.smithi079 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi156.vpgucx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-21T04:58:05.471 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:05 smithi156 bash[28307]: audit 2023-12-21T04:58:04.353408+0000 mon.smithi079 (mon.0) 700 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:58:05.471 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:05 smithi156 bash[28307]: audit 2023-12-21T04:58:04.828042+0000 mon.smithi079 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:05.529 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:58:05.529 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:57:39.132229Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:57:37.636097Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:57:39.132560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:57:41.995655Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:57:37.636398Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:57:37.636569Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:57:37.636731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:57:37.636903Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:57:39.132886Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:58:06.271 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-21T04:58:06.465 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:06 smithi156 bash[28307]: cephadm 2023-12-21T04:58:04.345172+0000 mgr.smithi079.gpuwcc (mgr.14180) 290 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-21T04:58:06.465 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:06 smithi156 bash[28307]: cephadm 2023-12-21T04:58:04.345337+0000 mgr.smithi079.gpuwcc (mgr.14180) 291 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi156.vpgucx-rgw 2023-12-21T04:58:06.465 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:06 smithi156 bash[28307]: cephadm 2023-12-21T04:58:04.354994+0000 mgr.smithi079.gpuwcc (mgr.14180) 292 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi156.vpgucx on smithi156 2023-12-21T04:58:06.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:06 smithi079 bash[24931]: cephadm 2023-12-21T04:58:04.345172+0000 mgr.smithi079.gpuwcc (mgr.14180) 290 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-21T04:58:06.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:06 smithi079 bash[24931]: cephadm 2023-12-21T04:58:04.345337+0000 mgr.smithi079.gpuwcc (mgr.14180) 291 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi156.vpgucx-rgw 2023-12-21T04:58:06.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:06 smithi079 bash[24931]: cephadm 2023-12-21T04:58:04.354994+0000 mgr.smithi079.gpuwcc (mgr.14180) 292 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi156.vpgucx on smithi156 2023-12-21T04:58:07.274 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:58:07.472 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:07 smithi079 bash[24931]: audit 2023-12-21T04:58:05.520676+0000 mgr.smithi079.gpuwcc (mgr.14180) 293 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:07.472 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:07 smithi079 bash[24931]: cluster 2023-12-21T04:58:05.731095+0000 mgr.smithi079.gpuwcc (mgr.14180) 294 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 300 B/s rd, 1.9 KiB/s wr, 3 op/s 2023-12-21T04:58:07.472 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:07 smithi079 bash[24931]: audit 2023-12-21T04:58:06.750178+0000 mon.smithi079 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:07.473 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:07 smithi079 bash[24931]: audit 2023-12-21T04:58:06.761026+0000 mon.smithi079 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:07.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:07 smithi156 bash[28307]: audit 2023-12-21T04:58:05.520676+0000 mgr.smithi079.gpuwcc (mgr.14180) 293 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:07.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:07 smithi156 bash[28307]: cluster 2023-12-21T04:58:05.731095+0000 mgr.smithi079.gpuwcc (mgr.14180) 294 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 300 B/s rd, 1.9 KiB/s wr, 3 op/s 2023-12-21T04:58:07.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:07 smithi156 bash[28307]: audit 2023-12-21T04:58:06.750178+0000 mon.smithi079 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:07.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:07 smithi156 bash[28307]: audit 2023-12-21T04:58:06.761026+0000 mon.smithi079 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:08.345 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:08 smithi079 bash[24931]: cephadm 2023-12-21T04:58:06.773701+0000 mgr.smithi079.gpuwcc (mgr.14180) 295 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.thcgrl on smithi156 2023-12-21T04:58:08.346 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:08 smithi079 bash[24931]: audit 2023-12-21T04:58:07.243989+0000 mon.smithi079 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:08.390 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:08 smithi156 bash[28307]: cephadm 2023-12-21T04:58:06.773701+0000 mgr.smithi079.gpuwcc (mgr.14180) 295 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.thcgrl on smithi156 2023-12-21T04:58:08.390 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:08 smithi156 bash[28307]: audit 2023-12-21T04:58:07.243989+0000 mon.smithi079 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:09.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:09 smithi079 bash[24931]: cluster 2023-12-21T04:58:07.732122+0000 mgr.smithi079.gpuwcc (mgr.14180) 296 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 1.6 KiB/s wr, 3 op/s 2023-12-21T04:58:09.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:09 smithi156 bash[28307]: cluster 2023-12-21T04:58:07.732122+0000 mgr.smithi079.gpuwcc (mgr.14180) 296 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 1.6 KiB/s wr, 3 op/s 2023-12-21T04:58:10.275 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:58:10.275 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:57:39.132229Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:57:37.636097Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:57:39.132560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:57:41.995655Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:57:37.636398Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:57:37.636569Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:57:37.636731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:57:37.636903Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:57:39.132886Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:58:11.022 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-21T04:58:11.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:11 smithi079 bash[24931]: cluster 2023-12-21T04:58:09.732836+0000 mgr.smithi079.gpuwcc (mgr.14180) 297 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 208 B/s rd, 1.3 KiB/s wr, 2 op/s 2023-12-21T04:58:11.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:11 smithi079 bash[24931]: audit 2023-12-21T04:58:10.641602+0000 mon.smithi079 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.thcgrl"}]: dispatch 2023-12-21T04:58:11.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:11 smithi156 bash[28307]: cluster 2023-12-21T04:58:09.732836+0000 mgr.smithi079.gpuwcc (mgr.14180) 297 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 208 B/s rd, 1.3 KiB/s wr, 2 op/s 2023-12-21T04:58:11.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:11 smithi156 bash[28307]: audit 2023-12-21T04:58:10.641602+0000 mon.smithi079 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.thcgrl"}]: dispatch 2023-12-21T04:58:12.024 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:58:12.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: audit 2023-12-21T04:58:10.266380+0000 mgr.smithi079.gpuwcc (mgr.14180) 298 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:12.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: cephadm 2023-12-21T04:58:10.640632+0000 mgr.smithi079.gpuwcc (mgr.14180) 299 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-thcgrl 2023-12-21T04:58:12.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:12.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-thcgrl 2023-12-21T04:58:12.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.thcgrl 2023-12-21T04:58:12.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:12.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.thcgrl 2023-12-21T04:58:12.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.thcgrl ... 2023-12-21T04:58:12.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:12.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:12.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:12.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:12.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:12.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T04:58:12.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:58:12.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T04:58:12.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:58:12.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T04:58:12.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-thcgrl 2023-12-21T04:58:12.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:12.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-thcgrl 2023-12-21T04:58:12.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.thcgrl 2023-12-21T04:58:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.thcgrl 2023-12-21T04:58:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.thcgrl ... 2023-12-21T04:58:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: cephadm 2023-12-21T04:58:10.641123+0000 mgr.smithi079.gpuwcc (mgr.14180) 300 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.thcgrl 2023-12-21T04:58:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: cephadm 2023-12-21T04:58:10.642587+0000 mgr.smithi079.gpuwcc (mgr.14180) 301 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.thcgrl on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-thcgrl 2023-12-21T04:58:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-thcgrl 2023-12-21T04:58:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.thcgrl 2023-12-21T04:58:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:12.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.thcgrl 2023-12-21T04:58:12.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.thcgrl ... 2023-12-21T04:58:12.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:12.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:12.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:12.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:12.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:12.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:12 smithi079 bash[24931]: cephadm 2023-12-21T04:58:10.644954+0000 mgr.smithi079.gpuwcc (mgr.14180) 302 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.iiakqm on smithi079 2023-12-21T04:58:12.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: audit 2023-12-21T04:58:10.266380+0000 mgr.smithi079.gpuwcc (mgr.14180) 298 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:12.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: cephadm 2023-12-21T04:58:10.640632+0000 mgr.smithi079.gpuwcc (mgr.14180) 299 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-thcgrl 2023-12-21T04:58:12.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:12.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-thcgrl 2023-12-21T04:58:12.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.thcgrl 2023-12-21T04:58:12.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:12.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.thcgrl 2023-12-21T04:58:12.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.thcgrl ... 2023-12-21T04:58:12.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:12.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:12.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:12.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:12.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:12.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T04:58:12.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:58:12.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T04:58:12.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:58:12.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T04:58:12.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-thcgrl 2023-12-21T04:58:12.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:12.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-thcgrl 2023-12-21T04:58:12.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.thcgrl 2023-12-21T04:58:12.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:12.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.thcgrl 2023-12-21T04:58:12.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.thcgrl ... 2023-12-21T04:58:12.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:12.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:12.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:12.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:12.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:12.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: cephadm 2023-12-21T04:58:10.641123+0000 mgr.smithi079.gpuwcc (mgr.14180) 300 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.thcgrl 2023-12-21T04:58:12.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: cephadm 2023-12-21T04:58:10.642587+0000 mgr.smithi079.gpuwcc (mgr.14180) 301 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.thcgrl on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-thcgrl 2023-12-21T04:58:12.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:12.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-thcgrl 2023-12-21T04:58:12.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.thcgrl 2023-12-21T04:58:12.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:12.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.thcgrl 2023-12-21T04:58:12.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.thcgrl ... 2023-12-21T04:58:12.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:12.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:12.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:12.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:12.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:12.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:12 smithi156 bash[28307]: cephadm 2023-12-21T04:58:10.644954+0000 mgr.smithi079.gpuwcc (mgr.14180) 302 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.iiakqm on smithi079 2023-12-21T04:58:13.435 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:13 smithi079 bash[24931]: cluster 2023-12-21T04:58:11.734147+0000 mgr.smithi079.gpuwcc (mgr.14180) 303 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 5 op/s 2023-12-21T04:58:13.435 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:13 smithi079 bash[24931]: audit 2023-12-21T04:58:12.261876+0000 mon.smithi079 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:13.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:13 smithi156 bash[28307]: cluster 2023-12-21T04:58:11.734147+0000 mgr.smithi079.gpuwcc (mgr.14180) 303 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 5 op/s 2023-12-21T04:58:13.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:13 smithi156 bash[28307]: audit 2023-12-21T04:58:12.261876+0000 mon.smithi079 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:15.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:15 smithi079 bash[24931]: cluster 2023-12-21T04:58:13.734864+0000 mgr.smithi079.gpuwcc (mgr.14180) 304 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-12-21T04:58:15.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:15 smithi079 bash[24931]: audit 2023-12-21T04:58:14.851024+0000 mon.smithi079 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.iiakqm"}]: dispatch 2023-12-21T04:58:15.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:15 smithi079 bash[24931]: audit 2023-12-21T04:58:14.858341+0000 mon.smithi079 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:15.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:15 smithi079 bash[24931]: audit 2023-12-21T04:58:14.863058+0000 mon.smithi079 (mon.0) 709 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:58:15.371 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:58:15.371 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:57:39.132229Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:57:37.636097Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:57:39.132560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:57:41.995655Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T04:58:10.642451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.thcgrl on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-thcgrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-thcgrl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.thcgrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.thcgrl\nDeploy daemon haproxy.nfs.foo.smithi156.thcgrl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:14.852177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.iiakqm on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iiakqm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iiakqm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iiakqm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iiakqm\nDeploy daemon haproxy.nfs.foo.smithi079.iiakqm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:14.858698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xwwegs on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:14.860988Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cjcofp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:57:37.636398Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:57:37.636569Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:57:37.636731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:57:37.636903Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:57:39.132886Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:58:15.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:15 smithi156 bash[28307]: cluster 2023-12-21T04:58:13.734864+0000 mgr.smithi079.gpuwcc (mgr.14180) 304 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-12-21T04:58:15.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:15 smithi156 bash[28307]: audit 2023-12-21T04:58:14.851024+0000 mon.smithi079 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.iiakqm"}]: dispatch 2023-12-21T04:58:15.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:15 smithi156 bash[28307]: audit 2023-12-21T04:58:14.858341+0000 mon.smithi079 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:15.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:15 smithi156 bash[28307]: audit 2023-12-21T04:58:14.863058+0000 mon.smithi079 (mon.0) 709 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:58:16.179 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-21T04:58:16.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: cephadm 2023-12-21T04:58:14.849804+0000 mgr.smithi079.gpuwcc (mgr.14180) 305 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iiakqm 2023-12-21T04:58:16.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:16.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iiakqm 2023-12-21T04:58:16.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iiakqm 2023-12-21T04:58:16.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:16.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iiakqm 2023-12-21T04:58:16.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.iiakqm ... 2023-12-21T04:58:16.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:16.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:16.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:16.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:16.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:16.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T04:58:16.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:58:16.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T04:58:16.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:58:16.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T04:58:16.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iiakqm 2023-12-21T04:58:16.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:16.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iiakqm 2023-12-21T04:58:16.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iiakqm 2023-12-21T04:58:16.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:16.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iiakqm 2023-12-21T04:58:16.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.iiakqm ... 2023-12-21T04:58:16.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:16.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:16.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:16.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:16.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:16.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: cephadm 2023-12-21T04:58:14.850392+0000 mgr.smithi079.gpuwcc (mgr.14180) 306 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.iiakqm 2023-12-21T04:58:16.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: cephadm 2023-12-21T04:58:14.852312+0000 mgr.smithi079.gpuwcc (mgr.14180) 307 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.iiakqm on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iiakqm 2023-12-21T04:58:16.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:16.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iiakqm 2023-12-21T04:58:16.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iiakqm 2023-12-21T04:58:16.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:16.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iiakqm 2023-12-21T04:58:16.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.iiakqm ... 2023-12-21T04:58:16.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:16.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:16.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:16.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:16.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:16.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: cephadm 2023-12-21T04:58:14.858849+0000 mgr.smithi079.gpuwcc (mgr.14180) 308 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.xwwegs on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:58:16.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: cephadm 2023-12-21T04:58:14.861125+0000 mgr.smithi079.gpuwcc (mgr.14180) 309 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.cjcofp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:58:16.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: cluster 2023-12-21T04:58:14.862010+0000 mgr.smithi079.gpuwcc (mgr.14180) 310 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2023-12-21T04:58:16.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:16 smithi079 bash[24931]: cluster 2023-12-21T04:58:15.856330+0000 mon.smithi079 (mon.0) 710 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:58:16.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: cephadm 2023-12-21T04:58:14.849804+0000 mgr.smithi079.gpuwcc (mgr.14180) 305 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iiakqm 2023-12-21T04:58:16.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:16.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iiakqm 2023-12-21T04:58:16.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iiakqm 2023-12-21T04:58:16.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:16.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iiakqm 2023-12-21T04:58:16.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.iiakqm ... 2023-12-21T04:58:16.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:16.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:16.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:16.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:16.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:16.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T04:58:16.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:58:16.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T04:58:16.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:58:16.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T04:58:16.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iiakqm 2023-12-21T04:58:16.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:16.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iiakqm 2023-12-21T04:58:16.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iiakqm 2023-12-21T04:58:16.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:16.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iiakqm 2023-12-21T04:58:16.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.iiakqm ... 2023-12-21T04:58:16.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:16.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:16.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:16.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:16.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:16.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: cephadm 2023-12-21T04:58:14.850392+0000 mgr.smithi079.gpuwcc (mgr.14180) 306 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.iiakqm 2023-12-21T04:58:16.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: cephadm 2023-12-21T04:58:14.852312+0000 mgr.smithi079.gpuwcc (mgr.14180) 307 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.iiakqm on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iiakqm 2023-12-21T04:58:16.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:16.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iiakqm 2023-12-21T04:58:16.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iiakqm 2023-12-21T04:58:16.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:16.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iiakqm 2023-12-21T04:58:16.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.iiakqm ... 2023-12-21T04:58:16.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:16.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:16.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:16.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:16.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:16.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: cephadm 2023-12-21T04:58:14.858849+0000 mgr.smithi079.gpuwcc (mgr.14180) 308 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.xwwegs on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:58:16.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: cephadm 2023-12-21T04:58:14.861125+0000 mgr.smithi079.gpuwcc (mgr.14180) 309 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.cjcofp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:58:16.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: cluster 2023-12-21T04:58:14.862010+0000 mgr.smithi079.gpuwcc (mgr.14180) 310 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2023-12-21T04:58:16.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:16 smithi156 bash[28307]: cluster 2023-12-21T04:58:15.856330+0000 mon.smithi079 (mon.0) 710 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:58:17.181 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:58:17.376 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:17 smithi079 bash[24931]: audit 2023-12-21T04:58:15.361873+0000 mgr.smithi079.gpuwcc (mgr.14180) 311 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:17.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:17 smithi156 bash[28307]: audit 2023-12-21T04:58:15.361873+0000 mgr.smithi079.gpuwcc (mgr.14180) 311 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:18.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:18 smithi079 bash[24931]: cluster 2023-12-21T04:58:16.863464+0000 mgr.smithi079.gpuwcc (mgr.14180) 312 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-12-21T04:58:18.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:18 smithi079 bash[24931]: audit 2023-12-21T04:58:17.273151+0000 mon.smithi079 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:18.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:18 smithi156 bash[28307]: cluster 2023-12-21T04:58:16.863464+0000 mgr.smithi079.gpuwcc (mgr.14180) 312 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-12-21T04:58:18.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:18 smithi156 bash[28307]: audit 2023-12-21T04:58:17.273151+0000 mon.smithi079 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:20.070 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:58:20.070 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:57:39.132229Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:57:37.636097Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:57:39.132560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:57:41.995655Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T04:58:10.642451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.thcgrl on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-thcgrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-thcgrl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.thcgrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.thcgrl\nDeploy daemon haproxy.nfs.foo.smithi156.thcgrl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:14.852177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.iiakqm on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iiakqm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iiakqm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iiakqm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iiakqm\nDeploy daemon haproxy.nfs.foo.smithi079.iiakqm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:14.858698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xwwegs on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:14.860988Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cjcofp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:57:37.636398Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:57:37.636569Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:57:37.636731Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:57:37.636903Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:57:39.132886Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:58:20.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:20 smithi079 bash[24931]: cluster 2023-12-21T04:58:18.864363+0000 mgr.smithi079.gpuwcc (mgr.14180) 313 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-12-21T04:58:20.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:20 smithi079 bash[24931]: audit 2023-12-21T04:58:19.827504+0000 mon.smithi079 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:20.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:20 smithi156 bash[28307]: cluster 2023-12-21T04:58:18.864363+0000 mgr.smithi079.gpuwcc (mgr.14180) 313 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-12-21T04:58:20.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:20 smithi156 bash[28307]: audit 2023-12-21T04:58:19.827504+0000 mon.smithi079 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:20.762 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-21T04:58:21.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:21 smithi079 bash[24931]: audit 2023-12-21T04:58:20.060692+0000 mgr.smithi079.gpuwcc (mgr.14180) 314 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:21.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:21 smithi079 bash[24931]: audit 2023-12-21T04:58:20.471976+0000 mon.smithi079 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:21.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:21 smithi079 bash[24931]: audit 2023-12-21T04:58:20.901459+0000 mon.smithi079 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:21.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:21 smithi079 bash[24931]: audit 2023-12-21T04:58:20.903856+0000 mon.smithi079 (mon.0) 715 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:58:21.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:21 smithi079 bash[24931]: audit 2023-12-21T04:58:20.905519+0000 mon.smithi079 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:58:21.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:21 smithi079 bash[24931]: audit 2023-12-21T04:58:20.913153+0000 mon.smithi079 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:21.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:21 smithi079 bash[24931]: audit 2023-12-21T04:58:20.921218+0000 mon.smithi079 (mon.0) 718 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:58:21.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:21 smithi079 bash[24931]: audit 2023-12-21T04:58:20.937338+0000 mon.smithi079 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:21.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:21 smithi156 bash[28307]: audit 2023-12-21T04:58:20.060692+0000 mgr.smithi079.gpuwcc (mgr.14180) 314 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:21.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:21 smithi156 bash[28307]: audit 2023-12-21T04:58:20.471976+0000 mon.smithi079 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:21.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:21 smithi156 bash[28307]: audit 2023-12-21T04:58:20.901459+0000 mon.smithi079 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:21.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:21 smithi156 bash[28307]: audit 2023-12-21T04:58:20.903856+0000 mon.smithi079 (mon.0) 715 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:58:21.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:21 smithi156 bash[28307]: audit 2023-12-21T04:58:20.905519+0000 mon.smithi079 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:58:21.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:21 smithi156 bash[28307]: audit 2023-12-21T04:58:20.913153+0000 mon.smithi079 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:21.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:21 smithi156 bash[28307]: audit 2023-12-21T04:58:20.921218+0000 mon.smithi079 (mon.0) 718 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:58:21.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:21 smithi156 bash[28307]: audit 2023-12-21T04:58:20.937338+0000 mon.smithi079 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:21.763 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:58:22.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:22 smithi079 bash[24931]: cluster 2023-12-21T04:58:20.865596+0000 mgr.smithi079.gpuwcc (mgr.14180) 315 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-12-21T04:58:22.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:22 smithi079 bash[24931]: cluster 2023-12-21T04:58:20.913967+0000 mgr.smithi079.gpuwcc (mgr.14180) 316 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 223 B/s rd, 0 op/s 2023-12-21T04:58:22.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:22 smithi079 bash[24931]: cephadm 2023-12-21T04:58:20.942527+0000 mgr.smithi079.gpuwcc (mgr.14180) 317 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.gtfxjj on smithi156 2023-12-21T04:58:22.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:22 smithi079 bash[24931]: cluster 2023-12-21T04:58:21.804023+0000 mon.smithi079 (mon.0) 720 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:58:22.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:22 smithi079 bash[24931]: cluster 2023-12-21T04:58:21.804084+0000 mon.smithi079 (mon.0) 721 : cluster [INF] Cluster is now healthy 2023-12-21T04:58:22.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:22 smithi156 bash[28307]: cluster 2023-12-21T04:58:20.865596+0000 mgr.smithi079.gpuwcc (mgr.14180) 315 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-12-21T04:58:22.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:22 smithi156 bash[28307]: cluster 2023-12-21T04:58:20.913967+0000 mgr.smithi079.gpuwcc (mgr.14180) 316 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 223 B/s rd, 0 op/s 2023-12-21T04:58:22.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:22 smithi156 bash[28307]: cephadm 2023-12-21T04:58:20.942527+0000 mgr.smithi079.gpuwcc (mgr.14180) 317 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.gtfxjj on smithi156 2023-12-21T04:58:22.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:22 smithi156 bash[28307]: cluster 2023-12-21T04:58:21.804023+0000 mon.smithi079 (mon.0) 720 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:58:22.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:22 smithi156 bash[28307]: cluster 2023-12-21T04:58:21.804084+0000 mon.smithi079 (mon.0) 721 : cluster [INF] Cluster is now healthy 2023-12-21T04:58:24.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:24 smithi079 bash[24931]: cluster 2023-12-21T04:58:22.914693+0000 mgr.smithi079.gpuwcc (mgr.14180) 318 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 223 B/s rd, 0 op/s 2023-12-21T04:58:24.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:24 smithi156 bash[28307]: cluster 2023-12-21T04:58:22.914693+0000 mgr.smithi079.gpuwcc (mgr.14180) 318 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 223 B/s rd, 0 op/s 2023-12-21T04:58:25.067 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:58:25.068 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:58:20.885178Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:58:20.462073Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:58:20.885681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:10.642451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.thcgrl on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-thcgrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-thcgrl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.thcgrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.thcgrl\nDeploy daemon haproxy.nfs.foo.smithi156.thcgrl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:14.852177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.iiakqm on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iiakqm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iiakqm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iiakqm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iiakqm\nDeploy daemon haproxy.nfs.foo.smithi079.iiakqm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:14.858698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xwwegs on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:14.860988Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cjcofp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:24.690465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gtfxjj on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gtfxjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gtfxjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gtfxjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gtfxjj\nDeploy daemon haproxy.nfs.foo.smithi156.gtfxjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:58:20.464010Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:58:20.462426Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:58:20.462683Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:58:20.464220Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:58:20.462906Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:58:20.463130Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:58:20.886172Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:58:25.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:25 smithi079 bash[24931]: audit 2023-12-21T04:58:24.689345+0000 mon.smithi079 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.gtfxjj"}]: dispatch 2023-12-21T04:58:25.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:25 smithi156 bash[28307]: audit 2023-12-21T04:58:24.689345+0000 mon.smithi079 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.gtfxjj"}]: dispatch 2023-12-21T04:58:25.828 INFO:tasks.cephadm:nfs.foo has 2/2 2023-12-21T04:58:25.828 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-21T04:58:25.839 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-12-21T04:58:25.839 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:58:26.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: cephadm 2023-12-21T04:58:24.688435+0000 mgr.smithi079.gpuwcc (mgr.14180) 319 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gtfxjj 2023-12-21T04:58:26.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:26.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gtfxjj 2023-12-21T04:58:26.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gtfxjj 2023-12-21T04:58:26.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:26.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gtfxjj 2023-12-21T04:58:26.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.gtfxjj ... 2023-12-21T04:58:26.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:26.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:26.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:26.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:26.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:26.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T04:58:26.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:58:26.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T04:58:26.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:58:26.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T04:58:26.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gtfxjj 2023-12-21T04:58:26.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:26.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gtfxjj 2023-12-21T04:58:26.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gtfxjj 2023-12-21T04:58:26.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:26.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gtfxjj 2023-12-21T04:58:26.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.gtfxjj ... 2023-12-21T04:58:26.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:26.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:26.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:26.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:26.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:26.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: cephadm 2023-12-21T04:58:24.688798+0000 mgr.smithi079.gpuwcc (mgr.14180) 320 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.gtfxjj 2023-12-21T04:58:26.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: cephadm 2023-12-21T04:58:24.690581+0000 mgr.smithi079.gpuwcc (mgr.14180) 321 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.gtfxjj on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gtfxjj 2023-12-21T04:58:26.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:26.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gtfxjj 2023-12-21T04:58:26.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gtfxjj 2023-12-21T04:58:26.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:26.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gtfxjj 2023-12-21T04:58:26.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.gtfxjj ... 2023-12-21T04:58:26.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:26.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:26.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:26.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:26.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:26.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: cephadm 2023-12-21T04:58:24.693040+0000 mgr.smithi079.gpuwcc (mgr.14180) 322 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.hyczuu on smithi079 2023-12-21T04:58:26.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: cluster 2023-12-21T04:58:24.915256+0000 mgr.smithi079.gpuwcc (mgr.14180) 323 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T04:58:26.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:26 smithi079 bash[24931]: audit 2023-12-21T04:58:25.057827+0000 mgr.smithi079.gpuwcc (mgr.14180) 324 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:26.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: cephadm 2023-12-21T04:58:24.688435+0000 mgr.smithi079.gpuwcc (mgr.14180) 319 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gtfxjj 2023-12-21T04:58:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gtfxjj 2023-12-21T04:58:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gtfxjj 2023-12-21T04:58:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gtfxjj 2023-12-21T04:58:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.gtfxjj ... 2023-12-21T04:58:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T04:58:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:58:26.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T04:58:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:58:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T04:58:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gtfxjj 2023-12-21T04:58:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gtfxjj 2023-12-21T04:58:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gtfxjj 2023-12-21T04:58:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gtfxjj 2023-12-21T04:58:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.gtfxjj ... 2023-12-21T04:58:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: cephadm 2023-12-21T04:58:24.688798+0000 mgr.smithi079.gpuwcc (mgr.14180) 320 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.gtfxjj 2023-12-21T04:58:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: cephadm 2023-12-21T04:58:24.690581+0000 mgr.smithi079.gpuwcc (mgr.14180) 321 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.gtfxjj on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gtfxjj 2023-12-21T04:58:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gtfxjj 2023-12-21T04:58:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gtfxjj 2023-12-21T04:58:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gtfxjj 2023-12-21T04:58:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.gtfxjj ... 2023-12-21T04:58:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:26.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:26.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: cephadm 2023-12-21T04:58:24.693040+0000 mgr.smithi079.gpuwcc (mgr.14180) 322 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.hyczuu on smithi079 2023-12-21T04:58:26.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: cluster 2023-12-21T04:58:24.915256+0000 mgr.smithi079.gpuwcc (mgr.14180) 323 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T04:58:26.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:26 smithi156 bash[28307]: audit 2023-12-21T04:58:25.057827+0000 mgr.smithi079.gpuwcc (mgr.14180) 324 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:27.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:27 smithi079 bash[24931]: cluster 2023-12-21T04:58:26.916132+0000 mgr.smithi079.gpuwcc (mgr.14180) 325 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T04:58:27.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:27 smithi156 bash[28307]: cluster 2023-12-21T04:58:26.916132+0000 mgr.smithi079.gpuwcc (mgr.14180) 325 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T04:58:28.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:28 smithi079 bash[24931]: audit 2023-12-21T04:58:28.574405+0000 mon.smithi079 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.hyczuu"}]: dispatch 2023-12-21T04:58:28.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:28 smithi079 bash[24931]: audit 2023-12-21T04:58:28.586748+0000 mon.smithi079 (mon.0) 724 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:58:28.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:28 smithi156 bash[28307]: audit 2023-12-21T04:58:28.574405+0000 mon.smithi079 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.hyczuu"}]: dispatch 2023-12-21T04:58:28.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:28 smithi156 bash[28307]: audit 2023-12-21T04:58:28.586748+0000 mon.smithi079 (mon.0) 724 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:58:29.049 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:58:29.049 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:58:20.885178Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:58:20.462073Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:58:20.885681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:14.860988Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cjcofp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:24.690465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gtfxjj on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gtfxjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gtfxjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gtfxjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gtfxjj\nDeploy daemon haproxy.nfs.foo.smithi156.gtfxjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:28.575451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.hyczuu on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-hyczuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-hyczuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.hyczuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.hyczuu\nDeploy daemon haproxy.nfs.foo.smithi079.hyczuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:28.579286Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.blbcxp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:28.582883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cwtoqj on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:58:20.464010Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:58:20.462426Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:58:20.462683Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:58:20.464220Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:58:20.462906Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:58:20.463130Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:58:20.886172Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:58:29.747 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:58:29.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: cephadm 2023-12-21T04:58:28.573694+0000 mgr.smithi079.gpuwcc (mgr.14180) 326 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-hyczuu 2023-12-21T04:58:29.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:29.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-hyczuu 2023-12-21T04:58:29.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.hyczuu 2023-12-21T04:58:29.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:29.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.hyczuu 2023-12-21T04:58:29.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.hyczuu ... 2023-12-21T04:58:29.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:29.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:29.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:29.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:29.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:29.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T04:58:29.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:58:29.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T04:58:29.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:58:29.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T04:58:29.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-hyczuu 2023-12-21T04:58:29.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:29.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-hyczuu 2023-12-21T04:58:29.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.hyczuu 2023-12-21T04:58:29.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:29.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.hyczuu 2023-12-21T04:58:29.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.hyczuu ... 2023-12-21T04:58:29.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:29.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:29.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:29.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:29.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:29.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: cephadm 2023-12-21T04:58:28.573945+0000 mgr.smithi079.gpuwcc (mgr.14180) 327 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.hyczuu 2023-12-21T04:58:29.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: cephadm 2023-12-21T04:58:28.575682+0000 mgr.smithi079.gpuwcc (mgr.14180) 328 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.hyczuu on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-hyczuu 2023-12-21T04:58:29.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:29.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-hyczuu 2023-12-21T04:58:29.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.hyczuu 2023-12-21T04:58:29.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:29.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.hyczuu 2023-12-21T04:58:29.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.hyczuu ... 2023-12-21T04:58:29.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:29.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:29.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:29.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:29.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:29.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: cephadm 2023-12-21T04:58:28.579506+0000 mgr.smithi079.gpuwcc (mgr.14180) 329 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.blbcxp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:58:29.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: cephadm 2023-12-21T04:58:28.583109+0000 mgr.smithi079.gpuwcc (mgr.14180) 330 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.cwtoqj on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:58:29.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: cluster 2023-12-21T04:58:28.584307+0000 mgr.smithi079.gpuwcc (mgr.14180) 331 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 210 B/s rd, 0 op/s 2023-12-21T04:58:29.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: cluster 2023-12-21T04:58:28.635691+0000 mon.smithi079 (mon.0) 725 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:58:29.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:29 smithi079 bash[24931]: audit 2023-12-21T04:58:29.039209+0000 mgr.smithi079.gpuwcc (mgr.14180) 332 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:29.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: cephadm 2023-12-21T04:58:28.573694+0000 mgr.smithi079.gpuwcc (mgr.14180) 326 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-hyczuu 2023-12-21T04:58:29.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:29.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-hyczuu 2023-12-21T04:58:29.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.hyczuu 2023-12-21T04:58:29.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:29.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.hyczuu 2023-12-21T04:58:29.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.hyczuu ... 2023-12-21T04:58:29.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:29.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:29.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:29.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:29.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:29.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T04:58:29.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:58:29.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T04:58:29.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:58:29.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T04:58:29.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-hyczuu 2023-12-21T04:58:29.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:29.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-hyczuu 2023-12-21T04:58:29.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.hyczuu 2023-12-21T04:58:29.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:29.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.hyczuu 2023-12-21T04:58:29.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.hyczuu ... 2023-12-21T04:58:29.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:29.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:29.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:29.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:29.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:29.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: cephadm 2023-12-21T04:58:28.573945+0000 mgr.smithi079.gpuwcc (mgr.14180) 327 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.hyczuu 2023-12-21T04:58:29.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: cephadm 2023-12-21T04:58:28.575682+0000 mgr.smithi079.gpuwcc (mgr.14180) 328 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.hyczuu on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-hyczuu 2023-12-21T04:58:29.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:29.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-hyczuu 2023-12-21T04:58:29.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.hyczuu 2023-12-21T04:58:29.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:29.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.hyczuu 2023-12-21T04:58:29.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.hyczuu ... 2023-12-21T04:58:29.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:29.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:29.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:29.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:29.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:29.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: cephadm 2023-12-21T04:58:28.579506+0000 mgr.smithi079.gpuwcc (mgr.14180) 329 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.blbcxp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:58:29.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: cephadm 2023-12-21T04:58:28.583109+0000 mgr.smithi079.gpuwcc (mgr.14180) 330 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.cwtoqj on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:58:29.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: cluster 2023-12-21T04:58:28.584307+0000 mgr.smithi079.gpuwcc (mgr.14180) 331 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 210 B/s rd, 0 op/s 2023-12-21T04:58:29.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: cluster 2023-12-21T04:58:28.635691+0000 mon.smithi079 (mon.0) 725 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:58:29.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:29 smithi156 bash[28307]: audit 2023-12-21T04:58:29.039209+0000 mgr.smithi079.gpuwcc (mgr.14180) 332 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:30.748 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:58:32.130 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:31 smithi079 bash[24931]: cluster 2023-12-21T04:58:30.585637+0000 mgr.smithi079.gpuwcc (mgr.14180) 333 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 210 B/s rd, 0 op/s 2023-12-21T04:58:32.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:31 smithi156 bash[28307]: cluster 2023-12-21T04:58:30.585637+0000 mgr.smithi079.gpuwcc (mgr.14180) 333 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 210 B/s rd, 0 op/s 2023-12-21T04:58:33.560 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:33 smithi079 bash[24931]: audit 2023-12-21T04:58:32.290969+0000 mon.smithi079 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:33.560 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:33 smithi079 bash[24931]: cluster 2023-12-21T04:58:32.586692+0000 mgr.smithi079.gpuwcc (mgr.14180) 334 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T04:58:33.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:33 smithi156 bash[28307]: audit 2023-12-21T04:58:32.290969+0000 mon.smithi079 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:33.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:33 smithi156 bash[28307]: cluster 2023-12-21T04:58:32.586692+0000 mgr.smithi079.gpuwcc (mgr.14180) 334 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T04:58:33.791 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:58:33.791 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:58:20.885178Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:58:20.462073Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:58:20.885681Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:14.860988Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cjcofp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:24.690465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gtfxjj on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gtfxjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gtfxjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gtfxjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gtfxjj\nDeploy daemon haproxy.nfs.foo.smithi156.gtfxjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:28.575451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.hyczuu on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-hyczuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-hyczuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.hyczuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.hyczuu\nDeploy daemon haproxy.nfs.foo.smithi079.hyczuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:28.579286Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.blbcxp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:28.582883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cwtoqj on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:58:20.464010Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:58:20.462426Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:58:20.462683Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:58:20.464220Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:58:20.462906Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:58:20.463130Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:58:20.886172Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:58:34.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:58:34.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:34 smithi079 bash[24931]: audit 2023-12-21T04:58:33.785160+0000 mgr.smithi079.gpuwcc (mgr.14180) 335 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:34.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:34 smithi079 bash[24931]: audit 2023-12-21T04:58:34.225532+0000 mon.smithi079 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:34.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:34 smithi156 bash[28307]: audit 2023-12-21T04:58:33.785160+0000 mgr.smithi079.gpuwcc (mgr.14180) 335 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:34.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:34 smithi156 bash[28307]: audit 2023-12-21T04:58:34.225532+0000 mon.smithi079 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:35.549 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:58:35.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:35 smithi079 bash[24931]: audit 2023-12-21T04:58:34.501816+0000 mon.smithi079 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:35.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:35 smithi079 bash[24931]: audit 2023-12-21T04:58:34.503498+0000 mon.smithi079 (mon.0) 729 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:58:35.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:35 smithi079 bash[24931]: audit 2023-12-21T04:58:34.504845+0000 mon.smithi079 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:58:35.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:35 smithi079 bash[24931]: audit 2023-12-21T04:58:34.510442+0000 mon.smithi079 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:35.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:35 smithi079 bash[24931]: cluster 2023-12-21T04:58:34.511263+0000 mgr.smithi079.gpuwcc (mgr.14180) 336 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-21T04:58:35.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:35 smithi079 bash[24931]: audit 2023-12-21T04:58:34.515763+0000 mon.smithi079 (mon.0) 732 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:58:35.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:35 smithi079 bash[24931]: audit 2023-12-21T04:58:34.530390+0000 mon.smithi079 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:35.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:35 smithi079 bash[24931]: cephadm 2023-12-21T04:58:34.533951+0000 mgr.smithi079.gpuwcc (mgr.14180) 337 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.gurnia on smithi156 2023-12-21T04:58:35.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:35 smithi156 bash[28307]: audit 2023-12-21T04:58:34.501816+0000 mon.smithi079 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:35.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:35 smithi156 bash[28307]: audit 2023-12-21T04:58:34.503498+0000 mon.smithi079 (mon.0) 729 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:58:35.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:35 smithi156 bash[28307]: audit 2023-12-21T04:58:34.504845+0000 mon.smithi079 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:58:35.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:35 smithi156 bash[28307]: audit 2023-12-21T04:58:34.510442+0000 mon.smithi079 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:35.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:35 smithi156 bash[28307]: cluster 2023-12-21T04:58:34.511263+0000 mgr.smithi079.gpuwcc (mgr.14180) 336 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-21T04:58:35.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:35 smithi156 bash[28307]: audit 2023-12-21T04:58:34.515763+0000 mon.smithi079 (mon.0) 732 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:58:35.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:35 smithi156 bash[28307]: audit 2023-12-21T04:58:34.530390+0000 mon.smithi079 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:35.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:35 smithi156 bash[28307]: cephadm 2023-12-21T04:58:34.533951+0000 mgr.smithi079.gpuwcc (mgr.14180) 337 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.gurnia on smithi156 2023-12-21T04:58:36.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:36 smithi079 bash[24931]: cluster 2023-12-21T04:58:35.508718+0000 mon.smithi079 (mon.0) 734 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:58:36.782 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:36 smithi079 bash[24931]: cluster 2023-12-21T04:58:35.508771+0000 mon.smithi079 (mon.0) 735 : cluster [INF] Cluster is now healthy 2023-12-21T04:58:36.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:36 smithi156 bash[28307]: cluster 2023-12-21T04:58:35.508718+0000 mon.smithi079 (mon.0) 734 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:58:36.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:36 smithi156 bash[28307]: cluster 2023-12-21T04:58:35.508771+0000 mon.smithi079 (mon.0) 735 : cluster [INF] Cluster is now healthy 2023-12-21T04:58:37.921 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:37 smithi156 bash[28307]: cluster 2023-12-21T04:58:36.512256+0000 mgr.smithi079.gpuwcc (mgr.14180) 338 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-21T04:58:37.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:37 smithi079 bash[24931]: cluster 2023-12-21T04:58:36.512256+0000 mgr.smithi079.gpuwcc (mgr.14180) 338 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-21T04:58:38.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:38 smithi079 bash[24931]: audit 2023-12-21T04:58:38.326055+0000 mon.smithi079 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.gurnia"}]: dispatch 2023-12-21T04:58:38.744 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:58:38.744 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:58:34.490141Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:58:34.214190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:58:34.490600Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:24.690465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gtfxjj on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gtfxjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gtfxjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gtfxjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gtfxjj\nDeploy daemon haproxy.nfs.foo.smithi156.gtfxjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:28.575451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.hyczuu on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-hyczuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-hyczuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.hyczuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.hyczuu\nDeploy daemon haproxy.nfs.foo.smithi079.hyczuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:28.579286Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.blbcxp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:28.582883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cwtoqj on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:38.327390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gurnia on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\nDeploy daemon haproxy.nfs.foo.smithi156.gurnia ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:58:34.216033Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:58:34.214533Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:58:34.214755Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:58:34.216272Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:58:34.214935Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:58:34.215073Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:58:34.491054Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:58:38.990 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:38 smithi156 bash[28307]: audit 2023-12-21T04:58:38.326055+0000 mon.smithi079 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.gurnia"}]: dispatch 2023-12-21T04:58:39.545 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:58:39.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: cephadm 2023-12-21T04:58:38.325301+0000 mgr.smithi079.gpuwcc (mgr.14180) 339 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia 2023-12-21T04:58:39.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:39.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia 2023-12-21T04:58:39.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia 2023-12-21T04:58:39.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:39.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia 2023-12-21T04:58:39.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.gurnia ... 2023-12-21T04:58:39.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:39.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:39.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:39.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:39.985 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:39.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T04:58:39.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:58:39.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T04:58:39.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:58:39.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T04:58:39.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia 2023-12-21T04:58:39.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:39.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia 2023-12-21T04:58:39.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia 2023-12-21T04:58:39.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:39.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia 2023-12-21T04:58:39.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.gurnia ... 2023-12-21T04:58:39.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:39.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:39.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:39.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:39.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:39.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: cephadm 2023-12-21T04:58:38.325545+0000 mgr.smithi079.gpuwcc (mgr.14180) 340 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.gurnia 2023-12-21T04:58:39.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: cephadm 2023-12-21T04:58:38.327645+0000 mgr.smithi079.gpuwcc (mgr.14180) 341 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.gurnia on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia 2023-12-21T04:58:39.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:39.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia 2023-12-21T04:58:39.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia 2023-12-21T04:58:39.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:39.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia 2023-12-21T04:58:39.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.gurnia ... 2023-12-21T04:58:39.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:39.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:39.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:39.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:39.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:39.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: cephadm 2023-12-21T04:58:38.330084+0000 mgr.smithi079.gpuwcc (mgr.14180) 342 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.qjyeod on smithi079 2023-12-21T04:58:39.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: cluster 2023-12-21T04:58:38.512655+0000 mgr.smithi079.gpuwcc (mgr.14180) 343 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-21T04:58:39.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:39 smithi079 bash[24931]: audit 2023-12-21T04:58:38.735957+0000 mgr.smithi079.gpuwcc (mgr.14180) 344 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:39.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: cephadm 2023-12-21T04:58:38.325301+0000 mgr.smithi079.gpuwcc (mgr.14180) 339 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia 2023-12-21T04:58:39.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:39.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia 2023-12-21T04:58:39.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia 2023-12-21T04:58:39.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:39.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia 2023-12-21T04:58:39.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.gurnia ... 2023-12-21T04:58:39.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:39.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:39.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:39.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:39.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:39.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T04:58:39.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:58:39.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T04:58:39.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:58:39.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T04:58:39.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia 2023-12-21T04:58:39.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:39.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia 2023-12-21T04:58:39.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia 2023-12-21T04:58:39.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:39.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia 2023-12-21T04:58:39.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.gurnia ... 2023-12-21T04:58:39.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:39.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:39.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:39.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:39.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:39.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: cephadm 2023-12-21T04:58:38.325545+0000 mgr.smithi079.gpuwcc (mgr.14180) 340 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.gurnia 2023-12-21T04:58:39.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: cephadm 2023-12-21T04:58:38.327645+0000 mgr.smithi079.gpuwcc (mgr.14180) 341 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.gurnia on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia 2023-12-21T04:58:39.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:39.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia 2023-12-21T04:58:39.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia 2023-12-21T04:58:39.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:39.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia 2023-12-21T04:58:39.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.gurnia ... 2023-12-21T04:58:39.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:39.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:39.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:39.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:39.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:39.995 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: cephadm 2023-12-21T04:58:38.330084+0000 mgr.smithi079.gpuwcc (mgr.14180) 342 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.qjyeod on smithi079 2023-12-21T04:58:39.996 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: cluster 2023-12-21T04:58:38.512655+0000 mgr.smithi079.gpuwcc (mgr.14180) 343 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-21T04:58:39.996 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:39 smithi156 bash[28307]: audit 2023-12-21T04:58:38.735957+0000 mgr.smithi079.gpuwcc (mgr.14180) 344 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:40.547 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:58:42.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:41 smithi079 bash[24931]: cluster 2023-12-21T04:58:40.513666+0000 mgr.smithi079.gpuwcc (mgr.14180) 345 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2023-12-21T04:58:42.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:41 smithi156 bash[28307]: cluster 2023-12-21T04:58:40.513666+0000 mgr.smithi079.gpuwcc (mgr.14180) 345 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2023-12-21T04:58:43.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:42 smithi079 bash[24931]: audit 2023-12-21T04:58:42.441752+0000 mon.smithi079 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.qjyeod"}]: dispatch 2023-12-21T04:58:43.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:42 smithi156 bash[28307]: audit 2023-12-21T04:58:42.441752+0000 mon.smithi079 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.qjyeod"}]: dispatch 2023-12-21T04:58:43.687 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:58:43.687 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:58:34.490141Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:58:34.214190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:58:34.490600Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:28.582883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cwtoqj on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:38.327390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gurnia on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\nDeploy daemon haproxy.nfs.foo.smithi156.gurnia ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.442718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qjyeod on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\nDeploy daemon haproxy.nfs.foo.smithi079.qjyeod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.444772Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dnbgtc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:58:34.216033Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:58:34.214533Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:58:34.214755Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:58:34.216272Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:58:34.214935Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:58:34.215073Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:58:34.491054Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:58:44.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: cephadm 2023-12-21T04:58:42.441002+0000 mgr.smithi079.gpuwcc (mgr.14180) 346 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod 2023-12-21T04:58:44.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:44.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod 2023-12-21T04:58:44.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod 2023-12-21T04:58:44.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:44.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod 2023-12-21T04:58:44.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.qjyeod ... 2023-12-21T04:58:44.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:44.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:44.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:44.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:44.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:44.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T04:58:44.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:58:44.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T04:58:44.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:58:44.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T04:58:44.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod 2023-12-21T04:58:44.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:44.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod 2023-12-21T04:58:44.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod 2023-12-21T04:58:44.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:44.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod 2023-12-21T04:58:44.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.qjyeod ... 2023-12-21T04:58:44.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:44.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:44.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:44.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:44.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:44.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: cephadm 2023-12-21T04:58:42.441246+0000 mgr.smithi079.gpuwcc (mgr.14180) 347 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.qjyeod 2023-12-21T04:58:44.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: cephadm 2023-12-21T04:58:42.442858+0000 mgr.smithi079.gpuwcc (mgr.14180) 348 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.qjyeod on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod 2023-12-21T04:58:44.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:44.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod 2023-12-21T04:58:44.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod 2023-12-21T04:58:44.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:58:44.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod 2023-12-21T04:58:44.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.qjyeod ... 2023-12-21T04:58:44.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:44.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:44.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:44.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:44.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:44.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: cephadm 2023-12-21T04:58:42.444885+0000 mgr.smithi079.gpuwcc (mgr.14180) 349 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.dnbgtc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:58:44.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: cephadm 2023-12-21T04:58:42.446693+0000 mgr.smithi079.gpuwcc (mgr.14180) 350 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:58:44.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: cluster 2023-12-21T04:58:42.448116+0000 mgr.smithi079.gpuwcc (mgr.14180) 351 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T04:58:44.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:43 smithi079 bash[24931]: cluster 2023-12-21T04:58:42.811773+0000 mon.smithi079 (mon.0) 738 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:58:44.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: cephadm 2023-12-21T04:58:42.441002+0000 mgr.smithi079.gpuwcc (mgr.14180) 346 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod 2023-12-21T04:58:44.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:44.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod 2023-12-21T04:58:44.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod 2023-12-21T04:58:44.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:44.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod 2023-12-21T04:58:44.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.qjyeod ... 2023-12-21T04:58:44.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:44.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:44.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:44.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:44.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:44.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T04:58:44.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:58:44.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T04:58:44.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:58:44.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T04:58:44.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod 2023-12-21T04:58:44.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:44.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod 2023-12-21T04:58:44.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod 2023-12-21T04:58:44.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:44.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod 2023-12-21T04:58:44.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.qjyeod ... 2023-12-21T04:58:44.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:44.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:44.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:44.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:44.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:44.243 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: cephadm 2023-12-21T04:58:42.441246+0000 mgr.smithi079.gpuwcc (mgr.14180) 347 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.qjyeod 2023-12-21T04:58:44.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: cephadm 2023-12-21T04:58:42.442858+0000 mgr.smithi079.gpuwcc (mgr.14180) 348 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.qjyeod on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod 2023-12-21T04:58:44.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:44.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod 2023-12-21T04:58:44.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod 2023-12-21T04:58:44.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:58:44.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod 2023-12-21T04:58:44.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.qjyeod ... 2023-12-21T04:58:44.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:44.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:58:44.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:58:44.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T04:58:44.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:58:44.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: cephadm 2023-12-21T04:58:42.444885+0000 mgr.smithi079.gpuwcc (mgr.14180) 349 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.dnbgtc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:58:44.244 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: cephadm 2023-12-21T04:58:42.446693+0000 mgr.smithi079.gpuwcc (mgr.14180) 350 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:58:44.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: cluster 2023-12-21T04:58:42.448116+0000 mgr.smithi079.gpuwcc (mgr.14180) 351 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T04:58:44.245 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:43 smithi156 bash[28307]: cluster 2023-12-21T04:58:42.811773+0000 mon.smithi079 (mon.0) 738 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:58:44.466 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:58:45.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:44 smithi079 bash[24931]: audit 2023-12-21T04:58:43.676458+0000 mgr.smithi079.gpuwcc (mgr.14180) 352 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:45.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:44 smithi156 bash[28307]: audit 2023-12-21T04:58:43.676458+0000 mgr.smithi079.gpuwcc (mgr.14180) 352 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:45.468 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:58:45.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:45 smithi079 bash[24931]: cluster 2023-12-21T04:58:44.448802+0000 mgr.smithi079.gpuwcc (mgr.14180) 353 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T04:58:46.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:45 smithi156 bash[28307]: cluster 2023-12-21T04:58:44.448802+0000 mgr.smithi079.gpuwcc (mgr.14180) 353 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T04:58:48.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:47 smithi079 bash[24931]: cluster 2023-12-21T04:58:46.450275+0000 mgr.smithi079.gpuwcc (mgr.14180) 354 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-21T04:58:48.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:47 smithi079 bash[24931]: audit 2023-12-21T04:58:47.305492+0000 mon.smithi079 (mon.0) 739 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:48.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:47 smithi156 bash[28307]: cluster 2023-12-21T04:58:46.450275+0000 mgr.smithi079.gpuwcc (mgr.14180) 354 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-21T04:58:48.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:47 smithi156 bash[28307]: audit 2023-12-21T04:58:47.305492+0000 mon.smithi079 (mon.0) 739 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:58:48.436 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:58:48.436 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:58:34.490141Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:58:34.214190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:58:34.490600Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:28.582883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cwtoqj on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:38.327390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gurnia on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\nDeploy daemon haproxy.nfs.foo.smithi156.gurnia ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.442718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qjyeod on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\nDeploy daemon haproxy.nfs.foo.smithi079.qjyeod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.444772Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dnbgtc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:58:34.216033Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:58:34.214533Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:58:34.214755Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:58:34.216272Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:58:34.214935Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:58:34.215073Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:58:34.491054Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:58:49.121 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:58:50.122 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:58:50.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:49 smithi079 bash[24931]: audit 2023-12-21T04:58:48.426988+0000 mgr.smithi079.gpuwcc (mgr.14180) 355 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:50.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:49 smithi079 bash[24931]: cluster 2023-12-21T04:58:48.451158+0000 mgr.smithi079.gpuwcc (mgr.14180) 356 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-21T04:58:50.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:49 smithi156 bash[28307]: audit 2023-12-21T04:58:48.426988+0000 mgr.smithi079.gpuwcc (mgr.14180) 355 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:50.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:49 smithi156 bash[28307]: cluster 2023-12-21T04:58:48.451158+0000 mgr.smithi079.gpuwcc (mgr.14180) 356 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-21T04:58:52.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:51 smithi079 bash[24931]: cluster 2023-12-21T04:58:50.452515+0000 mgr.smithi079.gpuwcc (mgr.14180) 357 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2023-12-21T04:58:52.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:51 smithi156 bash[28307]: cluster 2023-12-21T04:58:50.452515+0000 mgr.smithi079.gpuwcc (mgr.14180) 357 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2023-12-21T04:58:53.131 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:58:53.131 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:58:34.490141Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:58:34.214190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:58:34.490600Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:28.582883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cwtoqj on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:38.327390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gurnia on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\nDeploy daemon haproxy.nfs.foo.smithi156.gurnia ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.442718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qjyeod on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\nDeploy daemon haproxy.nfs.foo.smithi079.qjyeod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.444772Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dnbgtc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:58:34.216033Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:58:34.214533Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:58:34.214755Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:58:34.216272Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:58:34.214935Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:58:34.215073Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:58:34.491054Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:58:53.833 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:58:54.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:53 smithi079 bash[24931]: cluster 2023-12-21T04:58:52.453721+0000 mgr.smithi079.gpuwcc (mgr.14180) 358 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-21T04:58:54.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:53 smithi079 bash[24931]: audit 2023-12-21T04:58:53.121573+0000 mgr.smithi079.gpuwcc (mgr.14180) 359 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:54.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:53 smithi156 bash[28307]: cluster 2023-12-21T04:58:52.453721+0000 mgr.smithi079.gpuwcc (mgr.14180) 358 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-21T04:58:54.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:53 smithi156 bash[28307]: audit 2023-12-21T04:58:53.121573+0000 mgr.smithi079.gpuwcc (mgr.14180) 359 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:54.833 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:58:56.108 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:55 smithi079 bash[24931]: cluster 2023-12-21T04:58:54.454671+0000 mgr.smithi079.gpuwcc (mgr.14180) 360 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:58:56.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:55 smithi156 bash[28307]: cluster 2023-12-21T04:58:54.454671+0000 mgr.smithi079.gpuwcc (mgr.14180) 360 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:58:57.707 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:58:57.708 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:58:34.490141Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:58:34.214190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:58:34.490600Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:28.582883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cwtoqj on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:38.327390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gurnia on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\nDeploy daemon haproxy.nfs.foo.smithi156.gurnia ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.442718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qjyeod on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\nDeploy daemon haproxy.nfs.foo.smithi079.qjyeod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.444772Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dnbgtc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:58:34.216033Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:58:34.214533Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:58:34.214755Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:58:34.216272Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:58:34.214935Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:58:34.215073Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:58:34.491054Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:58:58.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:57 smithi079 bash[24931]: cluster 2023-12-21T04:58:56.456250+0000 mgr.smithi079.gpuwcc (mgr.14180) 361 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:58:58.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:57 smithi156 bash[28307]: cluster 2023-12-21T04:58:56.456250+0000 mgr.smithi079.gpuwcc (mgr.14180) 361 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:58:58.378 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:58:59.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:58 smithi079 bash[24931]: audit 2023-12-21T04:58:57.698647+0000 mgr.smithi079.gpuwcc (mgr.14180) 362 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:59.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:58 smithi156 bash[28307]: audit 2023-12-21T04:58:57.698647+0000 mgr.smithi079.gpuwcc (mgr.14180) 362 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:59.379 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:00.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:58:59 smithi079 bash[24931]: cluster 2023-12-21T04:58:58.457174+0000 mgr.smithi079.gpuwcc (mgr.14180) 363 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:00.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:58:59 smithi156 bash[28307]: cluster 2023-12-21T04:58:58.457174+0000 mgr.smithi079.gpuwcc (mgr.14180) 363 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:02.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:01 smithi079 bash[24931]: cluster 2023-12-21T04:59:00.458239+0000 mgr.smithi079.gpuwcc (mgr.14180) 364 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T04:59:02.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:01 smithi156 bash[28307]: cluster 2023-12-21T04:59:00.458239+0000 mgr.smithi079.gpuwcc (mgr.14180) 364 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T04:59:02.372 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:59:02.372 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:58:34.490141Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:58:34.214190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:58:34.490600Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:28.582883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cwtoqj on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:38.327390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gurnia on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\nDeploy daemon haproxy.nfs.foo.smithi156.gurnia ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.442718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qjyeod on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\nDeploy daemon haproxy.nfs.foo.smithi079.qjyeod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.444772Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dnbgtc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:58:34.216033Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:58:34.214533Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:58:34.214755Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:58:34.216272Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:58:34.214935Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:58:34.215073Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:58:34.491054Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:03.051 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:59:04.052 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:04.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:03 smithi079 bash[24931]: audit 2023-12-21T04:59:02.360610+0000 mgr.smithi079.gpuwcc (mgr.14180) 365 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:04.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:03 smithi079 bash[24931]: cluster 2023-12-21T04:59:02.459306+0000 mgr.smithi079.gpuwcc (mgr.14180) 366 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:04.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:03 smithi156 bash[28307]: audit 2023-12-21T04:59:02.360610+0000 mgr.smithi079.gpuwcc (mgr.14180) 365 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:04.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:03 smithi156 bash[28307]: cluster 2023-12-21T04:59:02.459306+0000 mgr.smithi079.gpuwcc (mgr.14180) 366 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:06.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:05 smithi079 bash[24931]: cluster 2023-12-21T04:59:04.460098+0000 mgr.smithi079.gpuwcc (mgr.14180) 367 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:06.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:05 smithi156 bash[28307]: cluster 2023-12-21T04:59:04.460098+0000 mgr.smithi079.gpuwcc (mgr.14180) 367 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:07.116 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:59:07.117 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:58:34.490141Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:58:34.214190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:58:34.490600Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:28.582883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cwtoqj on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:38.327390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gurnia on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\nDeploy daemon haproxy.nfs.foo.smithi156.gurnia ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.442718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qjyeod on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\nDeploy daemon haproxy.nfs.foo.smithi079.qjyeod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.444772Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dnbgtc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:58:34.216033Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:58:34.214533Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:58:34.214755Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:58:34.216272Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:58:34.214935Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:58:34.215073Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:58:34.491054Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:07.755 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:59:08.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:07 smithi079 bash[24931]: cluster 2023-12-21T04:59:06.461449+0000 mgr.smithi079.gpuwcc (mgr.14180) 368 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:08.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:07 smithi079 bash[24931]: audit 2023-12-21T04:59:07.107589+0000 mgr.smithi079.gpuwcc (mgr.14180) 369 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:08.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:07 smithi156 bash[28307]: cluster 2023-12-21T04:59:06.461449+0000 mgr.smithi079.gpuwcc (mgr.14180) 368 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:08.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:07 smithi156 bash[28307]: audit 2023-12-21T04:59:07.107589+0000 mgr.smithi079.gpuwcc (mgr.14180) 369 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:08.756 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:09.972 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:09 smithi079 bash[24931]: cluster 2023-12-21T04:59:08.462400+0000 mgr.smithi079.gpuwcc (mgr.14180) 370 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:10.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:09 smithi156 bash[28307]: cluster 2023-12-21T04:59:08.462400+0000 mgr.smithi079.gpuwcc (mgr.14180) 370 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:11.576 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:59:11.576 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:58:34.490141Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:58:34.214190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:58:34.490600Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:28.582883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cwtoqj on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:38.327390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gurnia on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\nDeploy daemon haproxy.nfs.foo.smithi156.gurnia ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.442718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qjyeod on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\nDeploy daemon haproxy.nfs.foo.smithi079.qjyeod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.444772Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dnbgtc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:58:34.216033Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:58:34.214533Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:58:34.214755Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:58:34.216272Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:58:34.214935Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:58:34.215073Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:58:34.491054Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:12.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:11 smithi079 bash[24931]: cluster 2023-12-21T04:59:10.463738+0000 mgr.smithi079.gpuwcc (mgr.14180) 371 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T04:59:12.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:11 smithi156 bash[28307]: cluster 2023-12-21T04:59:10.463738+0000 mgr.smithi079.gpuwcc (mgr.14180) 371 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T04:59:12.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:59:13.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:12 smithi079 bash[24931]: audit 2023-12-21T04:59:11.569377+0000 mgr.smithi079.gpuwcc (mgr.14180) 372 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:13.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:12 smithi156 bash[28307]: audit 2023-12-21T04:59:11.569377+0000 mgr.smithi079.gpuwcc (mgr.14180) 372 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:13.255 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:14.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:13 smithi079 bash[24931]: cluster 2023-12-21T04:59:12.464971+0000 mgr.smithi079.gpuwcc (mgr.14180) 373 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:14.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:13 smithi156 bash[28307]: cluster 2023-12-21T04:59:12.464971+0000 mgr.smithi079.gpuwcc (mgr.14180) 373 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:16.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:15 smithi079 bash[24931]: cluster 2023-12-21T04:59:14.465796+0000 mgr.smithi079.gpuwcc (mgr.14180) 374 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:16.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:15 smithi156 bash[28307]: cluster 2023-12-21T04:59:14.465796+0000 mgr.smithi079.gpuwcc (mgr.14180) 374 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:16.319 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:59:16.319 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:58:34.490141Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:58:34.214190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:58:34.490600Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:28.582883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cwtoqj on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:38.327390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gurnia on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\nDeploy daemon haproxy.nfs.foo.smithi156.gurnia ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.442718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qjyeod on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\nDeploy daemon haproxy.nfs.foo.smithi079.qjyeod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.444772Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dnbgtc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:58:34.216033Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:58:34.214533Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:58:34.214755Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:58:34.216272Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:58:34.214935Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:58:34.215073Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:58:34.491054Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:17.076 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:59:18.077 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:18.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:17 smithi079 bash[24931]: audit 2023-12-21T04:59:16.310022+0000 mgr.smithi079.gpuwcc (mgr.14180) 375 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:18.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:17 smithi079 bash[24931]: cluster 2023-12-21T04:59:16.467404+0000 mgr.smithi079.gpuwcc (mgr.14180) 376 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:18.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:17 smithi156 bash[28307]: audit 2023-12-21T04:59:16.310022+0000 mgr.smithi079.gpuwcc (mgr.14180) 375 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:18.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:17 smithi156 bash[28307]: cluster 2023-12-21T04:59:16.467404+0000 mgr.smithi079.gpuwcc (mgr.14180) 376 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:20.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:19 smithi079 bash[24931]: cluster 2023-12-21T04:59:18.468285+0000 mgr.smithi079.gpuwcc (mgr.14180) 377 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:20.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:19 smithi156 bash[28307]: cluster 2023-12-21T04:59:18.468285+0000 mgr.smithi079.gpuwcc (mgr.14180) 377 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:21.226 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:59:21.227 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:58:34.490141Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:58:34.214190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:58:34.490600Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:28.582883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cwtoqj on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:38.327390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gurnia on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\nDeploy daemon haproxy.nfs.foo.smithi156.gurnia ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.442718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qjyeod on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\nDeploy daemon haproxy.nfs.foo.smithi079.qjyeod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.444772Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dnbgtc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:58:34.216033Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:58:34.214533Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:58:34.214755Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:58:34.216272Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:58:34.214935Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:58:34.215073Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:58:34.491054Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:21.892 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:59:22.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:21 smithi079 bash[24931]: cluster 2023-12-21T04:59:20.469481+0000 mgr.smithi079.gpuwcc (mgr.14180) 378 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T04:59:22.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:21 smithi156 bash[28307]: cluster 2023-12-21T04:59:20.469481+0000 mgr.smithi079.gpuwcc (mgr.14180) 378 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T04:59:22.893 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:23.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:22 smithi079 bash[24931]: audit 2023-12-21T04:59:21.217132+0000 mgr.smithi079.gpuwcc (mgr.14180) 379 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:23.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:22 smithi156 bash[28307]: audit 2023-12-21T04:59:21.217132+0000 mgr.smithi079.gpuwcc (mgr.14180) 379 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:24.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:23 smithi079 bash[24931]: cluster 2023-12-21T04:59:22.470712+0000 mgr.smithi079.gpuwcc (mgr.14180) 380 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:24.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:23 smithi156 bash[28307]: cluster 2023-12-21T04:59:22.470712+0000 mgr.smithi079.gpuwcc (mgr.14180) 380 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:25.852 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:59:25.852 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:58:34.490141Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:58:34.214190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:58:34.490600Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:28.582883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cwtoqj on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:38.327390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gurnia on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\nDeploy daemon haproxy.nfs.foo.smithi156.gurnia ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.442718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qjyeod on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\nDeploy daemon haproxy.nfs.foo.smithi079.qjyeod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.444772Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dnbgtc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:58:34.216033Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:58:34.214533Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:58:34.214755Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:58:34.216272Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:58:34.214935Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:58:34.215073Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:58:34.491054Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:26.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:25 smithi079 bash[24931]: cluster 2023-12-21T04:59:24.471711+0000 mgr.smithi079.gpuwcc (mgr.14180) 381 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:26.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:25 smithi156 bash[28307]: cluster 2023-12-21T04:59:24.471711+0000 mgr.smithi079.gpuwcc (mgr.14180) 381 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:26.612 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:59:27.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:26 smithi079 bash[24931]: audit 2023-12-21T04:59:25.845432+0000 mgr.smithi079.gpuwcc (mgr.14180) 382 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:27.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:26 smithi156 bash[28307]: audit 2023-12-21T04:59:25.845432+0000 mgr.smithi079.gpuwcc (mgr.14180) 382 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:27.613 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:28.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:27 smithi079 bash[24931]: cluster 2023-12-21T04:59:26.473333+0000 mgr.smithi079.gpuwcc (mgr.14180) 383 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:28.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:27 smithi156 bash[28307]: cluster 2023-12-21T04:59:26.473333+0000 mgr.smithi079.gpuwcc (mgr.14180) 383 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:30.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:29 smithi156 bash[28307]: cluster 2023-12-21T04:59:28.474545+0000 mgr.smithi079.gpuwcc (mgr.14180) 384 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:30.447 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:29 smithi079 bash[24931]: cluster 2023-12-21T04:59:28.474545+0000 mgr.smithi079.gpuwcc (mgr.14180) 384 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:30.839 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:59:30.839 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:58:34.490141Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:58:34.214190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:58:34.490600Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:28.582883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cwtoqj on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:38.327390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gurnia on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\nDeploy daemon haproxy.nfs.foo.smithi156.gurnia ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.442718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qjyeod on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\nDeploy daemon haproxy.nfs.foo.smithi079.qjyeod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.444772Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dnbgtc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:58:34.216033Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:58:34.214533Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:58:34.214755Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:58:34.216272Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:58:34.214935Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:58:34.215073Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:58:34.491054Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:31.562 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:59:32.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:31 smithi079 bash[24931]: cluster 2023-12-21T04:59:30.475934+0000 mgr.smithi079.gpuwcc (mgr.14180) 385 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T04:59:32.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:31 smithi079 bash[24931]: audit 2023-12-21T04:59:30.834545+0000 mgr.smithi079.gpuwcc (mgr.14180) 386 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:32.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:31 smithi156 bash[28307]: cluster 2023-12-21T04:59:30.475934+0000 mgr.smithi079.gpuwcc (mgr.14180) 385 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T04:59:32.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:31 smithi156 bash[28307]: audit 2023-12-21T04:59:30.834545+0000 mgr.smithi079.gpuwcc (mgr.14180) 386 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:32.563 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:34.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:34 smithi079 bash[24931]: cluster 2023-12-21T04:59:32.477159+0000 mgr.smithi079.gpuwcc (mgr.14180) 387 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:34.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:34 smithi156 bash[28307]: cluster 2023-12-21T04:59:32.477159+0000 mgr.smithi079.gpuwcc (mgr.14180) 387 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:35.538 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:59:35.539 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:58:34.490141Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:58:34.214190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:58:34.490600Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:28.582883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cwtoqj on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:38.327390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gurnia on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\nDeploy daemon haproxy.nfs.foo.smithi156.gurnia ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.442718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qjyeod on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\nDeploy daemon haproxy.nfs.foo.smithi079.qjyeod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.444772Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dnbgtc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:58:34.216033Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:58:34.214533Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:58:34.214755Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:58:34.216272Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:58:34.214935Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:58:34.215073Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:58:34.491054Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:36.226 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:36 smithi079 bash[24931]: cluster 2023-12-21T04:59:34.478060+0000 mgr.smithi079.gpuwcc (mgr.14180) 388 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:36.227 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:59:36.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:36 smithi156 bash[28307]: cluster 2023-12-21T04:59:34.478060+0000 mgr.smithi079.gpuwcc (mgr.14180) 388 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:37.228 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:37.424 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:37 smithi079 bash[24931]: audit 2023-12-21T04:59:35.533477+0000 mgr.smithi079.gpuwcc (mgr.14180) 389 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:37.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:37 smithi156 bash[28307]: audit 2023-12-21T04:59:35.533477+0000 mgr.smithi079.gpuwcc (mgr.14180) 389 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:38.373 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:38 smithi079 bash[24931]: cluster 2023-12-21T04:59:36.479628+0000 mgr.smithi079.gpuwcc (mgr.14180) 390 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:38.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:38 smithi156 bash[28307]: cluster 2023-12-21T04:59:36.479628+0000 mgr.smithi079.gpuwcc (mgr.14180) 390 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:40.035 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:59:40.035 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:58:34.490141Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:58:34.214190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:58:34.490600Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:28.582883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cwtoqj on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:38.327390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gurnia on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\nDeploy daemon haproxy.nfs.foo.smithi156.gurnia ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.442718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qjyeod on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\nDeploy daemon haproxy.nfs.foo.smithi079.qjyeod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.444772Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dnbgtc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:58:34.216033Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:58:34.214533Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:58:34.214755Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:58:34.216272Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:58:34.214935Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:58:34.215073Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:58:34.491054Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:40.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:40 smithi079 bash[24931]: cluster 2023-12-21T04:59:38.480709+0000 mgr.smithi079.gpuwcc (mgr.14180) 391 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:40.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:40 smithi156 bash[28307]: cluster 2023-12-21T04:59:38.480709+0000 mgr.smithi079.gpuwcc (mgr.14180) 391 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:40.744 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:59:41.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:41 smithi079 bash[24931]: audit 2023-12-21T04:59:40.027015+0000 mgr.smithi079.gpuwcc (mgr.14180) 392 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:41.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:41 smithi156 bash[28307]: audit 2023-12-21T04:59:40.027015+0000 mgr.smithi079.gpuwcc (mgr.14180) 392 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:41.745 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:42.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:42 smithi079 bash[24931]: cluster 2023-12-21T04:59:40.482079+0000 mgr.smithi079.gpuwcc (mgr.14180) 393 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T04:59:42.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:42 smithi156 bash[28307]: cluster 2023-12-21T04:59:40.482079+0000 mgr.smithi079.gpuwcc (mgr.14180) 393 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T04:59:43.122 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:43 smithi079 bash[24931]: audit 2023-12-21T04:59:42.450565+0000 mon.smithi079 (mon.0) 740 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:59:43.122 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:43 smithi079 bash[24931]: audit 2023-12-21T04:59:42.698591+0000 mon.smithi079 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:59:43.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:43 smithi156 bash[28307]: audit 2023-12-21T04:59:42.450565+0000 mon.smithi079 (mon.0) 740 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:59:43.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:43 smithi156 bash[28307]: audit 2023-12-21T04:59:42.698591+0000 mon.smithi079 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:59:44.417 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:44 smithi079 bash[24931]: cluster 2023-12-21T04:59:42.483301+0000 mgr.smithi079.gpuwcc (mgr.14180) 394 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:44.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:44 smithi156 bash[28307]: cluster 2023-12-21T04:59:42.483301+0000 mgr.smithi079.gpuwcc (mgr.14180) 394 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:44.837 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:59:44.838 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:58:34.490141Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:58:34.214190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:58:34.490600Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:28.582883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cwtoqj on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:38.327390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gurnia on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\nDeploy daemon haproxy.nfs.foo.smithi156.gurnia ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.442718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qjyeod on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\nDeploy daemon haproxy.nfs.foo.smithi079.qjyeod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.444772Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dnbgtc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:58:34.216033Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:58:34.214533Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:58:34.214755Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:58:34.216272Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:58:34.214935Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:58:34.215073Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:58:34.491054Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:45.617 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:59:46.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:46 smithi079 bash[24931]: cluster 2023-12-21T04:59:44.484085+0000 mgr.smithi079.gpuwcc (mgr.14180) 395 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:46.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:46 smithi079 bash[24931]: audit 2023-12-21T04:59:44.828136+0000 mgr.smithi079.gpuwcc (mgr.14180) 396 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:46.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:46 smithi156 bash[28307]: cluster 2023-12-21T04:59:44.484085+0000 mgr.smithi079.gpuwcc (mgr.14180) 395 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:46.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:46 smithi156 bash[28307]: audit 2023-12-21T04:59:44.828136+0000 mgr.smithi079.gpuwcc (mgr.14180) 396 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:46.618 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:48.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:48 smithi079 bash[24931]: cluster 2023-12-21T04:59:46.485604+0000 mgr.smithi079.gpuwcc (mgr.14180) 397 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:48.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:48 smithi156 bash[28307]: cluster 2023-12-21T04:59:46.485604+0000 mgr.smithi079.gpuwcc (mgr.14180) 397 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:49.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:49 smithi079 bash[24931]: audit 2023-12-21T04:59:48.082113+0000 mon.smithi079 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:59:49.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:49 smithi156 bash[28307]: audit 2023-12-21T04:59:48.082113+0000 mon.smithi079 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:59:49.673 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:59:49.673 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:59:49.262137Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:59:48.070233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:59:49.262594Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:28.582883Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cwtoqj on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:38.327390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gurnia on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\nDeploy daemon haproxy.nfs.foo.smithi156.gurnia ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.442718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qjyeod on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\nDeploy daemon haproxy.nfs.foo.smithi079.qjyeod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.444772Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dnbgtc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:59:48.072225Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:59:48.070607Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:59:48.070859Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:59:48.072432Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:59:48.071095Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:59:48.071362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:59:49.263045Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:50.091 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:50 smithi079 bash[24931]: cluster 2023-12-21T04:59:48.486331+0000 mgr.smithi079.gpuwcc (mgr.14180) 398 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:50.091 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:50 smithi079 bash[24931]: audit 2023-12-21T04:59:49.273027+0000 mon.smithi079 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:59:50.091 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:50 smithi079 bash[24931]: audit 2023-12-21T04:59:49.553848+0000 mon.smithi079 (mon.0) 744 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:59:50.092 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:50 smithi079 bash[24931]: audit 2023-12-21T04:59:49.554860+0000 mon.smithi079 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:59:50.092 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:50 smithi079 bash[24931]: audit 2023-12-21T04:59:49.562854+0000 mon.smithi079 (mon.0) 746 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:59:50.092 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:50 smithi079 bash[24931]: audit 2023-12-21T04:59:49.569667+0000 mon.smithi079 (mon.0) 747 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:59:50.092 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:50 smithi079 bash[24931]: audit 2023-12-21T04:59:49.583067+0000 mon.smithi079 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:59:50.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:59:50.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:50 smithi156 bash[28307]: cluster 2023-12-21T04:59:48.486331+0000 mgr.smithi079.gpuwcc (mgr.14180) 398 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:50.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:50 smithi156 bash[28307]: audit 2023-12-21T04:59:49.273027+0000 mon.smithi079 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:59:50.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:50 smithi156 bash[28307]: audit 2023-12-21T04:59:49.553848+0000 mon.smithi079 (mon.0) 744 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:59:50.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:50 smithi156 bash[28307]: audit 2023-12-21T04:59:49.554860+0000 mon.smithi079 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:59:50.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:50 smithi156 bash[28307]: audit 2023-12-21T04:59:49.562854+0000 mon.smithi079 (mon.0) 746 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:59:50.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:50 smithi156 bash[28307]: audit 2023-12-21T04:59:49.569667+0000 mon.smithi079 (mon.0) 747 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:59:50.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:50 smithi156 bash[28307]: audit 2023-12-21T04:59:49.583067+0000 mon.smithi079 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T04:59:51.430 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:51.441 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:51 smithi079 bash[24931]: cluster 2023-12-21T04:59:49.563688+0000 mgr.smithi079.gpuwcc (mgr.14180) 399 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-21T04:59:51.441 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:51 smithi079 bash[24931]: cephadm 2023-12-21T04:59:49.587273+0000 mgr.smithi079.gpuwcc (mgr.14180) 400 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.qyfjlo on smithi156 2023-12-21T04:59:51.441 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:51 smithi079 bash[24931]: audit 2023-12-21T04:59:49.664011+0000 mgr.smithi079.gpuwcc (mgr.14180) 401 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:51.441 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:51 smithi079 bash[24931]: cluster 2023-12-21T04:59:50.559359+0000 mon.smithi079 (mon.0) 749 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:59:51.442 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:51 smithi079 bash[24931]: cluster 2023-12-21T04:59:50.559424+0000 mon.smithi079 (mon.0) 750 : cluster [INF] Cluster is now healthy 2023-12-21T04:59:51.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:51 smithi156 bash[28307]: cluster 2023-12-21T04:59:49.563688+0000 mgr.smithi079.gpuwcc (mgr.14180) 399 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-21T04:59:51.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:51 smithi156 bash[28307]: cephadm 2023-12-21T04:59:49.587273+0000 mgr.smithi079.gpuwcc (mgr.14180) 400 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.qyfjlo on smithi156 2023-12-21T04:59:51.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:51 smithi156 bash[28307]: audit 2023-12-21T04:59:49.664011+0000 mgr.smithi079.gpuwcc (mgr.14180) 401 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:51.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:51 smithi156 bash[28307]: cluster 2023-12-21T04:59:50.559359+0000 mon.smithi079 (mon.0) 749 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:59:51.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:51 smithi156 bash[28307]: cluster 2023-12-21T04:59:50.559424+0000 mon.smithi079 (mon.0) 750 : cluster [INF] Cluster is now healthy 2023-12-21T04:59:53.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:53 smithi156 bash[28307]: cluster 2023-12-21T04:59:51.564780+0000 mgr.smithi079.gpuwcc (mgr.14180) 402 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-21T04:59:53.398 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:53 smithi079 bash[24931]: cluster 2023-12-21T04:59:51.564780+0000 mgr.smithi079.gpuwcc (mgr.14180) 402 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-21T04:59:54.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:54 smithi079 bash[24931]: audit 2023-12-21T04:59:53.399928+0000 mon.smithi079 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.qyfjlo"}]: dispatch 2023-12-21T04:59:54.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:54 smithi156 bash[28307]: audit 2023-12-21T04:59:53.399928+0000 mon.smithi079 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.qyfjlo"}]: dispatch 2023-12-21T04:59:54.625 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:59:54.626 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:59:49.262137Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:59:48.070233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:59:49.262594Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:38.327390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.gurnia on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-gurnia\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.gurnia\nDeploy daemon haproxy.nfs.foo.smithi156.gurnia ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.442718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qjyeod on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qjyeod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qjyeod\nDeploy daemon haproxy.nfs.foo.smithi079.qjyeod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:58:42.444772Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dnbgtc on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:53.401087Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qyfjlo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\nDeploy daemon haproxy.nfs.foo.smithi156.qyfjlo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:59:48.072225Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:59:48.070607Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:59:48.070859Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:59:48.072432Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:59:48.071095Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:59:48.071362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:59:49.263045Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:55.409 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: cephadm 2023-12-21T04:59:53.398610+0000 mgr.smithi079.gpuwcc (mgr.14180) 403 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo 2023-12-21T04:59:55.409 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:59:55.410 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo 2023-12-21T04:59:55.410 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo 2023-12-21T04:59:55.410 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:59:55.410 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo 2023-12-21T04:59:55.410 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.qyfjlo ... 2023-12-21T04:59:55.410 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:55.410 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:59:55.410 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:59:55.410 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T04:59:55.410 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:55.410 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T04:59:55.410 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:59:55.410 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T04:59:55.411 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:59:55.411 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T04:59:55.411 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo 2023-12-21T04:59:55.411 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:59:55.411 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo 2023-12-21T04:59:55.411 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo 2023-12-21T04:59:55.411 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:59:55.411 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo 2023-12-21T04:59:55.411 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.qyfjlo ... 2023-12-21T04:59:55.411 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:55.411 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:59:55.411 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:59:55.411 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T04:59:55.411 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:55.412 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: cephadm 2023-12-21T04:59:53.399185+0000 mgr.smithi079.gpuwcc (mgr.14180) 404 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.qyfjlo 2023-12-21T04:59:55.412 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: cephadm 2023-12-21T04:59:53.401341+0000 mgr.smithi079.gpuwcc (mgr.14180) 405 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.qyfjlo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo 2023-12-21T04:59:55.412 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:59:55.412 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo 2023-12-21T04:59:55.412 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo 2023-12-21T04:59:55.412 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:59:55.412 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo 2023-12-21T04:59:55.412 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.qyfjlo ... 2023-12-21T04:59:55.412 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:55.412 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:59:55.412 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:59:55.412 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T04:59:55.412 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:55.412 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: cephadm 2023-12-21T04:59:53.405905+0000 mgr.smithi079.gpuwcc (mgr.14180) 406 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.wmyigh on smithi079 2023-12-21T04:59:55.413 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:55 smithi079 bash[24931]: cluster 2023-12-21T04:59:53.565230+0000 mgr.smithi079.gpuwcc (mgr.14180) 407 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-21T04:59:55.413 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:59:55.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: cephadm 2023-12-21T04:59:53.398610+0000 mgr.smithi079.gpuwcc (mgr.14180) 403 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo 2023-12-21T04:59:55.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:59:55.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo 2023-12-21T04:59:55.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo 2023-12-21T04:59:55.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:59:55.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo 2023-12-21T04:59:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.qyfjlo ... 2023-12-21T04:59:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:59:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:59:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T04:59:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T04:59:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:59:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T04:59:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:59:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T04:59:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo 2023-12-21T04:59:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:59:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo 2023-12-21T04:59:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo 2023-12-21T04:59:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:59:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo 2023-12-21T04:59:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.qyfjlo ... 2023-12-21T04:59:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:59:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:59:55.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T04:59:55.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:55.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: cephadm 2023-12-21T04:59:53.399185+0000 mgr.smithi079.gpuwcc (mgr.14180) 404 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.qyfjlo 2023-12-21T04:59:55.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: cephadm 2023-12-21T04:59:53.401341+0000 mgr.smithi079.gpuwcc (mgr.14180) 405 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.qyfjlo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo 2023-12-21T04:59:55.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:59:55.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo 2023-12-21T04:59:55.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo 2023-12-21T04:59:55.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:59:55.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo 2023-12-21T04:59:55.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.qyfjlo ... 2023-12-21T04:59:55.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:55.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:59:55.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:59:55.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T04:59:55.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:55.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: cephadm 2023-12-21T04:59:53.405905+0000 mgr.smithi079.gpuwcc (mgr.14180) 406 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.wmyigh on smithi079 2023-12-21T04:59:55.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:55 smithi156 bash[28307]: cluster 2023-12-21T04:59:53.565230+0000 mgr.smithi079.gpuwcc (mgr.14180) 407 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-21T04:59:56.415 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:56.427 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:56 smithi079 bash[24931]: audit 2023-12-21T04:59:54.616572+0000 mgr.smithi079.gpuwcc (mgr.14180) 408 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:56.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:56 smithi156 bash[28307]: audit 2023-12-21T04:59:54.616572+0000 mgr.smithi079.gpuwcc (mgr.14180) 408 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:57.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:57 smithi079 bash[24931]: cluster 2023-12-21T04:59:55.566228+0000 mgr.smithi079.gpuwcc (mgr.14180) 409 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-21T04:59:57.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:57 smithi156 bash[28307]: cluster 2023-12-21T04:59:55.566228+0000 mgr.smithi079.gpuwcc (mgr.14180) 409 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-21T04:59:58.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:58 smithi079 bash[24931]: audit 2023-12-21T04:59:57.434923+0000 mon.smithi079 (mon.0) 752 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.wmyigh"}]: dispatch 2023-12-21T04:59:58.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:58 smithi156 bash[28307]: audit 2023-12-21T04:59:57.434923+0000 mon.smithi079 (mon.0) 752 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.wmyigh"}]: dispatch 2023-12-21T04:59:59.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: cephadm 2023-12-21T04:59:57.433923+0000 mgr.smithi079.gpuwcc (mgr.14180) 410 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh 2023-12-21T04:59:59.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:59:59.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh 2023-12-21T04:59:59.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh 2023-12-21T04:59:59.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:59:59.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh 2023-12-21T04:59:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.wmyigh ... 2023-12-21T04:59:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:59:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:59:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T04:59:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T04:59:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:59:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T04:59:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:59:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T04:59:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh 2023-12-21T04:59:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:59:59.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh 2023-12-21T04:59:59.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh 2023-12-21T04:59:59.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:59:59.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh 2023-12-21T04:59:59.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.wmyigh ... 2023-12-21T04:59:59.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:59.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:59:59.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:59:59.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T04:59:59.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:59.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: cephadm 2023-12-21T04:59:57.434396+0000 mgr.smithi079.gpuwcc (mgr.14180) 411 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.wmyigh 2023-12-21T04:59:59.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: cephadm 2023-12-21T04:59:57.436116+0000 mgr.smithi079.gpuwcc (mgr.14180) 412 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.wmyigh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh 2023-12-21T04:59:59.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:59:59.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh 2023-12-21T04:59:59.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh 2023-12-21T04:59:59.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T04:59:59.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh 2023-12-21T04:59:59.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.wmyigh ... 2023-12-21T04:59:59.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:59.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:59:59.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:59:59.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T04:59:59.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:59.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: cephadm 2023-12-21T04:59:57.440244+0000 mgr.smithi079.gpuwcc (mgr.14180) 413 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.woilbe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:59:59.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: cephadm 2023-12-21T04:59:57.443260+0000 mgr.smithi079.gpuwcc (mgr.14180) 414 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:59:59.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: cluster 2023-12-21T04:59:57.444089+0000 mgr.smithi079.gpuwcc (mgr.14180) 415 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-12-21T04:59:59.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 04:59:59 smithi079 bash[24931]: cluster 2023-12-21T04:59:58.121273+0000 mon.smithi079 (mon.0) 753 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:59:59.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: cephadm 2023-12-21T04:59:57.433923+0000 mgr.smithi079.gpuwcc (mgr.14180) 410 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh 2023-12-21T04:59:59.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:59:59.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh 2023-12-21T04:59:59.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh 2023-12-21T04:59:59.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:59:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh 2023-12-21T04:59:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.wmyigh ... 2023-12-21T04:59:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:59:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:59:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T04:59:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T04:59:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:59:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T04:59:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:59:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T04:59:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh 2023-12-21T04:59:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:59:59.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh 2023-12-21T04:59:59.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh 2023-12-21T04:59:59.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:59:59.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh 2023-12-21T04:59:59.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.wmyigh ... 2023-12-21T04:59:59.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:59.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:59:59.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:59:59.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T04:59:59.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: cephadm 2023-12-21T04:59:57.434396+0000 mgr.smithi079.gpuwcc (mgr.14180) 411 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.wmyigh 2023-12-21T04:59:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: cephadm 2023-12-21T04:59:57.436116+0000 mgr.smithi079.gpuwcc (mgr.14180) 412 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.wmyigh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh 2023-12-21T04:59:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:59:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh 2023-12-21T04:59:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh 2023-12-21T04:59:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T04:59:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh 2023-12-21T04:59:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.wmyigh ... 2023-12-21T04:59:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:59:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:59:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T04:59:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: cephadm 2023-12-21T04:59:57.440244+0000 mgr.smithi079.gpuwcc (mgr.14180) 413 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.woilbe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:59:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: cephadm 2023-12-21T04:59:57.443260+0000 mgr.smithi079.gpuwcc (mgr.14180) 414 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:59:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: cluster 2023-12-21T04:59:57.444089+0000 mgr.smithi079.gpuwcc (mgr.14180) 415 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-12-21T04:59:59.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 04:59:59 smithi156 bash[28307]: cluster 2023-12-21T04:59:58.121273+0000 mon.smithi079 (mon.0) 753 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:59:59.626 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T04:59:59.626 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:59:49.262137Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:59:48.070233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:59:49.262594Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:53.401087Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qyfjlo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\nDeploy daemon haproxy.nfs.foo.smithi156.qyfjlo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.435888Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wmyigh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\nDeploy daemon haproxy.nfs.foo.smithi079.wmyigh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.440027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.woilbe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:59:48.072225Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:59:48.070607Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:59:48.070859Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:59:48.072432Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:59:48.071095Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:59:48.071362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:59:49.263045Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:00.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:00:00.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000145+0000 mon.smithi079 (mon.0) 754 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-12-21T05:00:00.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000213+0000 mon.smithi079 (mon.0) 755 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-12-21T05:00:00.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000240+0000 mon.smithi079 (mon.0) 756 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi156.qyfjlo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo 2023-12-21T05:00:00.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000285+0000 mon.smithi079 (mon.0) 757 : cluster [WRN] /usr/bin/docker: stdout 2023-12-21T05:00:00.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000312+0000 mon.smithi079 (mon.0) 758 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo 2023-12-21T05:00:00.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000336+0000 mon.smithi079 (mon.0) 759 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo 2023-12-21T05:00:00.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000364+0000 mon.smithi079 (mon.0) 760 : cluster [WRN] /usr/bin/docker: stdout 2023-12-21T05:00:00.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000388+0000 mon.smithi079 (mon.0) 761 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo 2023-12-21T05:00:00.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000409+0000 mon.smithi079 (mon.0) 762 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi156.qyfjlo ... 2023-12-21T05:00:00.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000435+0000 mon.smithi079 (mon.0) 763 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:00.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000466+0000 mon.smithi079 (mon.0) 764 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:00:00.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000494+0000 mon.smithi079 (mon.0) 765 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:00:00.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000516+0000 mon.smithi079 (mon.0) 766 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-21T05:00:00.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000542+0000 mon.smithi079 (mon.0) 767 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:00.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000570+0000 mon.smithi079 (mon.0) 768 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi079.wmyigh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh 2023-12-21T05:00:00.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000596+0000 mon.smithi079 (mon.0) 769 : cluster [WRN] /usr/bin/docker: stdout 2023-12-21T05:00:00.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000620+0000 mon.smithi079 (mon.0) 770 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh 2023-12-21T05:00:00.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000645+0000 mon.smithi079 (mon.0) 771 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh 2023-12-21T05:00:00.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000669+0000 mon.smithi079 (mon.0) 772 : cluster [WRN] /usr/bin/docker: stdout 2023-12-21T05:00:00.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000695+0000 mon.smithi079 (mon.0) 773 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh 2023-12-21T05:00:00.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000718+0000 mon.smithi079 (mon.0) 774 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi079.wmyigh ... 2023-12-21T05:00:00.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000746+0000 mon.smithi079 (mon.0) 775 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:00.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000770+0000 mon.smithi079 (mon.0) 776 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:00:00.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000795+0000 mon.smithi079 (mon.0) 777 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:00:00.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000816+0000 mon.smithi079 (mon.0) 778 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-21T05:00:00.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000840+0000 mon.smithi079 (mon.0) 779 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:00.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000867+0000 mon.smithi079 (mon.0) 780 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi156.woilbe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:00:00.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:00 smithi079 bash[24931]: cluster 2023-12-21T05:00:00.000892+0000 mon.smithi079 (mon.0) 781 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:00:00.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000145+0000 mon.smithi079 (mon.0) 754 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-12-21T05:00:00.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000213+0000 mon.smithi079 (mon.0) 755 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-12-21T05:00:00.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000240+0000 mon.smithi079 (mon.0) 756 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi156.qyfjlo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo 2023-12-21T05:00:00.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000285+0000 mon.smithi079 (mon.0) 757 : cluster [WRN] /usr/bin/docker: stdout 2023-12-21T05:00:00.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000312+0000 mon.smithi079 (mon.0) 758 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo 2023-12-21T05:00:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000336+0000 mon.smithi079 (mon.0) 759 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo 2023-12-21T05:00:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000364+0000 mon.smithi079 (mon.0) 760 : cluster [WRN] /usr/bin/docker: stdout 2023-12-21T05:00:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000388+0000 mon.smithi079 (mon.0) 761 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo 2023-12-21T05:00:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000409+0000 mon.smithi079 (mon.0) 762 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi156.qyfjlo ... 2023-12-21T05:00:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000435+0000 mon.smithi079 (mon.0) 763 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000466+0000 mon.smithi079 (mon.0) 764 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:00:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000494+0000 mon.smithi079 (mon.0) 765 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:00:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000516+0000 mon.smithi079 (mon.0) 766 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-21T05:00:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000542+0000 mon.smithi079 (mon.0) 767 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000570+0000 mon.smithi079 (mon.0) 768 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi079.wmyigh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh 2023-12-21T05:00:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000596+0000 mon.smithi079 (mon.0) 769 : cluster [WRN] /usr/bin/docker: stdout 2023-12-21T05:00:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000620+0000 mon.smithi079 (mon.0) 770 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh 2023-12-21T05:00:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000645+0000 mon.smithi079 (mon.0) 771 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh 2023-12-21T05:00:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000669+0000 mon.smithi079 (mon.0) 772 : cluster [WRN] /usr/bin/docker: stdout 2023-12-21T05:00:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000695+0000 mon.smithi079 (mon.0) 773 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh 2023-12-21T05:00:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000718+0000 mon.smithi079 (mon.0) 774 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi079.wmyigh ... 2023-12-21T05:00:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000746+0000 mon.smithi079 (mon.0) 775 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000770+0000 mon.smithi079 (mon.0) 776 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:00:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000795+0000 mon.smithi079 (mon.0) 777 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:00:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000816+0000 mon.smithi079 (mon.0) 778 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-21T05:00:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000840+0000 mon.smithi079 (mon.0) 779 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000867+0000 mon.smithi079 (mon.0) 780 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi156.woilbe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:00:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:00 smithi156 bash[28307]: cluster 2023-12-21T05:00:00.000892+0000 mon.smithi079 (mon.0) 781 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:00:01.260 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:01.458 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:01 smithi079 bash[24931]: cluster 2023-12-21T04:59:59.444891+0000 mgr.smithi079.gpuwcc (mgr.14180) 416 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-12-21T05:00:01.458 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:01 smithi079 bash[24931]: audit 2023-12-21T04:59:59.621442+0000 mgr.smithi079.gpuwcc (mgr.14180) 417 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:01.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:01 smithi156 bash[28307]: cluster 2023-12-21T04:59:59.444891+0000 mgr.smithi079.gpuwcc (mgr.14180) 416 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-12-21T05:00:01.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:01 smithi156 bash[28307]: audit 2023-12-21T04:59:59.621442+0000 mgr.smithi079.gpuwcc (mgr.14180) 417 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:02.427 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:02 smithi079 bash[24931]: cluster 2023-12-21T05:00:01.446289+0000 mgr.smithi079.gpuwcc (mgr.14180) 418 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 344 B/s rd, 0 op/s 2023-12-21T05:00:02.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:02 smithi156 bash[28307]: cluster 2023-12-21T05:00:01.446289+0000 mgr.smithi079.gpuwcc (mgr.14180) 418 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 344 B/s rd, 0 op/s 2023-12-21T05:00:03.630 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:03 smithi079 bash[24931]: audit 2023-12-21T05:00:02.352591+0000 mon.smithi079 (mon.0) 782 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:00:03.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:03 smithi156 bash[28307]: audit 2023-12-21T05:00:02.352591+0000 mon.smithi079 (mon.0) 782 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:00:04.045 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:00:04.045 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:59:49.262137Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:59:48.070233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:59:49.262594Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:53.401087Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qyfjlo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\nDeploy daemon haproxy.nfs.foo.smithi156.qyfjlo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.435888Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wmyigh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\nDeploy daemon haproxy.nfs.foo.smithi079.wmyigh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.440027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.woilbe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:59:48.072225Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:59:48.070607Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:59:48.070859Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:59:48.072432Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:59:48.071095Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:59:48.071362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:59:49.263045Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:04.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:04 smithi079 bash[24931]: cluster 2023-12-21T05:00:03.447131+0000 mgr.smithi079.gpuwcc (mgr.14180) 419 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T05:00:04.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:04 smithi079 bash[24931]: audit 2023-12-21T05:00:04.034592+0000 mgr.smithi079.gpuwcc (mgr.14180) 420 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:04.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:04 smithi156 bash[28307]: cluster 2023-12-21T05:00:03.447131+0000 mgr.smithi079.gpuwcc (mgr.14180) 419 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T05:00:04.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:04 smithi156 bash[28307]: audit 2023-12-21T05:00:04.034592+0000 mgr.smithi079.gpuwcc (mgr.14180) 420 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:04.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:00:05.784 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:07.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:06 smithi079 bash[24931]: cluster 2023-12-21T05:00:05.448404+0000 mgr.smithi079.gpuwcc (mgr.14180) 421 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T05:00:07.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:06 smithi156 bash[28307]: cluster 2023-12-21T05:00:05.448404+0000 mgr.smithi079.gpuwcc (mgr.14180) 421 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T05:00:08.791 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:00:08.792 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:59:49.262137Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:59:48.070233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:59:49.262594Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:53.401087Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qyfjlo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\nDeploy daemon haproxy.nfs.foo.smithi156.qyfjlo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.435888Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wmyigh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\nDeploy daemon haproxy.nfs.foo.smithi079.wmyigh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.440027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.woilbe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:59:48.072225Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:59:48.070607Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:59:48.070859Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:59:48.072432Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:59:48.071095Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:59:48.071362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:59:49.263045Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:09.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:08 smithi079 bash[24931]: cluster 2023-12-21T05:00:07.449281+0000 mgr.smithi079.gpuwcc (mgr.14180) 422 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T05:00:09.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:08 smithi156 bash[28307]: cluster 2023-12-21T05:00:07.449281+0000 mgr.smithi079.gpuwcc (mgr.14180) 422 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T05:00:09.530 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:00:10.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:09 smithi079 bash[24931]: audit 2023-12-21T05:00:08.780347+0000 mgr.smithi079.gpuwcc (mgr.14180) 423 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:10.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:09 smithi156 bash[28307]: audit 2023-12-21T05:00:08.780347+0000 mgr.smithi079.gpuwcc (mgr.14180) 423 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:10.531 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:10.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:10 smithi079 bash[24931]: cluster 2023-12-21T05:00:09.450151+0000 mgr.smithi079.gpuwcc (mgr.14180) 424 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:11.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:10 smithi156 bash[28307]: cluster 2023-12-21T05:00:09.450151+0000 mgr.smithi079.gpuwcc (mgr.14180) 424 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:13.212 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:12 smithi079 bash[24931]: cluster 2023-12-21T05:00:11.451521+0000 mgr.smithi079.gpuwcc (mgr.14180) 425 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:00:13.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:12 smithi156 bash[28307]: cluster 2023-12-21T05:00:11.451521+0000 mgr.smithi079.gpuwcc (mgr.14180) 425 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:00:13.639 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:00:13.640 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:59:49.262137Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:59:48.070233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:59:49.262594Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:53.401087Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qyfjlo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\nDeploy daemon haproxy.nfs.foo.smithi156.qyfjlo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.435888Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wmyigh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\nDeploy daemon haproxy.nfs.foo.smithi079.wmyigh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.440027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.woilbe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:59:48.072225Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:59:48.070607Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:59:48.070859Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:59:48.072432Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:59:48.071095Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:59:48.071362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:59:49.263045Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:14.387 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:00:15.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:14 smithi079 bash[24931]: cluster 2023-12-21T05:00:13.452414+0000 mgr.smithi079.gpuwcc (mgr.14180) 426 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:15.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:14 smithi079 bash[24931]: audit 2023-12-21T05:00:13.627478+0000 mgr.smithi079.gpuwcc (mgr.14180) 427 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:15.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:14 smithi156 bash[28307]: cluster 2023-12-21T05:00:13.452414+0000 mgr.smithi079.gpuwcc (mgr.14180) 426 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:15.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:14 smithi156 bash[28307]: audit 2023-12-21T05:00:13.627478+0000 mgr.smithi079.gpuwcc (mgr.14180) 427 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:15.389 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:17.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:16 smithi079 bash[24931]: cluster 2023-12-21T05:00:15.453673+0000 mgr.smithi079.gpuwcc (mgr.14180) 428 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:17.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:16 smithi156 bash[28307]: cluster 2023-12-21T05:00:15.453673+0000 mgr.smithi079.gpuwcc (mgr.14180) 428 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:18.473 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:00:18.473 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:59:49.262137Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:59:48.070233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:59:49.262594Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:53.401087Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qyfjlo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\nDeploy daemon haproxy.nfs.foo.smithi156.qyfjlo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.435888Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wmyigh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\nDeploy daemon haproxy.nfs.foo.smithi079.wmyigh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.440027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.woilbe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:59:48.072225Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:59:48.070607Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:59:48.070859Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:59:48.072432Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:59:48.071095Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:59:48.071362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:59:49.263045Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:18.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:18 smithi079 bash[24931]: cluster 2023-12-21T05:00:17.454429+0000 mgr.smithi079.gpuwcc (mgr.14180) 429 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:19.155 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:00:19.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:18 smithi156 bash[28307]: cluster 2023-12-21T05:00:17.454429+0000 mgr.smithi079.gpuwcc (mgr.14180) 429 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:20.156 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:20.169 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:19 smithi079 bash[24931]: audit 2023-12-21T05:00:18.461741+0000 mgr.smithi079.gpuwcc (mgr.14180) 430 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:20.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:19 smithi156 bash[28307]: audit 2023-12-21T05:00:18.461741+0000 mgr.smithi079.gpuwcc (mgr.14180) 430 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:21.170 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:20 smithi079 bash[24931]: cluster 2023-12-21T05:00:19.455393+0000 mgr.smithi079.gpuwcc (mgr.14180) 431 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:21.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:20 smithi156 bash[28307]: cluster 2023-12-21T05:00:19.455393+0000 mgr.smithi079.gpuwcc (mgr.14180) 431 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:22.982 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:00:22.983 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:59:49.262137Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:59:48.070233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:59:49.262594Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:53.401087Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qyfjlo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\nDeploy daemon haproxy.nfs.foo.smithi156.qyfjlo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.435888Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wmyigh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\nDeploy daemon haproxy.nfs.foo.smithi079.wmyigh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.440027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.woilbe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:59:48.072225Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:59:48.070607Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:59:48.070859Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:59:48.072432Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:59:48.071095Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:59:48.071362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:59:49.263045Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:23.205 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:22 smithi079 bash[24931]: cluster 2023-12-21T05:00:21.457544+0000 mgr.smithi079.gpuwcc (mgr.14180) 432 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:00:23.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:22 smithi156 bash[28307]: cluster 2023-12-21T05:00:21.457544+0000 mgr.smithi079.gpuwcc (mgr.14180) 432 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:00:23.742 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:00:24.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:23 smithi079 bash[24931]: audit 2023-12-21T05:00:22.977605+0000 mgr.smithi079.gpuwcc (mgr.14180) 433 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:24.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:23 smithi156 bash[28307]: audit 2023-12-21T05:00:22.977605+0000 mgr.smithi079.gpuwcc (mgr.14180) 433 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:24.743 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:25.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:24 smithi079 bash[24931]: cluster 2023-12-21T05:00:23.458188+0000 mgr.smithi079.gpuwcc (mgr.14180) 434 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:25.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:24 smithi156 bash[28307]: cluster 2023-12-21T05:00:23.458188+0000 mgr.smithi079.gpuwcc (mgr.14180) 434 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:27.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:26 smithi079 bash[24931]: cluster 2023-12-21T05:00:25.459461+0000 mgr.smithi079.gpuwcc (mgr.14180) 435 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:27.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:26 smithi156 bash[28307]: cluster 2023-12-21T05:00:25.459461+0000 mgr.smithi079.gpuwcc (mgr.14180) 435 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:27.741 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:00:27.741 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:59:49.262137Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:59:48.070233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:59:49.262594Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:53.401087Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qyfjlo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\nDeploy daemon haproxy.nfs.foo.smithi156.qyfjlo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.435888Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wmyigh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\nDeploy daemon haproxy.nfs.foo.smithi079.wmyigh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.440027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.woilbe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:59:48.072225Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:59:48.070607Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:59:48.070859Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:59:48.072432Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:59:48.071095Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:59:48.071362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:59:49.263045Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:28.468 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:00:29.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:28 smithi079 bash[24931]: cluster 2023-12-21T05:00:27.460633+0000 mgr.smithi079.gpuwcc (mgr.14180) 436 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:29.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:28 smithi079 bash[24931]: audit 2023-12-21T05:00:27.732262+0000 mgr.smithi079.gpuwcc (mgr.14180) 437 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:29.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:28 smithi156 bash[28307]: cluster 2023-12-21T05:00:27.460633+0000 mgr.smithi079.gpuwcc (mgr.14180) 436 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:29.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:28 smithi156 bash[28307]: audit 2023-12-21T05:00:27.732262+0000 mgr.smithi079.gpuwcc (mgr.14180) 437 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:29.469 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:31.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:30 smithi079 bash[24931]: cluster 2023-12-21T05:00:29.461641+0000 mgr.smithi079.gpuwcc (mgr.14180) 438 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:31.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:30 smithi156 bash[28307]: cluster 2023-12-21T05:00:29.461641+0000 mgr.smithi079.gpuwcc (mgr.14180) 438 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:32.483 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:00:32.484 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:59:49.262137Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:59:48.070233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:59:49.262594Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:53.401087Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qyfjlo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\nDeploy daemon haproxy.nfs.foo.smithi156.qyfjlo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.435888Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wmyigh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\nDeploy daemon haproxy.nfs.foo.smithi079.wmyigh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.440027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.woilbe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:59:48.072225Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:59:48.070607Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:59:48.070859Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:59:48.072432Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:59:48.071095Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:59:48.071362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:59:49.263045Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:33.007 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:32 smithi079 bash[24931]: cluster 2023-12-21T05:00:31.462502+0000 mgr.smithi079.gpuwcc (mgr.14180) 439 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:00:33.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:32 smithi156 bash[28307]: cluster 2023-12-21T05:00:31.462502+0000 mgr.smithi079.gpuwcc (mgr.14180) 439 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:00:33.252 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:00:34.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:33 smithi079 bash[24931]: audit 2023-12-21T05:00:32.474261+0000 mgr.smithi079.gpuwcc (mgr.14180) 440 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:34.257 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:34.258 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:33 smithi156 bash[28307]: audit 2023-12-21T05:00:32.474261+0000 mgr.smithi079.gpuwcc (mgr.14180) 440 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:35.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:34 smithi079 bash[24931]: cluster 2023-12-21T05:00:33.463416+0000 mgr.smithi079.gpuwcc (mgr.14180) 441 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:35.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:34 smithi156 bash[28307]: cluster 2023-12-21T05:00:33.463416+0000 mgr.smithi079.gpuwcc (mgr.14180) 441 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:37.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:36 smithi079 bash[24931]: cluster 2023-12-21T05:00:35.464616+0000 mgr.smithi079.gpuwcc (mgr.14180) 442 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:37.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:36 smithi156 bash[28307]: cluster 2023-12-21T05:00:35.464616+0000 mgr.smithi079.gpuwcc (mgr.14180) 442 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:37.349 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:00:37.349 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:59:49.262137Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:59:48.070233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:59:49.262594Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:53.401087Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qyfjlo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\nDeploy daemon haproxy.nfs.foo.smithi156.qyfjlo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.435888Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wmyigh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\nDeploy daemon haproxy.nfs.foo.smithi079.wmyigh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.440027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.woilbe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:59:48.072225Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:59:48.070607Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:59:48.070859Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:59:48.072432Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:59:48.071095Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:59:48.071362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:59:49.263045Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:38.090 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:00:39.091 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:39.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:38 smithi079 bash[24931]: audit 2023-12-21T05:00:37.338737+0000 mgr.smithi079.gpuwcc (mgr.14180) 443 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:39.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:38 smithi079 bash[24931]: cluster 2023-12-21T05:00:37.465756+0000 mgr.smithi079.gpuwcc (mgr.14180) 444 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:39.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:38 smithi156 bash[28307]: audit 2023-12-21T05:00:37.338737+0000 mgr.smithi079.gpuwcc (mgr.14180) 443 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:39.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:38 smithi156 bash[28307]: cluster 2023-12-21T05:00:37.465756+0000 mgr.smithi079.gpuwcc (mgr.14180) 444 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:41.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:40 smithi079 bash[24931]: cluster 2023-12-21T05:00:39.466386+0000 mgr.smithi079.gpuwcc (mgr.14180) 445 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:41.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:40 smithi156 bash[28307]: cluster 2023-12-21T05:00:39.466386+0000 mgr.smithi079.gpuwcc (mgr.14180) 445 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:42.067 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:00:42.067 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:59:49.262137Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:59:48.070233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:59:49.262594Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:53.401087Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qyfjlo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\nDeploy daemon haproxy.nfs.foo.smithi156.qyfjlo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.435888Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wmyigh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\nDeploy daemon haproxy.nfs.foo.smithi079.wmyigh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.440027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.woilbe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:59:48.072225Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:59:48.070607Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:59:48.070859Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:59:48.072432Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:59:48.071095Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:59:48.071362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:59:49.263045Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:42.770 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:00:43.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:42 smithi079 bash[24931]: cluster 2023-12-21T05:00:41.467951+0000 mgr.smithi079.gpuwcc (mgr.14180) 446 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:00:43.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:42 smithi079 bash[24931]: audit 2023-12-21T05:00:42.058082+0000 mgr.smithi079.gpuwcc (mgr.14180) 447 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:43.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:42 smithi156 bash[28307]: cluster 2023-12-21T05:00:41.467951+0000 mgr.smithi079.gpuwcc (mgr.14180) 446 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:00:43.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:42 smithi156 bash[28307]: audit 2023-12-21T05:00:42.058082+0000 mgr.smithi079.gpuwcc (mgr.14180) 447 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:43.771 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:45.126 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:44 smithi079 bash[24931]: cluster 2023-12-21T05:00:43.468836+0000 mgr.smithi079.gpuwcc (mgr.14180) 448 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:45.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:44 smithi156 bash[28307]: cluster 2023-12-21T05:00:43.468836+0000 mgr.smithi079.gpuwcc (mgr.14180) 448 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:46.669 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:00:46.669 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:59:49.262137Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:59:48.070233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:59:49.262594Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:53.401087Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qyfjlo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\nDeploy daemon haproxy.nfs.foo.smithi156.qyfjlo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.435888Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wmyigh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\nDeploy daemon haproxy.nfs.foo.smithi079.wmyigh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.440027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.woilbe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:59:48.072225Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:59:48.070607Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:59:48.070859Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:59:48.072432Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:59:48.071095Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:59:48.071362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:59:49.263045Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:47.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:46 smithi079 bash[24931]: cluster 2023-12-21T05:00:45.470005+0000 mgr.smithi079.gpuwcc (mgr.14180) 449 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:47.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:46 smithi156 bash[28307]: cluster 2023-12-21T05:00:45.470005+0000 mgr.smithi079.gpuwcc (mgr.14180) 449 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:47.373 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:00:48.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:47 smithi156 bash[28307]: audit 2023-12-21T05:00:46.657359+0000 mgr.smithi079.gpuwcc (mgr.14180) 450 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:48.374 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:48.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:47 smithi079 bash[24931]: audit 2023-12-21T05:00:46.657359+0000 mgr.smithi079.gpuwcc (mgr.14180) 450 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:49.362 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:48 smithi079 bash[24931]: cluster 2023-12-21T05:00:47.471169+0000 mgr.smithi079.gpuwcc (mgr.14180) 451 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:49.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:48 smithi156 bash[28307]: cluster 2023-12-21T05:00:47.471169+0000 mgr.smithi079.gpuwcc (mgr.14180) 451 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:51.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:50 smithi079 bash[24931]: cluster 2023-12-21T05:00:49.472063+0000 mgr.smithi079.gpuwcc (mgr.14180) 452 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:51.321 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:00:51.321 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:59:49.262137Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:59:48.070233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:59:49.262594Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:53.401087Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qyfjlo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\nDeploy daemon haproxy.nfs.foo.smithi156.qyfjlo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.435888Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wmyigh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\nDeploy daemon haproxy.nfs.foo.smithi079.wmyigh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.440027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.woilbe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:59:48.072225Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:59:48.070607Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:59:48.070859Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:59:48.072432Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:59:48.071095Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:59:48.071362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:59:49.263045Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:51.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:50 smithi156 bash[28307]: cluster 2023-12-21T05:00:49.472063+0000 mgr.smithi079.gpuwcc (mgr.14180) 452 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:52.043 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:00:53.044 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:53.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:53 smithi079 bash[24931]: audit 2023-12-21T05:00:51.316418+0000 mgr.smithi079.gpuwcc (mgr.14180) 453 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:53.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:53 smithi079 bash[24931]: cluster 2023-12-21T05:00:51.473579+0000 mgr.smithi079.gpuwcc (mgr.14180) 454 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:00:53.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:53 smithi156 bash[28307]: audit 2023-12-21T05:00:51.316418+0000 mgr.smithi079.gpuwcc (mgr.14180) 453 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:53.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:53 smithi156 bash[28307]: cluster 2023-12-21T05:00:51.473579+0000 mgr.smithi079.gpuwcc (mgr.14180) 454 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:00:55.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:55 smithi079 bash[24931]: cluster 2023-12-21T05:00:53.474496+0000 mgr.smithi079.gpuwcc (mgr.14180) 455 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:55.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:55 smithi156 bash[28307]: cluster 2023-12-21T05:00:53.474496+0000 mgr.smithi079.gpuwcc (mgr.14180) 455 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:56.220 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:00:56.220 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:59:49.262137Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:59:48.070233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:59:49.262594Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:53.401087Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qyfjlo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\nDeploy daemon haproxy.nfs.foo.smithi156.qyfjlo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.435888Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wmyigh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\nDeploy daemon haproxy.nfs.foo.smithi079.wmyigh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.440027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.woilbe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:59:48.072225Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:59:48.070607Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:59:48.070859Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:59:48.072432Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:59:48.071095Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:59:48.071362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:59:49.263045Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:56.935 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:00:57.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:57 smithi079 bash[24931]: cluster 2023-12-21T05:00:55.475826+0000 mgr.smithi079.gpuwcc (mgr.14180) 456 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:57.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:57 smithi156 bash[28307]: cluster 2023-12-21T05:00:55.475826+0000 mgr.smithi079.gpuwcc (mgr.14180) 456 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:57.936 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:58.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:58 smithi079 bash[24931]: audit 2023-12-21T05:00:56.207664+0000 mgr.smithi079.gpuwcc (mgr.14180) 457 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:58.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:58 smithi079 bash[24931]: audit 2023-12-21T05:00:57.446908+0000 mon.smithi079 (mon.0) 783 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:00:58.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:58 smithi156 bash[28307]: audit 2023-12-21T05:00:56.207664+0000 mgr.smithi079.gpuwcc (mgr.14180) 457 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:58.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:58 smithi156 bash[28307]: audit 2023-12-21T05:00:57.446908+0000 mon.smithi079 (mon.0) 783 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:00:59.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:00:59 smithi079 bash[24931]: cluster 2023-12-21T05:00:57.476795+0000 mgr.smithi079.gpuwcc (mgr.14180) 458 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:59.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:00:59 smithi156 bash[28307]: cluster 2023-12-21T05:00:57.476795+0000 mgr.smithi079.gpuwcc (mgr.14180) 458 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:00.917 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:01:00.917 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T04:59:49.262137Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T04:59:48.070233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T04:59:49.262594Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:53.401087Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qyfjlo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\nDeploy daemon haproxy.nfs.foo.smithi156.qyfjlo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.435888Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wmyigh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\nDeploy daemon haproxy.nfs.foo.smithi079.wmyigh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.440027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.woilbe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T04:59:48.072225Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T04:59:48.070607Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T04:59:48.070859Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T04:59:48.072432Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T04:59:48.071095Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T04:59:48.071362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T04:59:49.263045Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:01.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:01 smithi079 bash[24931]: cluster 2023-12-21T05:00:59.477708+0000 mgr.smithi079.gpuwcc (mgr.14180) 459 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:01.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:01 smithi156 bash[28307]: cluster 2023-12-21T05:00:59.477708+0000 mgr.smithi079.gpuwcc (mgr.14180) 459 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:01.696 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:01:02.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:02 smithi079 bash[24931]: audit 2023-12-21T05:01:00.906683+0000 mgr.smithi079.gpuwcc (mgr.14180) 460 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:02.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:02 smithi156 bash[28307]: audit 2023-12-21T05:01:00.906683+0000 mgr.smithi079.gpuwcc (mgr.14180) 460 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:02.697 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:03.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:03 smithi079 bash[24931]: cluster 2023-12-21T05:01:01.479235+0000 mgr.smithi079.gpuwcc (mgr.14180) 461 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:01:03.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:03 smithi156 bash[28307]: cluster 2023-12-21T05:01:01.479235+0000 mgr.smithi079.gpuwcc (mgr.14180) 461 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:01:04.171 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:04 smithi079 bash[24931]: audit 2023-12-21T05:01:03.083101+0000 mon.smithi079 (mon.0) 784 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:01:04.171 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:04 smithi079 bash[24931]: audit 2023-12-21T05:01:03.510763+0000 mon.smithi079 (mon.0) 785 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:01:04.172 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:04 smithi079 bash[24931]: audit 2023-12-21T05:01:03.807287+0000 mon.smithi079 (mon.0) 786 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:01:04.172 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:04 smithi079 bash[24931]: audit 2023-12-21T05:01:03.808618+0000 mon.smithi079 (mon.0) 787 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:01:04.172 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:04 smithi079 bash[24931]: audit 2023-12-21T05:01:03.814916+0000 mon.smithi079 (mon.0) 788 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:01:04.172 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:04 smithi079 bash[24931]: audit 2023-12-21T05:01:03.821675+0000 mon.smithi079 (mon.0) 789 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:01:04.172 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:04 smithi079 bash[24931]: audit 2023-12-21T05:01:03.834153+0000 mon.smithi079 (mon.0) 790 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:01:04.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:04 smithi156 bash[28307]: audit 2023-12-21T05:01:03.083101+0000 mon.smithi079 (mon.0) 784 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:01:04.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:04 smithi156 bash[28307]: audit 2023-12-21T05:01:03.510763+0000 mon.smithi079 (mon.0) 785 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:01:04.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:04 smithi156 bash[28307]: audit 2023-12-21T05:01:03.807287+0000 mon.smithi079 (mon.0) 786 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:01:04.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:04 smithi156 bash[28307]: audit 2023-12-21T05:01:03.808618+0000 mon.smithi079 (mon.0) 787 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:01:04.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:04 smithi156 bash[28307]: audit 2023-12-21T05:01:03.814916+0000 mon.smithi079 (mon.0) 788 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:01:04.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:04 smithi156 bash[28307]: audit 2023-12-21T05:01:03.821675+0000 mon.smithi079 (mon.0) 789 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:01:04.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:04 smithi156 bash[28307]: audit 2023-12-21T05:01:03.834153+0000 mon.smithi079 (mon.0) 790 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:01:05.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:05 smithi079 bash[24931]: cluster 2023-12-21T05:01:03.479780+0000 mgr.smithi079.gpuwcc (mgr.14180) 462 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:05.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:05 smithi079 bash[24931]: cluster 2023-12-21T05:01:03.815647+0000 mgr.smithi079.gpuwcc (mgr.14180) 463 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:01:05.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:05 smithi079 bash[24931]: cephadm 2023-12-21T05:01:03.836967+0000 mgr.smithi079.gpuwcc (mgr.14180) 464 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.fhhmni on smithi156 2023-12-21T05:01:05.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:05 smithi079 bash[24931]: cluster 2023-12-21T05:01:04.080588+0000 mon.smithi079 (mon.0) 791 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:01:05.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:05 smithi079 bash[24931]: cluster 2023-12-21T05:01:04.080640+0000 mon.smithi079 (mon.0) 792 : cluster [INF] Cluster is now healthy 2023-12-21T05:01:05.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:05 smithi079 bash[24931]: audit 2023-12-21T05:01:04.833920+0000 mon.smithi079 (mon.0) 793 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:01:05.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:05 smithi156 bash[28307]: cluster 2023-12-21T05:01:03.479780+0000 mgr.smithi079.gpuwcc (mgr.14180) 462 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:05.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:05 smithi156 bash[28307]: cluster 2023-12-21T05:01:03.815647+0000 mgr.smithi079.gpuwcc (mgr.14180) 463 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:01:05.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:05 smithi156 bash[28307]: cephadm 2023-12-21T05:01:03.836967+0000 mgr.smithi079.gpuwcc (mgr.14180) 464 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.fhhmni on smithi156 2023-12-21T05:01:05.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:05 smithi156 bash[28307]: cluster 2023-12-21T05:01:04.080588+0000 mon.smithi079 (mon.0) 791 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:01:05.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:05 smithi156 bash[28307]: cluster 2023-12-21T05:01:04.080640+0000 mon.smithi079 (mon.0) 792 : cluster [INF] Cluster is now healthy 2023-12-21T05:01:05.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:05 smithi156 bash[28307]: audit 2023-12-21T05:01:04.833920+0000 mon.smithi079 (mon.0) 793 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:01:05.925 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:01:05.925 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:42.446586Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zlgqdf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:53.401087Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qyfjlo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\nDeploy daemon haproxy.nfs.foo.smithi156.qyfjlo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.435888Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wmyigh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\nDeploy daemon haproxy.nfs.foo.smithi079.wmyigh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.440027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.woilbe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:06.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:01:07.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:07 smithi079 bash[24931]: cluster 2023-12-21T05:01:05.816623+0000 mgr.smithi079.gpuwcc (mgr.14180) 465 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:01:07.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:07 smithi079 bash[24931]: audit 2023-12-21T05:01:05.914810+0000 mgr.smithi079.gpuwcc (mgr.14180) 466 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:07.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:07 smithi156 bash[28307]: cluster 2023-12-21T05:01:05.816623+0000 mgr.smithi079.gpuwcc (mgr.14180) 465 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:01:07.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:07 smithi156 bash[28307]: audit 2023-12-21T05:01:05.914810+0000 mgr.smithi079.gpuwcc (mgr.14180) 466 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:07.594 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:08.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:08 smithi079 bash[24931]: audit 2023-12-21T05:01:07.638978+0000 mon.smithi079 (mon.0) 794 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.fhhmni"}]: dispatch 2023-12-21T05:01:08.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:08 smithi156 bash[28307]: audit 2023-12-21T05:01:07.638978+0000 mon.smithi079 (mon.0) 794 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.fhhmni"}]: dispatch 2023-12-21T05:01:09.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: cephadm 2023-12-21T05:01:07.637919+0000 mgr.smithi079.gpuwcc (mgr.14180) 467 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni 2023-12-21T05:01:09.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:01:09.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni 2023-12-21T05:01:09.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni 2023-12-21T05:01:09.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:01:09.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni 2023-12-21T05:01:09.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.fhhmni ... 2023-12-21T05:01:09.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:09.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:01:09.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:01:09.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:01:09.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:09.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:01:09.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:01:09.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:01:09.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:01:09.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:01:09.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni 2023-12-21T05:01:09.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:01:09.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni 2023-12-21T05:01:09.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni 2023-12-21T05:01:09.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:01:09.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni 2023-12-21T05:01:09.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.fhhmni ... 2023-12-21T05:01:09.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:09.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:01:09.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:01:09.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:01:09.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:09.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: cephadm 2023-12-21T05:01:07.638441+0000 mgr.smithi079.gpuwcc (mgr.14180) 468 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.fhhmni 2023-12-21T05:01:09.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: cephadm 2023-12-21T05:01:07.640589+0000 mgr.smithi079.gpuwcc (mgr.14180) 469 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.fhhmni on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni 2023-12-21T05:01:09.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:01:09.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni 2023-12-21T05:01:09.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni 2023-12-21T05:01:09.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:01:09.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni 2023-12-21T05:01:09.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.fhhmni ... 2023-12-21T05:01:09.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:09.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:01:09.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:01:09.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:01:09.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:09.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: cephadm 2023-12-21T05:01:07.645005+0000 mgr.smithi079.gpuwcc (mgr.14180) 470 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.towrnj on smithi079 2023-12-21T05:01:09.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:09 smithi079 bash[24931]: cluster 2023-12-21T05:01:07.817135+0000 mgr.smithi079.gpuwcc (mgr.14180) 471 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:01:09.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: cephadm 2023-12-21T05:01:07.637919+0000 mgr.smithi079.gpuwcc (mgr.14180) 467 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni 2023-12-21T05:01:09.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:01:09.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni 2023-12-21T05:01:09.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni 2023-12-21T05:01:09.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:01:09.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni 2023-12-21T05:01:09.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.fhhmni ... 2023-12-21T05:01:09.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:09.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:01:09.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:01:09.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:01:09.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:09.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:01:09.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:01:09.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:01:09.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:01:09.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:01:09.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni 2023-12-21T05:01:09.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:01:09.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni 2023-12-21T05:01:09.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni 2023-12-21T05:01:09.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:01:09.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni 2023-12-21T05:01:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.fhhmni ... 2023-12-21T05:01:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:01:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:01:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:01:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: cephadm 2023-12-21T05:01:07.638441+0000 mgr.smithi079.gpuwcc (mgr.14180) 468 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.fhhmni 2023-12-21T05:01:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: cephadm 2023-12-21T05:01:07.640589+0000 mgr.smithi079.gpuwcc (mgr.14180) 469 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.fhhmni on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni 2023-12-21T05:01:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:01:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni 2023-12-21T05:01:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni 2023-12-21T05:01:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:01:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni 2023-12-21T05:01:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.fhhmni ... 2023-12-21T05:01:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:09.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:01:09.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:01:09.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:01:09.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:09.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: cephadm 2023-12-21T05:01:07.645005+0000 mgr.smithi079.gpuwcc (mgr.14180) 470 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.towrnj on smithi079 2023-12-21T05:01:09.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:09 smithi156 bash[28307]: cluster 2023-12-21T05:01:07.817135+0000 mgr.smithi079.gpuwcc (mgr.14180) 471 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:01:10.831 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:01:10.831 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:53.401087Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qyfjlo on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qyfjlo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qyfjlo\nDeploy daemon haproxy.nfs.foo.smithi156.qyfjlo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.435888Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wmyigh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-wmyigh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.wmyigh\nDeploy daemon haproxy.nfs.foo.smithi079.wmyigh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:57.440027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.woilbe on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:07.640300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fhhmni on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\nDeploy daemon haproxy.nfs.foo.smithi156.fhhmni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:11.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:11 smithi079 bash[24931]: cluster 2023-12-21T05:01:09.817813+0000 mgr.smithi079.gpuwcc (mgr.14180) 472 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:01:11.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:11 smithi156 bash[28307]: cluster 2023-12-21T05:01:09.817813+0000 mgr.smithi079.gpuwcc (mgr.14180) 472 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:01:11.640 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:01:12.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:12 smithi079 bash[24931]: audit 2023-12-21T05:01:10.823713+0000 mgr.smithi079.gpuwcc (mgr.14180) 473 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:12.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:12 smithi079 bash[24931]: audit 2023-12-21T05:01:11.729136+0000 mon.smithi079 (mon.0) 795 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.towrnj"}]: dispatch 2023-12-21T05:01:12.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:12 smithi156 bash[28307]: audit 2023-12-21T05:01:10.823713+0000 mgr.smithi079.gpuwcc (mgr.14180) 473 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:12.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:12 smithi156 bash[28307]: audit 2023-12-21T05:01:11.729136+0000 mon.smithi079 (mon.0) 795 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.towrnj"}]: dispatch 2023-12-21T05:01:12.641 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:13.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: cephadm 2023-12-21T05:01:11.728104+0000 mgr.smithi079.gpuwcc (mgr.14180) 474 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj 2023-12-21T05:01:13.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:01:13.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj 2023-12-21T05:01:13.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj 2023-12-21T05:01:13.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:01:13.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj 2023-12-21T05:01:13.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.towrnj ... 2023-12-21T05:01:13.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:13.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:01:13.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:01:13.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:01:13.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:13.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:01:13.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:01:13.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:01:13.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:01:13.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:01:13.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj 2023-12-21T05:01:13.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:01:13.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj 2023-12-21T05:01:13.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj 2023-12-21T05:01:13.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:01:13.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj 2023-12-21T05:01:13.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.towrnj ... 2023-12-21T05:01:13.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:13.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:01:13.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:01:13.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:01:13.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:13.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: cephadm 2023-12-21T05:01:11.728622+0000 mgr.smithi079.gpuwcc (mgr.14180) 475 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.towrnj 2023-12-21T05:01:13.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: cephadm 2023-12-21T05:01:11.730516+0000 mgr.smithi079.gpuwcc (mgr.14180) 476 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.towrnj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj 2023-12-21T05:01:13.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:01:13.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj 2023-12-21T05:01:13.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj 2023-12-21T05:01:13.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:01:13.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj 2023-12-21T05:01:13.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.towrnj ... 2023-12-21T05:01:13.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:13.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:01:13.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:01:13.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:01:13.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:13.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: cephadm 2023-12-21T05:01:11.735131+0000 mgr.smithi079.gpuwcc (mgr.14180) 477 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.ewdtuf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:01:13.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: cephadm 2023-12-21T05:01:11.737146+0000 mgr.smithi079.gpuwcc (mgr.14180) 478 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:01:13.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: cluster 2023-12-21T05:01:11.738384+0000 mgr.smithi079.gpuwcc (mgr.14180) 479 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:01:13.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: cluster 2023-12-21T05:01:12.113138+0000 mon.smithi079 (mon.0) 796 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:01:13.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:13 smithi079 bash[24931]: audit 2023-12-21T05:01:12.399638+0000 mon.smithi079 (mon.0) 797 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:01:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: cephadm 2023-12-21T05:01:11.728104+0000 mgr.smithi079.gpuwcc (mgr.14180) 474 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj 2023-12-21T05:01:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:01:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj 2023-12-21T05:01:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj 2023-12-21T05:01:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:01:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj 2023-12-21T05:01:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.towrnj ... 2023-12-21T05:01:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:01:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:01:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:01:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:01:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:01:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:01:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:01:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:01:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj 2023-12-21T05:01:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:01:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj 2023-12-21T05:01:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj 2023-12-21T05:01:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:01:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj 2023-12-21T05:01:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.towrnj ... 2023-12-21T05:01:13.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:01:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:01:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:01:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: cephadm 2023-12-21T05:01:11.728622+0000 mgr.smithi079.gpuwcc (mgr.14180) 475 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.towrnj 2023-12-21T05:01:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: cephadm 2023-12-21T05:01:11.730516+0000 mgr.smithi079.gpuwcc (mgr.14180) 476 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.towrnj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj 2023-12-21T05:01:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:01:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj 2023-12-21T05:01:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj 2023-12-21T05:01:13.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:01:13.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj 2023-12-21T05:01:13.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.towrnj ... 2023-12-21T05:01:13.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:13.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:01:13.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:01:13.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:01:13.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:13.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: cephadm 2023-12-21T05:01:11.735131+0000 mgr.smithi079.gpuwcc (mgr.14180) 477 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.ewdtuf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:01:13.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: cephadm 2023-12-21T05:01:11.737146+0000 mgr.smithi079.gpuwcc (mgr.14180) 478 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:01:13.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: cluster 2023-12-21T05:01:11.738384+0000 mgr.smithi079.gpuwcc (mgr.14180) 479 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:01:13.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: cluster 2023-12-21T05:01:12.113138+0000 mon.smithi079 (mon.0) 796 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:01:13.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:13 smithi156 bash[28307]: audit 2023-12-21T05:01:12.399638+0000 mon.smithi079 (mon.0) 797 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:01:15.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:15 smithi079 bash[24931]: cluster 2023-12-21T05:01:13.738949+0000 mgr.smithi079.gpuwcc (mgr.14180) 480 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:01:15.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:15 smithi156 bash[28307]: cluster 2023-12-21T05:01:13.738949+0000 mgr.smithi079.gpuwcc (mgr.14180) 480 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:01:15.721 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:01:15.721 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:07.640300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fhhmni on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\nDeploy daemon haproxy.nfs.foo.smithi156.fhhmni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.730233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.towrnj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\nDeploy daemon haproxy.nfs.foo.smithi079.towrnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.734889Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ewdtuf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:16.469 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:01:17.470 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:17.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:17 smithi079 bash[24931]: audit 2023-12-21T05:01:15.715598+0000 mgr.smithi079.gpuwcc (mgr.14180) 481 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:17.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:17 smithi079 bash[24931]: cluster 2023-12-21T05:01:15.740116+0000 mgr.smithi079.gpuwcc (mgr.14180) 482 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-21T05:01:17.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:17 smithi156 bash[28307]: audit 2023-12-21T05:01:15.715598+0000 mgr.smithi079.gpuwcc (mgr.14180) 481 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:17.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:17 smithi156 bash[28307]: cluster 2023-12-21T05:01:15.740116+0000 mgr.smithi079.gpuwcc (mgr.14180) 482 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-21T05:01:19.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:19 smithi079 bash[24931]: cluster 2023-12-21T05:01:17.740939+0000 mgr.smithi079.gpuwcc (mgr.14180) 483 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-21T05:01:19.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:19 smithi156 bash[28307]: cluster 2023-12-21T05:01:17.740939+0000 mgr.smithi079.gpuwcc (mgr.14180) 483 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-21T05:01:20.552 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:01:20.552 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:07.640300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fhhmni on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\nDeploy daemon haproxy.nfs.foo.smithi156.fhhmni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.730233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.towrnj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\nDeploy daemon haproxy.nfs.foo.smithi079.towrnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.734889Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ewdtuf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:20.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:20 smithi079 bash[24931]: cluster 2023-12-21T05:01:19.741843+0000 mgr.smithi079.gpuwcc (mgr.14180) 484 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-21T05:01:20.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:20 smithi079 bash[24931]: audit 2023-12-21T05:01:19.834839+0000 mon.smithi079 (mon.0) 798 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:01:21.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:20 smithi156 bash[28307]: cluster 2023-12-21T05:01:19.741843+0000 mgr.smithi079.gpuwcc (mgr.14180) 484 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-21T05:01:21.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:20 smithi156 bash[28307]: audit 2023-12-21T05:01:19.834839+0000 mon.smithi079 (mon.0) 798 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:01:21.275 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:01:22.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:21 smithi079 bash[24931]: audit 2023-12-21T05:01:20.543122+0000 mgr.smithi079.gpuwcc (mgr.14180) 485 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:22.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:21 smithi156 bash[28307]: audit 2023-12-21T05:01:20.543122+0000 mgr.smithi079.gpuwcc (mgr.14180) 485 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:22.277 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:23.153 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:22 smithi079 bash[24931]: cluster 2023-12-21T05:01:21.743434+0000 mgr.smithi079.gpuwcc (mgr.14180) 486 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2023-12-21T05:01:23.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:22 smithi156 bash[28307]: cluster 2023-12-21T05:01:21.743434+0000 mgr.smithi079.gpuwcc (mgr.14180) 486 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2023-12-21T05:01:25.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:24 smithi079 bash[24931]: cluster 2023-12-21T05:01:23.743945+0000 mgr.smithi079.gpuwcc (mgr.14180) 487 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:25.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:24 smithi156 bash[28307]: cluster 2023-12-21T05:01:23.743945+0000 mgr.smithi079.gpuwcc (mgr.14180) 487 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:25.283 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:01:25.283 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:07.640300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fhhmni on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\nDeploy daemon haproxy.nfs.foo.smithi156.fhhmni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.730233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.towrnj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\nDeploy daemon haproxy.nfs.foo.smithi079.towrnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.734889Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ewdtuf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:26.034 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:01:27.035 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:27.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:26 smithi079 bash[24931]: audit 2023-12-21T05:01:25.278761+0000 mgr.smithi079.gpuwcc (mgr.14180) 488 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:27.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:26 smithi079 bash[24931]: cluster 2023-12-21T05:01:25.745176+0000 mgr.smithi079.gpuwcc (mgr.14180) 489 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:27.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:26 smithi156 bash[28307]: audit 2023-12-21T05:01:25.278761+0000 mgr.smithi079.gpuwcc (mgr.14180) 488 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:27.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:26 smithi156 bash[28307]: cluster 2023-12-21T05:01:25.745176+0000 mgr.smithi079.gpuwcc (mgr.14180) 489 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:29.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:28 smithi079 bash[24931]: cluster 2023-12-21T05:01:27.746392+0000 mgr.smithi079.gpuwcc (mgr.14180) 490 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:29.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:28 smithi156 bash[28307]: cluster 2023-12-21T05:01:27.746392+0000 mgr.smithi079.gpuwcc (mgr.14180) 490 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:29.977 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:01:29.977 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:07.640300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fhhmni on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\nDeploy daemon haproxy.nfs.foo.smithi156.fhhmni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.730233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.towrnj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\nDeploy daemon haproxy.nfs.foo.smithi079.towrnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.734889Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ewdtuf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:30.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:01:31.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:30 smithi079 bash[24931]: cluster 2023-12-21T05:01:29.747539+0000 mgr.smithi079.gpuwcc (mgr.14180) 491 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:31.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:30 smithi079 bash[24931]: audit 2023-12-21T05:01:29.966943+0000 mgr.smithi079.gpuwcc (mgr.14180) 492 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:31.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:30 smithi156 bash[28307]: cluster 2023-12-21T05:01:29.747539+0000 mgr.smithi079.gpuwcc (mgr.14180) 491 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:31.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:30 smithi156 bash[28307]: audit 2023-12-21T05:01:29.966943+0000 mgr.smithi079.gpuwcc (mgr.14180) 492 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:31.619 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:33.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:32 smithi079 bash[24931]: cluster 2023-12-21T05:01:31.749038+0000 mgr.smithi079.gpuwcc (mgr.14180) 493 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:01:33.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:32 smithi156 bash[28307]: cluster 2023-12-21T05:01:31.749038+0000 mgr.smithi079.gpuwcc (mgr.14180) 493 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:01:34.488 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:01:34.488 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:07.640300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fhhmni on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\nDeploy daemon haproxy.nfs.foo.smithi156.fhhmni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.730233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.towrnj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\nDeploy daemon haproxy.nfs.foo.smithi079.towrnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.734889Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ewdtuf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:34.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:34 smithi079 bash[24931]: cluster 2023-12-21T05:01:33.749961+0000 mgr.smithi079.gpuwcc (mgr.14180) 494 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:35.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:01:35.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:34 smithi156 bash[28307]: cluster 2023-12-21T05:01:33.749961+0000 mgr.smithi079.gpuwcc (mgr.14180) 494 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:36.232 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:36.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:35 smithi079 bash[24931]: audit 2023-12-21T05:01:34.483240+0000 mgr.smithi079.gpuwcc (mgr.14180) 495 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:36.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:35 smithi156 bash[28307]: audit 2023-12-21T05:01:34.483240+0000 mgr.smithi079.gpuwcc (mgr.14180) 495 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:37.193 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:36 smithi079 bash[24931]: cluster 2023-12-21T05:01:35.751229+0000 mgr.smithi079.gpuwcc (mgr.14180) 496 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:37.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:36 smithi156 bash[28307]: cluster 2023-12-21T05:01:35.751229+0000 mgr.smithi079.gpuwcc (mgr.14180) 496 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:39.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:38 smithi079 bash[24931]: cluster 2023-12-21T05:01:37.752036+0000 mgr.smithi079.gpuwcc (mgr.14180) 497 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:39.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:38 smithi156 bash[28307]: cluster 2023-12-21T05:01:37.752036+0000 mgr.smithi079.gpuwcc (mgr.14180) 497 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:39.283 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:01:39.283 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:07.640300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fhhmni on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\nDeploy daemon haproxy.nfs.foo.smithi156.fhhmni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.730233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.towrnj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\nDeploy daemon haproxy.nfs.foo.smithi079.towrnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.734889Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ewdtuf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:40.018 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:01:41.019 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:41.217 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:40 smithi079 bash[24931]: audit 2023-12-21T05:01:39.273675+0000 mgr.smithi079.gpuwcc (mgr.14180) 498 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:41.218 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:40 smithi079 bash[24931]: cluster 2023-12-21T05:01:39.753006+0000 mgr.smithi079.gpuwcc (mgr.14180) 499 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:41.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:40 smithi156 bash[28307]: audit 2023-12-21T05:01:39.273675+0000 mgr.smithi079.gpuwcc (mgr.14180) 498 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:41.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:40 smithi156 bash[28307]: cluster 2023-12-21T05:01:39.753006+0000 mgr.smithi079.gpuwcc (mgr.14180) 499 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:43.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:42 smithi079 bash[24931]: cluster 2023-12-21T05:01:41.754559+0000 mgr.smithi079.gpuwcc (mgr.14180) 500 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:01:43.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:42 smithi156 bash[28307]: cluster 2023-12-21T05:01:41.754559+0000 mgr.smithi079.gpuwcc (mgr.14180) 500 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:01:43.988 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:01:43.988 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:07.640300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fhhmni on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\nDeploy daemon haproxy.nfs.foo.smithi156.fhhmni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.730233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.towrnj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\nDeploy daemon haproxy.nfs.foo.smithi079.towrnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.734889Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ewdtuf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:44.723 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:01:44.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:44 smithi079 bash[24931]: cluster 2023-12-21T05:01:43.755024+0000 mgr.smithi079.gpuwcc (mgr.14180) 501 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:44.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:44 smithi079 bash[24931]: audit 2023-12-21T05:01:43.979129+0000 mgr.smithi079.gpuwcc (mgr.14180) 502 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:45.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:44 smithi156 bash[28307]: cluster 2023-12-21T05:01:43.755024+0000 mgr.smithi079.gpuwcc (mgr.14180) 501 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:45.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:44 smithi156 bash[28307]: audit 2023-12-21T05:01:43.979129+0000 mgr.smithi079.gpuwcc (mgr.14180) 502 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:45.724 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:47.029 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:46 smithi079 bash[24931]: cluster 2023-12-21T05:01:45.756252+0000 mgr.smithi079.gpuwcc (mgr.14180) 503 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:47.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:46 smithi156 bash[28307]: cluster 2023-12-21T05:01:45.756252+0000 mgr.smithi079.gpuwcc (mgr.14180) 503 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:48.760 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:01:48.760 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:07.640300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fhhmni on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\nDeploy daemon haproxy.nfs.foo.smithi156.fhhmni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.730233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.towrnj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\nDeploy daemon haproxy.nfs.foo.smithi079.towrnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.734889Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ewdtuf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:49.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:48 smithi079 bash[24931]: cluster 2023-12-21T05:01:47.757465+0000 mgr.smithi079.gpuwcc (mgr.14180) 504 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:49.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:48 smithi156 bash[28307]: cluster 2023-12-21T05:01:47.757465+0000 mgr.smithi079.gpuwcc (mgr.14180) 504 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:49.480 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:01:50.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:49 smithi079 bash[24931]: audit 2023-12-21T05:01:48.751025+0000 mgr.smithi079.gpuwcc (mgr.14180) 505 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:50.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:49 smithi156 bash[28307]: audit 2023-12-21T05:01:48.751025+0000 mgr.smithi079.gpuwcc (mgr.14180) 505 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:50.481 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:51.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:50 smithi079 bash[24931]: cluster 2023-12-21T05:01:49.758610+0000 mgr.smithi079.gpuwcc (mgr.14180) 506 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:51.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:50 smithi156 bash[28307]: cluster 2023-12-21T05:01:49.758610+0000 mgr.smithi079.gpuwcc (mgr.14180) 506 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:53.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:52 smithi079 bash[24931]: cluster 2023-12-21T05:01:51.760169+0000 mgr.smithi079.gpuwcc (mgr.14180) 507 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:01:53.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:52 smithi156 bash[28307]: cluster 2023-12-21T05:01:51.760169+0000 mgr.smithi079.gpuwcc (mgr.14180) 507 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:01:53.491 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:01:53.491 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:07.640300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fhhmni on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\nDeploy daemon haproxy.nfs.foo.smithi156.fhhmni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.730233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.towrnj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\nDeploy daemon haproxy.nfs.foo.smithi079.towrnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.734889Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ewdtuf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:54.179 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:01:55.180 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:55.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:54 smithi079 bash[24931]: audit 2023-12-21T05:01:53.482507+0000 mgr.smithi079.gpuwcc (mgr.14180) 508 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:55.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:54 smithi079 bash[24931]: cluster 2023-12-21T05:01:53.760767+0000 mgr.smithi079.gpuwcc (mgr.14180) 509 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:55.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:54 smithi156 bash[28307]: audit 2023-12-21T05:01:53.482507+0000 mgr.smithi079.gpuwcc (mgr.14180) 508 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:55.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:54 smithi156 bash[28307]: cluster 2023-12-21T05:01:53.760767+0000 mgr.smithi079.gpuwcc (mgr.14180) 509 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:57.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:56 smithi156 bash[28307]: cluster 2023-12-21T05:01:55.762057+0000 mgr.smithi079.gpuwcc (mgr.14180) 510 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:57.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:56 smithi079 bash[24931]: cluster 2023-12-21T05:01:55.762057+0000 mgr.smithi079.gpuwcc (mgr.14180) 510 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:58.318 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:01:58.318 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:07.640300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fhhmni on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\nDeploy daemon haproxy.nfs.foo.smithi156.fhhmni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.730233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.towrnj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\nDeploy daemon haproxy.nfs.foo.smithi079.towrnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.734889Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ewdtuf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:59.051 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:01:59.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:58 smithi156 bash[28307]: cluster 2023-12-21T05:01:57.763366+0000 mgr.smithi079.gpuwcc (mgr.14180) 511 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:59.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:58 smithi079 bash[24931]: cluster 2023-12-21T05:01:57.763366+0000 mgr.smithi079.gpuwcc (mgr.14180) 511 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:00.052 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:00.246 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:01:59 smithi079 bash[24931]: audit 2023-12-21T05:01:58.306820+0000 mgr.smithi079.gpuwcc (mgr.14180) 512 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:00.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:01:59 smithi156 bash[28307]: audit 2023-12-21T05:01:58.306820+0000 mgr.smithi079.gpuwcc (mgr.14180) 512 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:01.258 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:01 smithi079 bash[24931]: cluster 2023-12-21T05:01:59.764318+0000 mgr.smithi079.gpuwcc (mgr.14180) 513 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:01.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:01 smithi156 bash[28307]: cluster 2023-12-21T05:01:59.764318+0000 mgr.smithi079.gpuwcc (mgr.14180) 513 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:03.116 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:02:03.117 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:07.640300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fhhmni on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\nDeploy daemon haproxy.nfs.foo.smithi156.fhhmni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.730233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.towrnj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\nDeploy daemon haproxy.nfs.foo.smithi079.towrnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.734889Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ewdtuf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:03.375 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:03 smithi079 bash[24931]: cluster 2023-12-21T05:02:01.765857+0000 mgr.smithi079.gpuwcc (mgr.14180) 514 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:02:03.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:03 smithi156 bash[28307]: cluster 2023-12-21T05:02:01.765857+0000 mgr.smithi079.gpuwcc (mgr.14180) 514 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:02:03.900 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:02:04.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:04 smithi079 bash[24931]: audit 2023-12-21T05:02:03.108330+0000 mgr.smithi079.gpuwcc (mgr.14180) 515 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:04.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:04 smithi156 bash[28307]: audit 2023-12-21T05:02:03.108330+0000 mgr.smithi079.gpuwcc (mgr.14180) 515 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:04.901 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:05.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:05 smithi079 bash[24931]: cluster 2023-12-21T05:02:03.766591+0000 mgr.smithi079.gpuwcc (mgr.14180) 516 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:05.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:05 smithi156 bash[28307]: cluster 2023-12-21T05:02:03.766591+0000 mgr.smithi079.gpuwcc (mgr.14180) 516 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:07.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:07 smithi079 bash[24931]: cluster 2023-12-21T05:02:05.767852+0000 mgr.smithi079.gpuwcc (mgr.14180) 517 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:07.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:07 smithi156 bash[28307]: cluster 2023-12-21T05:02:05.767852+0000 mgr.smithi079.gpuwcc (mgr.14180) 517 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:08.020 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:02:08.020 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:07.640300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fhhmni on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\nDeploy daemon haproxy.nfs.foo.smithi156.fhhmni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.730233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.towrnj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\nDeploy daemon haproxy.nfs.foo.smithi079.towrnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.734889Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ewdtuf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:08.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:02:09.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:09 smithi079 bash[24931]: cluster 2023-12-21T05:02:07.768985+0000 mgr.smithi079.gpuwcc (mgr.14180) 518 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:09.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:09 smithi079 bash[24931]: audit 2023-12-21T05:02:08.013633+0000 mgr.smithi079.gpuwcc (mgr.14180) 519 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:09.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:09 smithi156 bash[28307]: cluster 2023-12-21T05:02:07.768985+0000 mgr.smithi079.gpuwcc (mgr.14180) 518 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:09.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:09 smithi156 bash[28307]: audit 2023-12-21T05:02:08.013633+0000 mgr.smithi079.gpuwcc (mgr.14180) 519 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:09.762 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:11.132 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:11 smithi079 bash[24931]: cluster 2023-12-21T05:02:09.769941+0000 mgr.smithi079.gpuwcc (mgr.14180) 520 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:11.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:11 smithi156 bash[28307]: cluster 2023-12-21T05:02:09.769941+0000 mgr.smithi079.gpuwcc (mgr.14180) 520 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:12.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:12 smithi079 bash[24931]: audit 2023-12-21T05:02:11.741189+0000 mon.smithi079 (mon.0) 799 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:02:12.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:12 smithi079 bash[24931]: audit 2023-12-21T05:02:12.014856+0000 mon.smithi079 (mon.0) 800 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:02:12.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:12 smithi156 bash[28307]: audit 2023-12-21T05:02:11.741189+0000 mon.smithi079 (mon.0) 799 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:02:12.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:12 smithi156 bash[28307]: audit 2023-12-21T05:02:12.014856+0000 mon.smithi079 (mon.0) 800 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:02:12.782 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:02:12.782 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:57.443153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tbhfbz on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:07.640300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fhhmni on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\nDeploy daemon haproxy.nfs.foo.smithi156.fhhmni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.730233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.towrnj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\nDeploy daemon haproxy.nfs.foo.smithi079.towrnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.734889Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ewdtuf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:13.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:13 smithi079 bash[24931]: cluster 2023-12-21T05:02:11.771046+0000 mgr.smithi079.gpuwcc (mgr.14180) 521 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:02:13.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:13 smithi079 bash[24931]: audit 2023-12-21T05:02:12.309294+0000 mon.smithi079 (mon.0) 801 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:02:13.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:13 smithi079 bash[24931]: audit 2023-12-21T05:02:12.310667+0000 mon.smithi079 (mon.0) 802 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:02:13.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:13 smithi079 bash[24931]: audit 2023-12-21T05:02:12.318540+0000 mon.smithi079 (mon.0) 803 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:02:13.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:13 smithi079 bash[24931]: audit 2023-12-21T05:02:12.326937+0000 mon.smithi079 (mon.0) 804 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:02:13.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:13 smithi079 bash[24931]: audit 2023-12-21T05:02:12.340287+0000 mon.smithi079 (mon.0) 805 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:02:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:13 smithi156 bash[28307]: cluster 2023-12-21T05:02:11.771046+0000 mgr.smithi079.gpuwcc (mgr.14180) 521 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:02:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:13 smithi156 bash[28307]: audit 2023-12-21T05:02:12.309294+0000 mon.smithi079 (mon.0) 801 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:02:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:13 smithi156 bash[28307]: audit 2023-12-21T05:02:12.310667+0000 mon.smithi079 (mon.0) 802 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:02:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:13 smithi156 bash[28307]: audit 2023-12-21T05:02:12.318540+0000 mon.smithi079 (mon.0) 803 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:02:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:13 smithi156 bash[28307]: audit 2023-12-21T05:02:12.326937+0000 mon.smithi079 (mon.0) 804 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:02:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:13 smithi156 bash[28307]: audit 2023-12-21T05:02:12.340287+0000 mon.smithi079 (mon.0) 805 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:02:13.503 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:02:14.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:14 smithi079 bash[24931]: cluster 2023-12-21T05:02:12.319434+0000 mgr.smithi079.gpuwcc (mgr.14180) 522 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T05:02:14.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:14 smithi079 bash[24931]: cephadm 2023-12-21T05:02:12.344353+0000 mgr.smithi079.gpuwcc (mgr.14180) 523 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.tajjmh on smithi156 2023-12-21T05:02:14.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:14 smithi079 bash[24931]: audit 2023-12-21T05:02:12.773025+0000 mgr.smithi079.gpuwcc (mgr.14180) 524 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:14.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:14 smithi079 bash[24931]: cluster 2023-12-21T05:02:13.315195+0000 mon.smithi079 (mon.0) 806 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:02:14.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:14 smithi079 bash[24931]: cluster 2023-12-21T05:02:13.315251+0000 mon.smithi079 (mon.0) 807 : cluster [INF] Cluster is now healthy 2023-12-21T05:02:14.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:14 smithi156 bash[28307]: cluster 2023-12-21T05:02:12.319434+0000 mgr.smithi079.gpuwcc (mgr.14180) 522 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T05:02:14.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:14 smithi156 bash[28307]: cephadm 2023-12-21T05:02:12.344353+0000 mgr.smithi079.gpuwcc (mgr.14180) 523 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.tajjmh on smithi156 2023-12-21T05:02:14.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:14 smithi156 bash[28307]: audit 2023-12-21T05:02:12.773025+0000 mgr.smithi079.gpuwcc (mgr.14180) 524 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:14.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:14 smithi156 bash[28307]: cluster 2023-12-21T05:02:13.315195+0000 mon.smithi079 (mon.0) 806 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:02:14.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:14 smithi156 bash[28307]: cluster 2023-12-21T05:02:13.315251+0000 mon.smithi079 (mon.0) 807 : cluster [INF] Cluster is now healthy 2023-12-21T05:02:14.504 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:16.166 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:16 smithi079 bash[24931]: cluster 2023-12-21T05:02:14.320002+0000 mgr.smithi079.gpuwcc (mgr.14180) 525 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T05:02:16.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:16 smithi156 bash[28307]: cluster 2023-12-21T05:02:14.320002+0000 mgr.smithi079.gpuwcc (mgr.14180) 525 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T05:02:17.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:17 smithi079 bash[24931]: audit 2023-12-21T05:02:16.166983+0000 mon.smithi079 (mon.0) 808 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.tajjmh"}]: dispatch 2023-12-21T05:02:17.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:17 smithi156 bash[28307]: audit 2023-12-21T05:02:16.166983+0000 mon.smithi079 (mon.0) 808 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.tajjmh"}]: dispatch 2023-12-21T05:02:17.592 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:02:17.593 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:07.640300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fhhmni on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fhhmni\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fhhmni\nDeploy daemon haproxy.nfs.foo.smithi156.fhhmni ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.730233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.towrnj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-towrnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.towrnj\nDeploy daemon haproxy.nfs.foo.smithi079.towrnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:11.734889Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ewdtuf on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:16.167794Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tajjmh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\nDeploy daemon haproxy.nfs.foo.smithi156.tajjmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:18.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: cephadm 2023-12-21T05:02:16.166373+0000 mgr.smithi079.gpuwcc (mgr.14180) 526 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh 2023-12-21T05:02:18.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:02:18.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh 2023-12-21T05:02:18.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh 2023-12-21T05:02:18.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:02:18.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh 2023-12-21T05:02:18.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.tajjmh ... 2023-12-21T05:02:18.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:18.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:02:18.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:02:18.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:02:18.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:18.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:02:18.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:02:18.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:02:18.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:02:18.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:02:18.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh 2023-12-21T05:02:18.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:02:18.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh 2023-12-21T05:02:18.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh 2023-12-21T05:02:18.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:02:18.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh 2023-12-21T05:02:18.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.tajjmh ... 2023-12-21T05:02:18.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:18.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:02:18.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:02:18.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:02:18.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:18.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: cephadm 2023-12-21T05:02:16.166625+0000 mgr.smithi079.gpuwcc (mgr.14180) 527 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.tajjmh 2023-12-21T05:02:18.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: cephadm 2023-12-21T05:02:16.167931+0000 mgr.smithi079.gpuwcc (mgr.14180) 528 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.tajjmh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh 2023-12-21T05:02:18.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:02:18.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh 2023-12-21T05:02:18.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh 2023-12-21T05:02:18.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:02:18.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh 2023-12-21T05:02:18.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.tajjmh ... 2023-12-21T05:02:18.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:18.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:02:18.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:02:18.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:02:18.240 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:18.240 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: cephadm 2023-12-21T05:02:16.170242+0000 mgr.smithi079.gpuwcc (mgr.14180) 529 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.akoasx on smithi079 2023-12-21T05:02:18.240 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:18 smithi079 bash[24931]: cluster 2023-12-21T05:02:16.321176+0000 mgr.smithi079.gpuwcc (mgr.14180) 530 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T05:02:18.299 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:02:18.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: cephadm 2023-12-21T05:02:16.166373+0000 mgr.smithi079.gpuwcc (mgr.14180) 526 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh 2023-12-21T05:02:18.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:02:18.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh 2023-12-21T05:02:18.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh 2023-12-21T05:02:18.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:02:18.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh 2023-12-21T05:02:18.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.tajjmh ... 2023-12-21T05:02:18.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:18.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:02:18.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:02:18.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:02:18.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:18.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:02:18.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:02:18.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:02:18.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:02:18.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:02:18.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh 2023-12-21T05:02:18.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:02:18.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh 2023-12-21T05:02:18.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh 2023-12-21T05:02:18.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:02:18.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh 2023-12-21T05:02:18.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.tajjmh ... 2023-12-21T05:02:18.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:18.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:02:18.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:02:18.498 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:02:18.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:18.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: cephadm 2023-12-21T05:02:16.166625+0000 mgr.smithi079.gpuwcc (mgr.14180) 527 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.tajjmh 2023-12-21T05:02:18.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: cephadm 2023-12-21T05:02:16.167931+0000 mgr.smithi079.gpuwcc (mgr.14180) 528 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.tajjmh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh 2023-12-21T05:02:18.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:02:18.499 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh 2023-12-21T05:02:18.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh 2023-12-21T05:02:18.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:02:18.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh 2023-12-21T05:02:18.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.tajjmh ... 2023-12-21T05:02:18.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:18.500 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:02:18.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:02:18.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:02:18.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:18.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: cephadm 2023-12-21T05:02:16.170242+0000 mgr.smithi079.gpuwcc (mgr.14180) 529 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.akoasx on smithi079 2023-12-21T05:02:18.501 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:18 smithi156 bash[28307]: cluster 2023-12-21T05:02:16.321176+0000 mgr.smithi079.gpuwcc (mgr.14180) 530 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T05:02:19.300 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:19.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:19 smithi079 bash[24931]: audit 2023-12-21T05:02:17.581819+0000 mgr.smithi079.gpuwcc (mgr.14180) 531 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:19.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:19 smithi156 bash[28307]: audit 2023-12-21T05:02:17.581819+0000 mgr.smithi079.gpuwcc (mgr.14180) 531 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:20.397 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:20 smithi079 bash[24931]: cluster 2023-12-21T05:02:18.321830+0000 mgr.smithi079.gpuwcc (mgr.14180) 532 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T05:02:20.398 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:20 smithi079 bash[24931]: audit 2023-12-21T05:02:19.834843+0000 mon.smithi079 (mon.0) 809 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:02:20.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:20 smithi156 bash[28307]: cluster 2023-12-21T05:02:18.321830+0000 mgr.smithi079.gpuwcc (mgr.14180) 532 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T05:02:20.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:20 smithi156 bash[28307]: audit 2023-12-21T05:02:19.834843+0000 mon.smithi079 (mon.0) 809 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:02:21.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:21 smithi079 bash[24931]: audit 2023-12-21T05:02:20.486126+0000 mon.smithi079 (mon.0) 810 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.akoasx"}]: dispatch 2023-12-21T05:02:21.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:21 smithi156 bash[28307]: audit 2023-12-21T05:02:20.486126+0000 mon.smithi079 (mon.0) 810 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.akoasx"}]: dispatch 2023-12-21T05:02:22.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: cluster 2023-12-21T05:02:20.322425+0000 mgr.smithi079.gpuwcc (mgr.14180) 533 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 388 B/s rd, 0 op/s 2023-12-21T05:02:22.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: cephadm 2023-12-21T05:02:20.485200+0000 mgr.smithi079.gpuwcc (mgr.14180) 534 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx 2023-12-21T05:02:22.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:02:22.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx 2023-12-21T05:02:22.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx 2023-12-21T05:02:22.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:02:22.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx 2023-12-21T05:02:22.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.akoasx ... 2023-12-21T05:02:22.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:22.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:02:22.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:02:22.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:02:22.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:22.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:02:22.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:02:22.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:02:22.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:02:22.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:02:22.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx 2023-12-21T05:02:22.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:02:22.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx 2023-12-21T05:02:22.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx 2023-12-21T05:02:22.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:02:22.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx 2023-12-21T05:02:22.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.akoasx ... 2023-12-21T05:02:22.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:22.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:02:22.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:02:22.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:02:22.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:22.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: cephadm 2023-12-21T05:02:20.485659+0000 mgr.smithi079.gpuwcc (mgr.14180) 535 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.akoasx 2023-12-21T05:02:22.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: cephadm 2023-12-21T05:02:20.487586+0000 mgr.smithi079.gpuwcc (mgr.14180) 536 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.akoasx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx 2023-12-21T05:02:22.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:02:22.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx 2023-12-21T05:02:22.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx 2023-12-21T05:02:22.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:02:22.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx 2023-12-21T05:02:22.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.akoasx ... 2023-12-21T05:02:22.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:22.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:02:22.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:02:22.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:02:22.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:22.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: cephadm 2023-12-21T05:02:20.492321+0000 mgr.smithi079.gpuwcc (mgr.14180) 537 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.cnsyqp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:02:22.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: cephadm 2023-12-21T05:02:20.494400+0000 mgr.smithi079.gpuwcc (mgr.14180) 538 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:02:22.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: cluster 2023-12-21T05:02:20.495268+0000 mgr.smithi079.gpuwcc (mgr.14180) 539 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 0 op/s 2023-12-21T05:02:22.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:22 smithi079 bash[24931]: cluster 2023-12-21T05:02:21.080353+0000 mon.smithi079 (mon.0) 811 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:02:22.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: cluster 2023-12-21T05:02:20.322425+0000 mgr.smithi079.gpuwcc (mgr.14180) 533 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 388 B/s rd, 0 op/s 2023-12-21T05:02:22.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: cephadm 2023-12-21T05:02:20.485200+0000 mgr.smithi079.gpuwcc (mgr.14180) 534 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx 2023-12-21T05:02:22.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:02:22.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx 2023-12-21T05:02:22.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx 2023-12-21T05:02:22.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:02:22.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx 2023-12-21T05:02:22.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.akoasx ... 2023-12-21T05:02:22.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:22.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:02:22.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:02:22.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:02:22.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:22.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:02:22.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:02:22.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:02:22.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:02:22.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:02:22.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx 2023-12-21T05:02:22.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:02:22.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx 2023-12-21T05:02:22.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx 2023-12-21T05:02:22.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:02:22.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx 2023-12-21T05:02:22.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.akoasx ... 2023-12-21T05:02:22.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:22.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:02:22.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:02:22.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:02:22.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:22.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: cephadm 2023-12-21T05:02:20.485659+0000 mgr.smithi079.gpuwcc (mgr.14180) 535 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.akoasx 2023-12-21T05:02:22.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: cephadm 2023-12-21T05:02:20.487586+0000 mgr.smithi079.gpuwcc (mgr.14180) 536 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.akoasx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx 2023-12-21T05:02:22.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:02:22.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx 2023-12-21T05:02:22.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx 2023-12-21T05:02:22.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:02:22.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx 2023-12-21T05:02:22.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.akoasx ... 2023-12-21T05:02:22.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:22.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:02:22.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:02:22.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:02:22.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:22.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: cephadm 2023-12-21T05:02:20.492321+0000 mgr.smithi079.gpuwcc (mgr.14180) 537 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.cnsyqp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:02:22.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: cephadm 2023-12-21T05:02:20.494400+0000 mgr.smithi079.gpuwcc (mgr.14180) 538 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:02:22.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: cluster 2023-12-21T05:02:20.495268+0000 mgr.smithi079.gpuwcc (mgr.14180) 539 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 0 op/s 2023-12-21T05:02:22.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:22 smithi156 bash[28307]: cluster 2023-12-21T05:02:21.080353+0000 mon.smithi079 (mon.0) 811 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:02:22.699 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:02:22.699 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:16.167794Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tajjmh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\nDeploy daemon haproxy.nfs.foo.smithi156.tajjmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.487222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.akoasx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\nDeploy daemon haproxy.nfs.foo.smithi079.akoasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.492198Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cnsyqp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:23.438 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:02:23.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:23 smithi079 bash[24931]: audit 2023-12-21T05:02:22.455570+0000 mon.smithi079 (mon.0) 812 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:02:23.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:23 smithi079 bash[24931]: cluster 2023-12-21T05:02:22.496208+0000 mgr.smithi079.gpuwcc (mgr.14180) 540 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-21T05:02:23.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:23 smithi079 bash[24931]: audit 2023-12-21T05:02:22.688041+0000 mgr.smithi079.gpuwcc (mgr.14180) 541 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:23.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:23 smithi156 bash[28307]: audit 2023-12-21T05:02:22.455570+0000 mon.smithi079 (mon.0) 812 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:02:23.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:23 smithi156 bash[28307]: cluster 2023-12-21T05:02:22.496208+0000 mgr.smithi079.gpuwcc (mgr.14180) 540 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-21T05:02:23.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:23 smithi156 bash[28307]: audit 2023-12-21T05:02:22.688041+0000 mgr.smithi079.gpuwcc (mgr.14180) 541 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:24.439 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:25.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:25 smithi079 bash[24931]: cluster 2023-12-21T05:02:24.497257+0000 mgr.smithi079.gpuwcc (mgr.14180) 542 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-21T05:02:25.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:25 smithi156 bash[28307]: cluster 2023-12-21T05:02:24.497257+0000 mgr.smithi079.gpuwcc (mgr.14180) 542 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-21T05:02:27.421 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:02:27.421 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:16.167794Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tajjmh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\nDeploy daemon haproxy.nfs.foo.smithi156.tajjmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.487222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.akoasx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\nDeploy daemon haproxy.nfs.foo.smithi079.akoasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.492198Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cnsyqp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:27.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:27 smithi079 bash[24931]: cluster 2023-12-21T05:02:26.498076+0000 mgr.smithi079.gpuwcc (mgr.14180) 543 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-21T05:02:28.137 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:02:28.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:27 smithi156 bash[28307]: cluster 2023-12-21T05:02:26.498076+0000 mgr.smithi079.gpuwcc (mgr.14180) 543 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-21T05:02:29.138 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:29.151 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:28 smithi079 bash[24931]: audit 2023-12-21T05:02:27.411336+0000 mgr.smithi079.gpuwcc (mgr.14180) 544 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:29.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:28 smithi156 bash[28307]: audit 2023-12-21T05:02:27.411336+0000 mgr.smithi079.gpuwcc (mgr.14180) 544 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:30.214 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:29 smithi079 bash[24931]: cluster 2023-12-21T05:02:28.498988+0000 mgr.smithi079.gpuwcc (mgr.14180) 545 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-21T05:02:30.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:29 smithi156 bash[28307]: cluster 2023-12-21T05:02:28.498988+0000 mgr.smithi079.gpuwcc (mgr.14180) 545 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-21T05:02:32.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:31 smithi079 bash[24931]: cluster 2023-12-21T05:02:30.499743+0000 mgr.smithi079.gpuwcc (mgr.14180) 546 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-21T05:02:32.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:31 smithi156 bash[28307]: cluster 2023-12-21T05:02:30.499743+0000 mgr.smithi079.gpuwcc (mgr.14180) 546 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-21T05:02:32.320 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:02:32.320 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:16.167794Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tajjmh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\nDeploy daemon haproxy.nfs.foo.smithi156.tajjmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.487222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.akoasx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\nDeploy daemon haproxy.nfs.foo.smithi079.akoasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.492198Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cnsyqp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:33.036 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:02:34.037 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:34.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:33 smithi079 bash[24931]: audit 2023-12-21T05:02:32.310931+0000 mgr.smithi079.gpuwcc (mgr.14180) 547 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:34.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:33 smithi079 bash[24931]: cluster 2023-12-21T05:02:32.500792+0000 mgr.smithi079.gpuwcc (mgr.14180) 548 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:34.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:33 smithi156 bash[28307]: audit 2023-12-21T05:02:32.310931+0000 mgr.smithi079.gpuwcc (mgr.14180) 547 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:34.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:33 smithi156 bash[28307]: cluster 2023-12-21T05:02:32.500792+0000 mgr.smithi079.gpuwcc (mgr.14180) 548 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:36.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:35 smithi079 bash[24931]: cluster 2023-12-21T05:02:34.501732+0000 mgr.smithi079.gpuwcc (mgr.14180) 549 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:36.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:35 smithi079 bash[24931]: audit 2023-12-21T05:02:34.836037+0000 mon.smithi079 (mon.0) 813 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:02:36.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:35 smithi156 bash[28307]: cluster 2023-12-21T05:02:34.501732+0000 mgr.smithi079.gpuwcc (mgr.14180) 549 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:36.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:35 smithi156 bash[28307]: audit 2023-12-21T05:02:34.836037+0000 mon.smithi079 (mon.0) 813 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:02:37.192 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:02:37.193 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:16.167794Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tajjmh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\nDeploy daemon haproxy.nfs.foo.smithi156.tajjmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.487222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.akoasx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\nDeploy daemon haproxy.nfs.foo.smithi079.akoasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.492198Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cnsyqp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:37.925 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:02:38.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:37 smithi079 bash[24931]: cluster 2023-12-21T05:02:36.503337+0000 mgr.smithi079.gpuwcc (mgr.14180) 550 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:38.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:37 smithi156 bash[28307]: cluster 2023-12-21T05:02:36.503337+0000 mgr.smithi079.gpuwcc (mgr.14180) 550 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:38.926 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:39.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:38 smithi079 bash[24931]: audit 2023-12-21T05:02:37.180905+0000 mgr.smithi079.gpuwcc (mgr.14180) 551 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:39.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:38 smithi156 bash[28307]: audit 2023-12-21T05:02:37.180905+0000 mgr.smithi079.gpuwcc (mgr.14180) 551 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:40.175 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:39 smithi079 bash[24931]: cluster 2023-12-21T05:02:38.504305+0000 mgr.smithi079.gpuwcc (mgr.14180) 552 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:40.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:39 smithi156 bash[28307]: cluster 2023-12-21T05:02:38.504305+0000 mgr.smithi079.gpuwcc (mgr.14180) 552 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:41.849 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:02:41.849 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:16.167794Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tajjmh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\nDeploy daemon haproxy.nfs.foo.smithi156.tajjmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.487222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.akoasx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\nDeploy daemon haproxy.nfs.foo.smithi079.akoasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.492198Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cnsyqp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:42.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:41 smithi079 bash[24931]: cluster 2023-12-21T05:02:40.505620+0000 mgr.smithi079.gpuwcc (mgr.14180) 553 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:02:42.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:41 smithi156 bash[28307]: cluster 2023-12-21T05:02:40.505620+0000 mgr.smithi079.gpuwcc (mgr.14180) 553 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:02:42.497 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:02:43.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:42 smithi079 bash[24931]: audit 2023-12-21T05:02:41.843394+0000 mgr.smithi079.gpuwcc (mgr.14180) 554 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:43.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:42 smithi156 bash[28307]: audit 2023-12-21T05:02:41.843394+0000 mgr.smithi079.gpuwcc (mgr.14180) 554 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:43.497 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:44.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:43 smithi079 bash[24931]: cluster 2023-12-21T05:02:42.506884+0000 mgr.smithi079.gpuwcc (mgr.14180) 555 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:44.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:43 smithi156 bash[28307]: cluster 2023-12-21T05:02:42.506884+0000 mgr.smithi079.gpuwcc (mgr.14180) 555 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:46.203 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:45 smithi079 bash[24931]: cluster 2023-12-21T05:02:44.507870+0000 mgr.smithi079.gpuwcc (mgr.14180) 556 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:46.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:45 smithi156 bash[28307]: cluster 2023-12-21T05:02:44.507870+0000 mgr.smithi079.gpuwcc (mgr.14180) 556 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:46.573 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:02:46.573 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:16.167794Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tajjmh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\nDeploy daemon haproxy.nfs.foo.smithi156.tajjmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.487222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.akoasx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\nDeploy daemon haproxy.nfs.foo.smithi079.akoasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.492198Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cnsyqp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:47.267 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:02:48.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:47 smithi079 bash[24931]: cluster 2023-12-21T05:02:46.509263+0000 mgr.smithi079.gpuwcc (mgr.14180) 557 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:48.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:47 smithi079 bash[24931]: audit 2023-12-21T05:02:46.567981+0000 mgr.smithi079.gpuwcc (mgr.14180) 558 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:48.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:47 smithi156 bash[28307]: cluster 2023-12-21T05:02:46.509263+0000 mgr.smithi079.gpuwcc (mgr.14180) 557 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:48.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:47 smithi156 bash[28307]: audit 2023-12-21T05:02:46.567981+0000 mgr.smithi079.gpuwcc (mgr.14180) 558 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:48.268 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:50.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:49 smithi079 bash[24931]: cluster 2023-12-21T05:02:48.510218+0000 mgr.smithi079.gpuwcc (mgr.14180) 559 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:50.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:49 smithi156 bash[28307]: cluster 2023-12-21T05:02:48.510218+0000 mgr.smithi079.gpuwcc (mgr.14180) 559 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:51.167 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:02:51.167 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:16.167794Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tajjmh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\nDeploy daemon haproxy.nfs.foo.smithi156.tajjmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.487222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.akoasx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\nDeploy daemon haproxy.nfs.foo.smithi079.akoasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.492198Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cnsyqp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:51.825 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:02:52.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:51 smithi079 bash[24931]: cluster 2023-12-21T05:02:50.511645+0000 mgr.smithi079.gpuwcc (mgr.14180) 560 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:02:52.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:51 smithi079 bash[24931]: audit 2023-12-21T05:02:51.157397+0000 mgr.smithi079.gpuwcc (mgr.14180) 561 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:52.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:51 smithi156 bash[28307]: cluster 2023-12-21T05:02:50.511645+0000 mgr.smithi079.gpuwcc (mgr.14180) 560 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:02:52.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:51 smithi156 bash[28307]: audit 2023-12-21T05:02:51.157397+0000 mgr.smithi079.gpuwcc (mgr.14180) 561 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:52.826 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:54.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:53 smithi079 bash[24931]: cluster 2023-12-21T05:02:52.512824+0000 mgr.smithi079.gpuwcc (mgr.14180) 562 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:54.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:53 smithi156 bash[28307]: cluster 2023-12-21T05:02:52.512824+0000 mgr.smithi079.gpuwcc (mgr.14180) 562 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:55.848 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:02:55.848 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:16.167794Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tajjmh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\nDeploy daemon haproxy.nfs.foo.smithi156.tajjmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.487222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.akoasx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\nDeploy daemon haproxy.nfs.foo.smithi079.akoasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.492198Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cnsyqp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:56.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:55 smithi079 bash[24931]: cluster 2023-12-21T05:02:54.513738+0000 mgr.smithi079.gpuwcc (mgr.14180) 563 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:56.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:55 smithi156 bash[28307]: cluster 2023-12-21T05:02:54.513738+0000 mgr.smithi079.gpuwcc (mgr.14180) 563 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:56.572 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:02:57.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:56 smithi079 bash[24931]: audit 2023-12-21T05:02:55.838451+0000 mgr.smithi079.gpuwcc (mgr.14180) 564 : audit [DBG] from='client.24643 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:57.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:56 smithi156 bash[28307]: audit 2023-12-21T05:02:55.838451+0000 mgr.smithi079.gpuwcc (mgr.14180) 564 : audit [DBG] from='client.24643 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:57.573 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:58.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:57 smithi079 bash[24931]: cluster 2023-12-21T05:02:56.515345+0000 mgr.smithi079.gpuwcc (mgr.14180) 565 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:58.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:57 smithi156 bash[28307]: cluster 2023-12-21T05:02:56.515345+0000 mgr.smithi079.gpuwcc (mgr.14180) 565 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:00.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:02:59 smithi079 bash[24931]: cluster 2023-12-21T05:02:58.516221+0000 mgr.smithi079.gpuwcc (mgr.14180) 566 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:00.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:02:59 smithi156 bash[28307]: cluster 2023-12-21T05:02:58.516221+0000 mgr.smithi079.gpuwcc (mgr.14180) 566 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:00.651 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:03:00.651 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:16.167794Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tajjmh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\nDeploy daemon haproxy.nfs.foo.smithi156.tajjmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.487222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.akoasx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\nDeploy daemon haproxy.nfs.foo.smithi079.akoasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.492198Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cnsyqp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:01.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:03:02.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:01 smithi079 bash[24931]: cluster 2023-12-21T05:03:00.517345+0000 mgr.smithi079.gpuwcc (mgr.14180) 567 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:03:02.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:01 smithi079 bash[24931]: audit 2023-12-21T05:03:00.639762+0000 mgr.smithi079.gpuwcc (mgr.14180) 568 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:02.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:01 smithi156 bash[28307]: cluster 2023-12-21T05:03:00.517345+0000 mgr.smithi079.gpuwcc (mgr.14180) 567 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:03:02.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:01 smithi156 bash[28307]: audit 2023-12-21T05:03:00.639762+0000 mgr.smithi079.gpuwcc (mgr.14180) 568 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:02.370 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:04.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:03 smithi079 bash[24931]: cluster 2023-12-21T05:03:02.518522+0000 mgr.smithi079.gpuwcc (mgr.14180) 569 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:04.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:03 smithi156 bash[28307]: cluster 2023-12-21T05:03:02.518522+0000 mgr.smithi079.gpuwcc (mgr.14180) 569 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:05.429 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:03:05.429 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:16.167794Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tajjmh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\nDeploy daemon haproxy.nfs.foo.smithi156.tajjmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.487222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.akoasx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\nDeploy daemon haproxy.nfs.foo.smithi079.akoasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.492198Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cnsyqp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:06.170 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:03:06.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:05 smithi156 bash[28307]: cluster 2023-12-21T05:03:04.519479+0000 mgr.smithi079.gpuwcc (mgr.14180) 570 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:06.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:05 smithi079 bash[24931]: cluster 2023-12-21T05:03:04.519479+0000 mgr.smithi079.gpuwcc (mgr.14180) 570 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:07.172 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:07.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:06 smithi079 bash[24931]: audit 2023-12-21T05:03:05.418574+0000 mgr.smithi079.gpuwcc (mgr.14180) 571 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:07.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:06 smithi156 bash[28307]: audit 2023-12-21T05:03:05.418574+0000 mgr.smithi079.gpuwcc (mgr.14180) 571 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:08.310 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:08 smithi079 bash[24931]: cluster 2023-12-21T05:03:06.520980+0000 mgr.smithi079.gpuwcc (mgr.14180) 572 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:08.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:07 smithi156 bash[28307]: cluster 2023-12-21T05:03:06.520980+0000 mgr.smithi079.gpuwcc (mgr.14180) 572 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:10.089 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:03:10.090 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:16.167794Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tajjmh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\nDeploy daemon haproxy.nfs.foo.smithi156.tajjmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.487222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.akoasx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\nDeploy daemon haproxy.nfs.foo.smithi079.akoasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.492198Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cnsyqp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:10.267 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:10 smithi079 bash[24931]: cluster 2023-12-21T05:03:08.521738+0000 mgr.smithi079.gpuwcc (mgr.14180) 573 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:10.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:10 smithi156 bash[28307]: cluster 2023-12-21T05:03:08.521738+0000 mgr.smithi079.gpuwcc (mgr.14180) 573 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:10.760 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:03:11.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:11 smithi079 bash[24931]: audit 2023-12-21T05:03:10.080555+0000 mgr.smithi079.gpuwcc (mgr.14180) 574 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:11.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:11 smithi156 bash[28307]: audit 2023-12-21T05:03:10.080555+0000 mgr.smithi079.gpuwcc (mgr.14180) 574 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:11.761 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:12.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:12 smithi079 bash[24931]: cluster 2023-12-21T05:03:10.523040+0000 mgr.smithi079.gpuwcc (mgr.14180) 575 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:03:12.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:12 smithi156 bash[28307]: cluster 2023-12-21T05:03:10.523040+0000 mgr.smithi079.gpuwcc (mgr.14180) 575 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:03:14.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:14 smithi079 bash[24931]: cluster 2023-12-21T05:03:12.524328+0000 mgr.smithi079.gpuwcc (mgr.14180) 576 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:14.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:14 smithi156 bash[28307]: cluster 2023-12-21T05:03:12.524328+0000 mgr.smithi079.gpuwcc (mgr.14180) 576 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:15.140 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:03:15.140 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:16.167794Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tajjmh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\nDeploy daemon haproxy.nfs.foo.smithi156.tajjmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.487222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.akoasx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\nDeploy daemon haproxy.nfs.foo.smithi079.akoasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.492198Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cnsyqp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:15.831 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:03:16.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:16 smithi079 bash[24931]: cluster 2023-12-21T05:03:14.525335+0000 mgr.smithi079.gpuwcc (mgr.14180) 577 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:16.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:16 smithi079 bash[24931]: audit 2023-12-21T05:03:15.128395+0000 mgr.smithi079.gpuwcc (mgr.14180) 578 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:16.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:16 smithi156 bash[28307]: cluster 2023-12-21T05:03:14.525335+0000 mgr.smithi079.gpuwcc (mgr.14180) 577 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:16.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:16 smithi156 bash[28307]: audit 2023-12-21T05:03:15.128395+0000 mgr.smithi079.gpuwcc (mgr.14180) 578 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:16.832 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:18.217 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:18 smithi079 bash[24931]: cluster 2023-12-21T05:03:16.526897+0000 mgr.smithi079.gpuwcc (mgr.14180) 579 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:18.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:18 smithi156 bash[28307]: cluster 2023-12-21T05:03:16.526897+0000 mgr.smithi079.gpuwcc (mgr.14180) 579 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:19.805 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:03:19.805 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:16.167794Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tajjmh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\nDeploy daemon haproxy.nfs.foo.smithi156.tajjmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.487222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.akoasx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\nDeploy daemon haproxy.nfs.foo.smithi079.akoasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.492198Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cnsyqp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:20.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:20 smithi079 bash[24931]: cluster 2023-12-21T05:03:18.527872+0000 mgr.smithi079.gpuwcc (mgr.14180) 580 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:20.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:20 smithi156 bash[28307]: cluster 2023-12-21T05:03:18.527872+0000 mgr.smithi079.gpuwcc (mgr.14180) 580 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:20.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:03:21.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:21 smithi079 bash[24931]: audit 2023-12-21T05:03:19.799951+0000 mgr.smithi079.gpuwcc (mgr.14180) 581 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:21.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:21 smithi079 bash[24931]: audit 2023-12-21T05:03:20.498900+0000 mon.smithi079 (mon.0) 814 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:03:21.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:21 smithi079 bash[24931]: audit 2023-12-21T05:03:20.809295+0000 mon.smithi079 (mon.0) 815 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:03:21.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:21 smithi079 bash[24931]: audit 2023-12-21T05:03:20.811180+0000 mon.smithi079 (mon.0) 816 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:03:21.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:21 smithi079 bash[24931]: audit 2023-12-21T05:03:20.817646+0000 mon.smithi079 (mon.0) 817 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:03:21.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:21 smithi079 bash[24931]: audit 2023-12-21T05:03:20.826077+0000 mon.smithi079 (mon.0) 818 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:03:21.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:21 smithi079 bash[24931]: audit 2023-12-21T05:03:20.842734+0000 mon.smithi079 (mon.0) 819 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:03:21.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:21 smithi156 bash[28307]: audit 2023-12-21T05:03:19.799951+0000 mgr.smithi079.gpuwcc (mgr.14180) 581 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:21.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:21 smithi156 bash[28307]: audit 2023-12-21T05:03:20.498900+0000 mon.smithi079 (mon.0) 814 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:03:21.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:21 smithi156 bash[28307]: audit 2023-12-21T05:03:20.809295+0000 mon.smithi079 (mon.0) 815 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:03:21.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:21 smithi156 bash[28307]: audit 2023-12-21T05:03:20.811180+0000 mon.smithi079 (mon.0) 816 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:03:21.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:21 smithi156 bash[28307]: audit 2023-12-21T05:03:20.817646+0000 mon.smithi079 (mon.0) 817 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:03:21.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:21 smithi156 bash[28307]: audit 2023-12-21T05:03:20.826077+0000 mon.smithi079 (mon.0) 818 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:03:21.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:21 smithi156 bash[28307]: audit 2023-12-21T05:03:20.842734+0000 mon.smithi079 (mon.0) 819 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:03:21.523 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:22.461 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:22 smithi079 bash[24931]: cluster 2023-12-21T05:03:20.528698+0000 mgr.smithi079.gpuwcc (mgr.14180) 582 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:03:22.461 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:22 smithi079 bash[24931]: cluster 2023-12-21T05:03:20.818457+0000 mgr.smithi079.gpuwcc (mgr.14180) 583 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:03:22.461 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:22 smithi079 bash[24931]: cephadm 2023-12-21T05:03:20.847588+0000 mgr.smithi079.gpuwcc (mgr.14180) 584 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.pafhzv on smithi156 2023-12-21T05:03:22.461 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:22 smithi079 bash[24931]: cluster 2023-12-21T05:03:21.037851+0000 mon.smithi079 (mon.0) 820 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:03:22.461 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:22 smithi079 bash[24931]: cluster 2023-12-21T05:03:21.037907+0000 mon.smithi079 (mon.0) 821 : cluster [INF] Cluster is now healthy 2023-12-21T05:03:22.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:22 smithi156 bash[28307]: cluster 2023-12-21T05:03:20.528698+0000 mgr.smithi079.gpuwcc (mgr.14180) 582 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:03:22.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:22 smithi156 bash[28307]: cluster 2023-12-21T05:03:20.818457+0000 mgr.smithi079.gpuwcc (mgr.14180) 583 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:03:22.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:22 smithi156 bash[28307]: cephadm 2023-12-21T05:03:20.847588+0000 mgr.smithi079.gpuwcc (mgr.14180) 584 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.pafhzv on smithi156 2023-12-21T05:03:22.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:22 smithi156 bash[28307]: cluster 2023-12-21T05:03:21.037851+0000 mon.smithi079 (mon.0) 820 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:03:22.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:22 smithi156 bash[28307]: cluster 2023-12-21T05:03:21.037907+0000 mon.smithi079 (mon.0) 821 : cluster [INF] Cluster is now healthy 2023-12-21T05:03:24.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:24 smithi079 bash[24931]: cluster 2023-12-21T05:03:22.819232+0000 mgr.smithi079.gpuwcc (mgr.14180) 585 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:03:24.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:24 smithi156 bash[28307]: cluster 2023-12-21T05:03:22.819232+0000 mgr.smithi079.gpuwcc (mgr.14180) 585 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:03:24.604 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:03:24.604 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:11.737037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.tolyoi on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:16.167794Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tajjmh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tajjmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tajjmh\nDeploy daemon haproxy.nfs.foo.smithi156.tajjmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.487222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.akoasx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-akoasx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.akoasx\nDeploy daemon haproxy.nfs.foo.smithi079.akoasx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:20.492198Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.cnsyqp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:25.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:25 smithi079 bash[24931]: audit 2023-12-21T05:03:24.680701+0000 mon.smithi079 (mon.0) 822 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.pafhzv"}]: dispatch 2023-12-21T05:03:25.384 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:03:25.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:25 smithi156 bash[28307]: audit 2023-12-21T05:03:24.680701+0000 mon.smithi079 (mon.0) 822 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.pafhzv"}]: dispatch 2023-12-21T05:03:26.385 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:26.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: audit 2023-12-21T05:03:24.595270+0000 mgr.smithi079.gpuwcc (mgr.14180) 586 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:26.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: cephadm 2023-12-21T05:03:24.679777+0000 mgr.smithi079.gpuwcc (mgr.14180) 587 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv 2023-12-21T05:03:26.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:03:26.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv 2023-12-21T05:03:26.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv 2023-12-21T05:03:26.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:03:26.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv 2023-12-21T05:03:26.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.pafhzv ... 2023-12-21T05:03:26.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:26.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:03:26.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:03:26.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:03:26.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:26.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:03:26.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:03:26.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:03:26.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:03:26.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:03:26.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv 2023-12-21T05:03:26.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:03:26.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv 2023-12-21T05:03:26.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv 2023-12-21T05:03:26.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:03:26.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv 2023-12-21T05:03:26.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.pafhzv ... 2023-12-21T05:03:26.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:26.402 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:03:26.402 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:03:26.402 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:03:26.402 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:26.402 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: cephadm 2023-12-21T05:03:24.680266+0000 mgr.smithi079.gpuwcc (mgr.14180) 588 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.pafhzv 2023-12-21T05:03:26.402 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: cephadm 2023-12-21T05:03:24.681754+0000 mgr.smithi079.gpuwcc (mgr.14180) 589 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.pafhzv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv 2023-12-21T05:03:26.402 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:03:26.402 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv 2023-12-21T05:03:26.402 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv 2023-12-21T05:03:26.402 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:03:26.402 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv 2023-12-21T05:03:26.402 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.pafhzv ... 2023-12-21T05:03:26.402 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:26.402 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:03:26.402 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:03:26.402 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:03:26.403 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:26.403 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: cephadm 2023-12-21T05:03:24.684397+0000 mgr.smithi079.gpuwcc (mgr.14180) 590 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.bfmkdb on smithi079 2023-12-21T05:03:26.403 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:26 smithi079 bash[24931]: cluster 2023-12-21T05:03:24.819798+0000 mgr.smithi079.gpuwcc (mgr.14180) 591 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:03:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: audit 2023-12-21T05:03:24.595270+0000 mgr.smithi079.gpuwcc (mgr.14180) 586 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: cephadm 2023-12-21T05:03:24.679777+0000 mgr.smithi079.gpuwcc (mgr.14180) 587 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv 2023-12-21T05:03:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:03:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv 2023-12-21T05:03:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv 2023-12-21T05:03:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:03:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv 2023-12-21T05:03:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.pafhzv ... 2023-12-21T05:03:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:03:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:03:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:03:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:03:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:03:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:03:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:03:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:03:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv 2023-12-21T05:03:26.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:03:26.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv 2023-12-21T05:03:26.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv 2023-12-21T05:03:26.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:03:26.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv 2023-12-21T05:03:26.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.pafhzv ... 2023-12-21T05:03:26.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:26.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:03:26.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:03:26.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:03:26.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:26.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: cephadm 2023-12-21T05:03:24.680266+0000 mgr.smithi079.gpuwcc (mgr.14180) 588 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.pafhzv 2023-12-21T05:03:26.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: cephadm 2023-12-21T05:03:24.681754+0000 mgr.smithi079.gpuwcc (mgr.14180) 589 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.pafhzv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv 2023-12-21T05:03:26.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:03:26.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv 2023-12-21T05:03:26.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv 2023-12-21T05:03:26.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:03:26.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv 2023-12-21T05:03:26.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.pafhzv ... 2023-12-21T05:03:26.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:26.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:03:26.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:03:26.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:03:26.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:26.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: cephadm 2023-12-21T05:03:24.684397+0000 mgr.smithi079.gpuwcc (mgr.14180) 590 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.bfmkdb on smithi079 2023-12-21T05:03:26.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:26 smithi156 bash[28307]: cluster 2023-12-21T05:03:24.819798+0000 mgr.smithi079.gpuwcc (mgr.14180) 591 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:03:28.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:28 smithi079 bash[24931]: cluster 2023-12-21T05:03:26.820976+0000 mgr.smithi079.gpuwcc (mgr.14180) 592 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:03:28.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:28 smithi156 bash[28307]: cluster 2023-12-21T05:03:26.820976+0000 mgr.smithi079.gpuwcc (mgr.14180) 592 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:03:29.219 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:29 smithi079 bash[24931]: audit 2023-12-21T05:03:29.032973+0000 mon.smithi079 (mon.0) 823 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.bfmkdb"}]: dispatch 2023-12-21T05:03:29.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:29 smithi156 bash[28307]: audit 2023-12-21T05:03:29.032973+0000 mon.smithi079 (mon.0) 823 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.bfmkdb"}]: dispatch 2023-12-21T05:03:29.608 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:03:29.608 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:24.681565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pafhzv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\nDeploy daemon haproxy.nfs.foo.smithi156.pafhzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.033956Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bfmkdb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\nDeploy daemon haproxy.nfs.foo.smithi079.bfmkdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.036275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bepnni on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:30.349 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: cluster 2023-12-21T05:03:28.821546+0000 mgr.smithi079.gpuwcc (mgr.14180) 593 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:03:30.349 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: cephadm 2023-12-21T05:03:29.032220+0000 mgr.smithi079.gpuwcc (mgr.14180) 594 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb 2023-12-21T05:03:30.349 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:03:30.349 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb 2023-12-21T05:03:30.349 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb 2023-12-21T05:03:30.349 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:03:30.350 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb 2023-12-21T05:03:30.350 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.bfmkdb ... 2023-12-21T05:03:30.350 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:30.350 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:03:30.350 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:03:30.350 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:03:30.350 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:30.350 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:03:30.350 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:03:30.350 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:03:30.350 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:03:30.350 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:03:30.350 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb 2023-12-21T05:03:30.351 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:03:30.351 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb 2023-12-21T05:03:30.351 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb 2023-12-21T05:03:30.351 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:03:30.351 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb 2023-12-21T05:03:30.351 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.bfmkdb ... 2023-12-21T05:03:30.352 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:03:30.352 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:30.352 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:03:30.352 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:03:30.352 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:03:30.352 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:30.352 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: cephadm 2023-12-21T05:03:29.032502+0000 mgr.smithi079.gpuwcc (mgr.14180) 595 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.bfmkdb 2023-12-21T05:03:30.353 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: cephadm 2023-12-21T05:03:29.034103+0000 mgr.smithi079.gpuwcc (mgr.14180) 596 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.bfmkdb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb 2023-12-21T05:03:30.353 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:03:30.353 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb 2023-12-21T05:03:30.353 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb 2023-12-21T05:03:30.353 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:03:30.353 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb 2023-12-21T05:03:30.353 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.bfmkdb ... 2023-12-21T05:03:30.353 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:30.353 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:03:30.353 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:03:30.353 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:03:30.353 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:30.353 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: cephadm 2023-12-21T05:03:29.036395+0000 mgr.smithi079.gpuwcc (mgr.14180) 597 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.bepnni on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:03:30.353 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: cephadm 2023-12-21T05:03:29.038719+0000 mgr.smithi079.gpuwcc (mgr.14180) 598 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:03:30.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: cluster 2023-12-21T05:03:29.039714+0000 mgr.smithi079.gpuwcc (mgr.14180) 599 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T05:03:30.354 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:30 smithi079 bash[24931]: cluster 2023-12-21T05:03:29.074071+0000 mon.smithi079 (mon.0) 824 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:03:30.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: cluster 2023-12-21T05:03:28.821546+0000 mgr.smithi079.gpuwcc (mgr.14180) 593 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:03:30.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: cephadm 2023-12-21T05:03:29.032220+0000 mgr.smithi079.gpuwcc (mgr.14180) 594 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb 2023-12-21T05:03:30.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:03:30.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb 2023-12-21T05:03:30.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb 2023-12-21T05:03:30.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:03:30.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb 2023-12-21T05:03:30.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.bfmkdb ... 2023-12-21T05:03:30.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:30.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:03:30.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:03:30.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:03:30.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:30.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:03:30.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:03:30.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:03:30.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:03:30.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:03:30.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb 2023-12-21T05:03:30.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:03:30.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb 2023-12-21T05:03:30.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb 2023-12-21T05:03:30.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:03:30.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb 2023-12-21T05:03:30.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.bfmkdb ... 2023-12-21T05:03:30.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:30.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:03:30.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:03:30.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:03:30.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:30.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: cephadm 2023-12-21T05:03:29.032502+0000 mgr.smithi079.gpuwcc (mgr.14180) 595 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.bfmkdb 2023-12-21T05:03:30.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: cephadm 2023-12-21T05:03:29.034103+0000 mgr.smithi079.gpuwcc (mgr.14180) 596 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.bfmkdb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb 2023-12-21T05:03:30.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:03:30.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb 2023-12-21T05:03:30.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb 2023-12-21T05:03:30.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:03:30.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb 2023-12-21T05:03:30.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.bfmkdb ... 2023-12-21T05:03:30.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:30.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:03:30.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:03:30.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:03:30.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:30.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: cephadm 2023-12-21T05:03:29.036395+0000 mgr.smithi079.gpuwcc (mgr.14180) 597 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.bepnni on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:03:30.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: cephadm 2023-12-21T05:03:29.038719+0000 mgr.smithi079.gpuwcc (mgr.14180) 598 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:03:30.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: cluster 2023-12-21T05:03:29.039714+0000 mgr.smithi079.gpuwcc (mgr.14180) 599 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T05:03:30.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:30 smithi156 bash[28307]: cluster 2023-12-21T05:03:29.074071+0000 mon.smithi079 (mon.0) 824 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:03:31.353 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:31.367 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:31 smithi079 bash[24931]: audit 2023-12-21T05:03:29.597847+0000 mgr.smithi079.gpuwcc (mgr.14180) 600 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:31.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:31 smithi156 bash[28307]: audit 2023-12-21T05:03:29.597847+0000 mgr.smithi079.gpuwcc (mgr.14180) 600 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:32.377 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:32 smithi079 bash[24931]: cluster 2023-12-21T05:03:31.040964+0000 mgr.smithi079.gpuwcc (mgr.14180) 601 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-21T05:03:32.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:32 smithi156 bash[28307]: cluster 2023-12-21T05:03:31.040964+0000 mgr.smithi079.gpuwcc (mgr.14180) 601 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-21T05:03:33.976 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:33 smithi079 bash[24931]: audit 2023-12-21T05:03:32.507567+0000 mon.smithi079 (mon.0) 825 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:03:33.977 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:33 smithi079 bash[24931]: cluster 2023-12-21T05:03:33.042118+0000 mgr.smithi079.gpuwcc (mgr.14180) 602 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-21T05:03:33.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:33 smithi156 bash[28307]: audit 2023-12-21T05:03:32.507567+0000 mon.smithi079 (mon.0) 825 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:03:33.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:33 smithi156 bash[28307]: cluster 2023-12-21T05:03:33.042118+0000 mgr.smithi079.gpuwcc (mgr.14180) 602 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-21T05:03:34.382 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:03:34.382 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:24.681565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pafhzv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\nDeploy daemon haproxy.nfs.foo.smithi156.pafhzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.033956Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bfmkdb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\nDeploy daemon haproxy.nfs.foo.smithi079.bfmkdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.036275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bepnni on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:35.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:03:36.095 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:36.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:36 smithi079 bash[24931]: audit 2023-12-21T05:03:34.372622+0000 mgr.smithi079.gpuwcc (mgr.14180) 603 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:36.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:36 smithi079 bash[24931]: cluster 2023-12-21T05:03:35.043156+0000 mgr.smithi079.gpuwcc (mgr.14180) 604 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-21T05:03:36.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:36 smithi156 bash[28307]: audit 2023-12-21T05:03:34.372622+0000 mgr.smithi079.gpuwcc (mgr.14180) 603 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:36.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:36 smithi156 bash[28307]: cluster 2023-12-21T05:03:35.043156+0000 mgr.smithi079.gpuwcc (mgr.14180) 604 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-21T05:03:38.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:38 smithi079 bash[24931]: cluster 2023-12-21T05:03:37.043972+0000 mgr.smithi079.gpuwcc (mgr.14180) 605 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-21T05:03:38.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:38 smithi156 bash[28307]: cluster 2023-12-21T05:03:37.043972+0000 mgr.smithi079.gpuwcc (mgr.14180) 605 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-21T05:03:39.227 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:03:39.227 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:24.681565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pafhzv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\nDeploy daemon haproxy.nfs.foo.smithi156.pafhzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.033956Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bfmkdb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\nDeploy daemon haproxy.nfs.foo.smithi079.bfmkdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.036275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bepnni on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:39.974 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:03:40.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:40 smithi079 bash[24931]: cluster 2023-12-21T05:03:39.044647+0000 mgr.smithi079.gpuwcc (mgr.14180) 606 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-21T05:03:40.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:40 smithi156 bash[28307]: cluster 2023-12-21T05:03:39.044647+0000 mgr.smithi079.gpuwcc (mgr.14180) 606 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-21T05:03:40.975 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:41.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:41 smithi079 bash[24931]: audit 2023-12-21T05:03:39.218767+0000 mgr.smithi079.gpuwcc (mgr.14180) 607 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:41.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:41 smithi156 bash[28307]: audit 2023-12-21T05:03:39.218767+0000 mgr.smithi079.gpuwcc (mgr.14180) 607 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:42.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:42 smithi079 bash[24931]: cluster 2023-12-21T05:03:41.046076+0000 mgr.smithi079.gpuwcc (mgr.14180) 608 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:03:42.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:42 smithi156 bash[28307]: cluster 2023-12-21T05:03:41.046076+0000 mgr.smithi079.gpuwcc (mgr.14180) 608 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:03:43.884 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:03:43.885 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:24.681565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pafhzv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\nDeploy daemon haproxy.nfs.foo.smithi156.pafhzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.033956Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bfmkdb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\nDeploy daemon haproxy.nfs.foo.smithi079.bfmkdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.036275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bepnni on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:44.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:44 smithi079 bash[24931]: cluster 2023-12-21T05:03:43.047157+0000 mgr.smithi079.gpuwcc (mgr.14180) 609 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:44.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:44 smithi156 bash[28307]: cluster 2023-12-21T05:03:43.047157+0000 mgr.smithi079.gpuwcc (mgr.14180) 609 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:44.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:03:45.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:45 smithi079 bash[24931]: audit 2023-12-21T05:03:43.874786+0000 mgr.smithi079.gpuwcc (mgr.14180) 610 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:45.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:45 smithi156 bash[28307]: audit 2023-12-21T05:03:43.874786+0000 mgr.smithi079.gpuwcc (mgr.14180) 610 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:45.580 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:46.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:46 smithi079 bash[24931]: cluster 2023-12-21T05:03:45.048239+0000 mgr.smithi079.gpuwcc (mgr.14180) 611 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:46 smithi156 bash[28307]: cluster 2023-12-21T05:03:45.048239+0000 mgr.smithi079.gpuwcc (mgr.14180) 611 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:48.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:48 smithi079 bash[24931]: cluster 2023-12-21T05:03:47.049458+0000 mgr.smithi079.gpuwcc (mgr.14180) 612 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:48.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:48 smithi156 bash[28307]: cluster 2023-12-21T05:03:47.049458+0000 mgr.smithi079.gpuwcc (mgr.14180) 612 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:48.668 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:03:48.668 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:24.681565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pafhzv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\nDeploy daemon haproxy.nfs.foo.smithi156.pafhzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.033956Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bfmkdb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\nDeploy daemon haproxy.nfs.foo.smithi079.bfmkdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.036275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bepnni on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:49.343 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:03:50.344 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:50.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:50 smithi079 bash[24931]: audit 2023-12-21T05:03:48.658266+0000 mgr.smithi079.gpuwcc (mgr.14180) 613 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:50.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:50 smithi079 bash[24931]: cluster 2023-12-21T05:03:49.050334+0000 mgr.smithi079.gpuwcc (mgr.14180) 614 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:50.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:50 smithi156 bash[28307]: audit 2023-12-21T05:03:48.658266+0000 mgr.smithi079.gpuwcc (mgr.14180) 613 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:50.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:50 smithi156 bash[28307]: cluster 2023-12-21T05:03:49.050334+0000 mgr.smithi079.gpuwcc (mgr.14180) 614 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:52.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:51 smithi079 bash[24931]: cluster 2023-12-21T05:03:51.051673+0000 mgr.smithi079.gpuwcc (mgr.14180) 615 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:03:52.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:51 smithi156 bash[28307]: cluster 2023-12-21T05:03:51.051673+0000 mgr.smithi079.gpuwcc (mgr.14180) 615 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:03:53.398 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:03:53.398 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:24.681565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pafhzv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\nDeploy daemon haproxy.nfs.foo.smithi156.pafhzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.033956Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bfmkdb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\nDeploy daemon haproxy.nfs.foo.smithi079.bfmkdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.036275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bepnni on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:54.135 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:03:54.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:54 smithi079 bash[24931]: cluster 2023-12-21T05:03:53.052700+0000 mgr.smithi079.gpuwcc (mgr.14180) 616 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:54.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:54 smithi156 bash[28307]: cluster 2023-12-21T05:03:53.052700+0000 mgr.smithi079.gpuwcc (mgr.14180) 616 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:55.137 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:55.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:55 smithi079 bash[24931]: audit 2023-12-21T05:03:53.388720+0000 mgr.smithi079.gpuwcc (mgr.14180) 617 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:55 smithi156 bash[28307]: audit 2023-12-21T05:03:53.388720+0000 mgr.smithi079.gpuwcc (mgr.14180) 617 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:56.467 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:56 smithi079 bash[24931]: cluster 2023-12-21T05:03:55.053879+0000 mgr.smithi079.gpuwcc (mgr.14180) 618 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:56.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:56 smithi156 bash[28307]: cluster 2023-12-21T05:03:55.053879+0000 mgr.smithi079.gpuwcc (mgr.14180) 618 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:58.176 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:03:58.176 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:24.681565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pafhzv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\nDeploy daemon haproxy.nfs.foo.smithi156.pafhzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.033956Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bfmkdb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\nDeploy daemon haproxy.nfs.foo.smithi079.bfmkdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.036275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bepnni on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:58.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:58 smithi079 bash[24931]: cluster 2023-12-21T05:03:57.055031+0000 mgr.smithi079.gpuwcc (mgr.14180) 619 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:58.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:58 smithi156 bash[28307]: cluster 2023-12-21T05:03:57.055031+0000 mgr.smithi079.gpuwcc (mgr.14180) 619 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:58.861 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:03:59.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:03:59 smithi079 bash[24931]: audit 2023-12-21T05:03:58.163377+0000 mgr.smithi079.gpuwcc (mgr.14180) 620 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:03:59 smithi156 bash[28307]: audit 2023-12-21T05:03:58.163377+0000 mgr.smithi079.gpuwcc (mgr.14180) 620 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:59.862 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:00.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:00 smithi079 bash[24931]: cluster 2023-12-21T05:03:59.056000+0000 mgr.smithi079.gpuwcc (mgr.14180) 621 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:00 smithi156 bash[28307]: cluster 2023-12-21T05:03:59.056000+0000 mgr.smithi079.gpuwcc (mgr.14180) 621 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:02.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:01 smithi079 bash[24931]: cluster 2023-12-21T05:04:01.057121+0000 mgr.smithi079.gpuwcc (mgr.14180) 622 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:04:02.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:01 smithi156 bash[28307]: cluster 2023-12-21T05:04:01.057121+0000 mgr.smithi079.gpuwcc (mgr.14180) 622 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:04:03.180 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:04:03.180 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:24.681565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pafhzv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\nDeploy daemon haproxy.nfs.foo.smithi156.pafhzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.033956Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bfmkdb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\nDeploy daemon haproxy.nfs.foo.smithi079.bfmkdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.036275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bepnni on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:03.881 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:04.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:04 smithi079 bash[24931]: cluster 2023-12-21T05:04:03.057981+0000 mgr.smithi079.gpuwcc (mgr.14180) 623 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:04.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:04 smithi079 bash[24931]: audit 2023-12-21T05:04:03.169038+0000 mgr.smithi079.gpuwcc (mgr.14180) 624 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:04.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:04 smithi156 bash[28307]: cluster 2023-12-21T05:04:03.057981+0000 mgr.smithi079.gpuwcc (mgr.14180) 623 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:04.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:04 smithi156 bash[28307]: audit 2023-12-21T05:04:03.169038+0000 mgr.smithi079.gpuwcc (mgr.14180) 624 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:04.882 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:06.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:06 smithi079 bash[24931]: cluster 2023-12-21T05:04:05.059162+0000 mgr.smithi079.gpuwcc (mgr.14180) 625 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:06.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:06 smithi156 bash[28307]: cluster 2023-12-21T05:04:05.059162+0000 mgr.smithi079.gpuwcc (mgr.14180) 625 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:07.939 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:04:07.939 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:24.681565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pafhzv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\nDeploy daemon haproxy.nfs.foo.smithi156.pafhzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.033956Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bfmkdb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\nDeploy daemon haproxy.nfs.foo.smithi079.bfmkdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.036275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bepnni on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:08.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:08 smithi079 bash[24931]: cluster 2023-12-21T05:04:07.060536+0000 mgr.smithi079.gpuwcc (mgr.14180) 626 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:08.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:08 smithi156 bash[28307]: cluster 2023-12-21T05:04:07.060536+0000 mgr.smithi079.gpuwcc (mgr.14180) 626 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:08.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:09.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:09 smithi079 bash[24931]: audit 2023-12-21T05:04:07.930213+0000 mgr.smithi079.gpuwcc (mgr.14180) 627 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:09.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:09 smithi156 bash[28307]: audit 2023-12-21T05:04:07.930213+0000 mgr.smithi079.gpuwcc (mgr.14180) 627 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:09.728 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:10.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:10 smithi079 bash[24931]: cluster 2023-12-21T05:04:09.061442+0000 mgr.smithi079.gpuwcc (mgr.14180) 628 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:10.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:10 smithi156 bash[28307]: cluster 2023-12-21T05:04:09.061442+0000 mgr.smithi079.gpuwcc (mgr.14180) 628 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:11.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:11 smithi079 bash[24931]: cluster 2023-12-21T05:04:11.062743+0000 mgr.smithi079.gpuwcc (mgr.14180) 629 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:04:12.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:11 smithi156 bash[28307]: cluster 2023-12-21T05:04:11.062743+0000 mgr.smithi079.gpuwcc (mgr.14180) 629 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:04:12.896 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:04:12.896 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:24.681565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pafhzv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\nDeploy daemon haproxy.nfs.foo.smithi156.pafhzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.033956Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bfmkdb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\nDeploy daemon haproxy.nfs.foo.smithi079.bfmkdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.036275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bepnni on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:13.641 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:14.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:14 smithi079 bash[24931]: audit 2023-12-21T05:04:12.883489+0000 mgr.smithi079.gpuwcc (mgr.14180) 630 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:14.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:14 smithi079 bash[24931]: cluster 2023-12-21T05:04:13.063817+0000 mgr.smithi079.gpuwcc (mgr.14180) 631 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:14.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:14 smithi156 bash[28307]: audit 2023-12-21T05:04:12.883489+0000 mgr.smithi079.gpuwcc (mgr.14180) 630 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:14.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:14 smithi156 bash[28307]: cluster 2023-12-21T05:04:13.063817+0000 mgr.smithi079.gpuwcc (mgr.14180) 631 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:14.642 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:16.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:16 smithi079 bash[24931]: cluster 2023-12-21T05:04:15.064994+0000 mgr.smithi079.gpuwcc (mgr.14180) 632 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:16.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:16 smithi156 bash[28307]: cluster 2023-12-21T05:04:15.064994+0000 mgr.smithi079.gpuwcc (mgr.14180) 632 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:17.847 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:04:17.847 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:24.681565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pafhzv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\nDeploy daemon haproxy.nfs.foo.smithi156.pafhzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.033956Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bfmkdb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\nDeploy daemon haproxy.nfs.foo.smithi079.bfmkdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.036275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bepnni on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:18.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:18 smithi079 bash[24931]: cluster 2023-12-21T05:04:17.066367+0000 mgr.smithi079.gpuwcc (mgr.14180) 633 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:18.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:18 smithi156 bash[28307]: cluster 2023-12-21T05:04:17.066367+0000 mgr.smithi079.gpuwcc (mgr.14180) 633 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:18.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:19.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:19 smithi079 bash[24931]: audit 2023-12-21T05:04:17.842032+0000 mgr.smithi079.gpuwcc (mgr.14180) 634 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:19.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:19 smithi156 bash[28307]: audit 2023-12-21T05:04:17.842032+0000 mgr.smithi079.gpuwcc (mgr.14180) 634 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:19.667 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:20.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:20 smithi079 bash[24931]: cluster 2023-12-21T05:04:19.067219+0000 mgr.smithi079.gpuwcc (mgr.14180) 635 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:20.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:20 smithi156 bash[28307]: cluster 2023-12-21T05:04:19.067219+0000 mgr.smithi079.gpuwcc (mgr.14180) 635 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:21.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:21 smithi079 bash[24931]: cluster 2023-12-21T05:04:21.068489+0000 mgr.smithi079.gpuwcc (mgr.14180) 636 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:04:22.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:21 smithi156 bash[28307]: cluster 2023-12-21T05:04:21.068489+0000 mgr.smithi079.gpuwcc (mgr.14180) 636 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:04:22.855 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:04:22.856 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:24.681565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pafhzv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\nDeploy daemon haproxy.nfs.foo.smithi156.pafhzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.033956Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bfmkdb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\nDeploy daemon haproxy.nfs.foo.smithi079.bfmkdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.036275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bepnni on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:23.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:24.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:24 smithi079 bash[24931]: audit 2023-12-21T05:04:22.850431+0000 mgr.smithi079.gpuwcc (mgr.14180) 637 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:24.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:24 smithi079 bash[24931]: cluster 2023-12-21T05:04:23.069647+0000 mgr.smithi079.gpuwcc (mgr.14180) 638 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:24.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:24 smithi156 bash[28307]: audit 2023-12-21T05:04:22.850431+0000 mgr.smithi079.gpuwcc (mgr.14180) 637 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:24.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:24 smithi156 bash[28307]: cluster 2023-12-21T05:04:23.069647+0000 mgr.smithi079.gpuwcc (mgr.14180) 638 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:24.698 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:26.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:26 smithi079 bash[24931]: cluster 2023-12-21T05:04:25.070814+0000 mgr.smithi079.gpuwcc (mgr.14180) 639 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:26 smithi156 bash[28307]: cluster 2023-12-21T05:04:25.070814+0000 mgr.smithi079.gpuwcc (mgr.14180) 639 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:27.736 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:04:27.736 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:24.681565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pafhzv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\nDeploy daemon haproxy.nfs.foo.smithi156.pafhzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.033956Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bfmkdb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\nDeploy daemon haproxy.nfs.foo.smithi079.bfmkdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.036275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bepnni on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:28.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:28 smithi079 bash[24931]: cluster 2023-12-21T05:04:27.071571+0000 mgr.smithi079.gpuwcc (mgr.14180) 640 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:28.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:28 smithi156 bash[28307]: cluster 2023-12-21T05:04:27.071571+0000 mgr.smithi079.gpuwcc (mgr.14180) 640 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:28.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:29.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:29 smithi079 bash[24931]: audit 2023-12-21T05:04:27.725956+0000 mgr.smithi079.gpuwcc (mgr.14180) 641 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:29.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:29 smithi079 bash[24931]: audit 2023-12-21T05:04:29.043752+0000 mon.smithi079 (mon.0) 826 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:04:29.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:29 smithi156 bash[28307]: audit 2023-12-21T05:04:27.725956+0000 mgr.smithi079.gpuwcc (mgr.14180) 641 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:29.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:29 smithi156 bash[28307]: audit 2023-12-21T05:04:29.043752+0000 mon.smithi079 (mon.0) 826 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:04:29.594 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:30.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:30 smithi079 bash[24931]: cluster 2023-12-21T05:04:29.072330+0000 mgr.smithi079.gpuwcc (mgr.14180) 642 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:30.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:30 smithi079 bash[24931]: audit 2023-12-21T05:04:29.325492+0000 mon.smithi079 (mon.0) 827 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:04:30.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:30 smithi079 bash[24931]: audit 2023-12-21T05:04:29.331118+0000 mon.smithi079 (mon.0) 828 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:04:30.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:30 smithi079 bash[24931]: audit 2023-12-21T05:04:29.331707+0000 mon.smithi079 (mon.0) 829 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:04:30.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:30 smithi079 bash[24931]: audit 2023-12-21T05:04:29.332740+0000 mon.smithi079 (mon.0) 830 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:04:30.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:30 smithi079 bash[24931]: audit 2023-12-21T05:04:29.333122+0000 mon.smithi079 (mon.0) 831 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:04:30.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:30 smithi079 bash[24931]: audit 2023-12-21T05:04:29.334226+0000 mon.smithi079 (mon.0) 832 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:04:30.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:30 smithi079 bash[24931]: audit 2023-12-21T05:04:29.334439+0000 mon.smithi079 (mon.0) 833 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:04:30.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:30 smithi079 bash[24931]: audit 2023-12-21T05:04:29.335538+0000 mon.smithi079 (mon.0) 834 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:04:30.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:30 smithi079 bash[24931]: audit 2023-12-21T05:04:29.342924+0000 mon.smithi079 (mon.0) 835 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:04:30.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:30 smithi079 bash[24931]: audit 2023-12-21T05:04:29.349311+0000 mon.smithi079 (mon.0) 836 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:04:30.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:30 smithi079 bash[24931]: audit 2023-12-21T05:04:29.350794+0000 mon.smithi079 (mon.0) 837 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:04:30.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:30 smithi079 bash[24931]: audit 2023-12-21T05:04:29.351819+0000 mon.smithi079 (mon.0) 838 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:04:30.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:30 smithi079 bash[24931]: audit 2023-12-21T05:04:29.359299+0000 mon.smithi079 (mon.0) 839 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:04:30.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:30 smithi079 bash[24931]: audit 2023-12-21T05:04:29.365668+0000 mon.smithi079 (mon.0) 840 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:04:30.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:30 smithi079 bash[24931]: audit 2023-12-21T05:04:29.379830+0000 mon.smithi079 (mon.0) 841 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:04:30.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:30 smithi156 bash[28307]: cluster 2023-12-21T05:04:29.072330+0000 mgr.smithi079.gpuwcc (mgr.14180) 642 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:30.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:30 smithi156 bash[28307]: audit 2023-12-21T05:04:29.325492+0000 mon.smithi079 (mon.0) 827 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:04:30.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:30 smithi156 bash[28307]: audit 2023-12-21T05:04:29.331118+0000 mon.smithi079 (mon.0) 828 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:04:30.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:30 smithi156 bash[28307]: audit 2023-12-21T05:04:29.331707+0000 mon.smithi079 (mon.0) 829 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:04:30.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:30 smithi156 bash[28307]: audit 2023-12-21T05:04:29.332740+0000 mon.smithi079 (mon.0) 830 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:04:30.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:30 smithi156 bash[28307]: audit 2023-12-21T05:04:29.333122+0000 mon.smithi079 (mon.0) 831 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:04:30.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:30 smithi156 bash[28307]: audit 2023-12-21T05:04:29.334226+0000 mon.smithi079 (mon.0) 832 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:04:30.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:30 smithi156 bash[28307]: audit 2023-12-21T05:04:29.334439+0000 mon.smithi079 (mon.0) 833 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:04:30.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:30 smithi156 bash[28307]: audit 2023-12-21T05:04:29.335538+0000 mon.smithi079 (mon.0) 834 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:04:30.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:30 smithi156 bash[28307]: audit 2023-12-21T05:04:29.342924+0000 mon.smithi079 (mon.0) 835 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:04:30.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:30 smithi156 bash[28307]: audit 2023-12-21T05:04:29.349311+0000 mon.smithi079 (mon.0) 836 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:04:30.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:30 smithi156 bash[28307]: audit 2023-12-21T05:04:29.350794+0000 mon.smithi079 (mon.0) 837 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:04:30.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:30 smithi156 bash[28307]: audit 2023-12-21T05:04:29.351819+0000 mon.smithi079 (mon.0) 838 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:04:30.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:30 smithi156 bash[28307]: audit 2023-12-21T05:04:29.359299+0000 mon.smithi079 (mon.0) 839 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:04:30.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:30 smithi156 bash[28307]: audit 2023-12-21T05:04:29.365668+0000 mon.smithi079 (mon.0) 840 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:04:30.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:30 smithi156 bash[28307]: audit 2023-12-21T05:04:29.379830+0000 mon.smithi079 (mon.0) 841 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:04:31.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:31 smithi079 bash[24931]: cephadm 2023-12-21T05:04:29.335113+0000 mgr.smithi079.gpuwcc (mgr.14180) 643 : cephadm [INF] Adjusting osd_memory_target on smithi156 to 2748M 2023-12-21T05:04:31.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:31 smithi079 bash[24931]: cephadm 2023-12-21T05:04:29.336794+0000 mgr.smithi079.gpuwcc (mgr.14180) 644 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 1980M 2023-12-21T05:04:31.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:31 smithi079 bash[24931]: cluster 2023-12-21T05:04:29.359988+0000 mgr.smithi079.gpuwcc (mgr.14180) 645 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:04:31.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:31 smithi079 bash[24931]: cephadm 2023-12-21T05:04:29.385312+0000 mgr.smithi079.gpuwcc (mgr.14180) 646 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.lcbanb on smithi156 2023-12-21T05:04:31.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:31 smithi079 bash[24931]: cluster 2023-12-21T05:04:30.357170+0000 mon.smithi079 (mon.0) 842 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:04:31.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:31 smithi079 bash[24931]: cluster 2023-12-21T05:04:30.357253+0000 mon.smithi079 (mon.0) 843 : cluster [INF] Cluster is now healthy 2023-12-21T05:04:31.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:31 smithi156 bash[28307]: cephadm 2023-12-21T05:04:29.335113+0000 mgr.smithi079.gpuwcc (mgr.14180) 643 : cephadm [INF] Adjusting osd_memory_target on smithi156 to 2748M 2023-12-21T05:04:31.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:31 smithi156 bash[28307]: cephadm 2023-12-21T05:04:29.336794+0000 mgr.smithi079.gpuwcc (mgr.14180) 644 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 1980M 2023-12-21T05:04:31.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:31 smithi156 bash[28307]: cluster 2023-12-21T05:04:29.359988+0000 mgr.smithi079.gpuwcc (mgr.14180) 645 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:04:31.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:31 smithi156 bash[28307]: cephadm 2023-12-21T05:04:29.385312+0000 mgr.smithi079.gpuwcc (mgr.14180) 646 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.lcbanb on smithi156 2023-12-21T05:04:31.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:31 smithi156 bash[28307]: cluster 2023-12-21T05:04:30.357170+0000 mon.smithi079 (mon.0) 842 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:04:31.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:31 smithi156 bash[28307]: cluster 2023-12-21T05:04:30.357253+0000 mon.smithi079 (mon.0) 843 : cluster [INF] Cluster is now healthy 2023-12-21T05:04:32.630 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:04:32.630 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:20.494276Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.qzxrfp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:24.681565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.pafhzv on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-pafhzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.pafhzv\nDeploy daemon haproxy.nfs.foo.smithi156.pafhzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.033956Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bfmkdb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bfmkdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bfmkdb\nDeploy daemon haproxy.nfs.foo.smithi079.bfmkdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:29.036275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bepnni on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:33.386 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:33.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:33 smithi079 bash[24931]: cluster 2023-12-21T05:04:31.361203+0000 mgr.smithi079.gpuwcc (mgr.14180) 647 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:04:33.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:33 smithi156 bash[28307]: cluster 2023-12-21T05:04:31.361203+0000 mgr.smithi079.gpuwcc (mgr.14180) 647 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:04:34.387 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:34.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: audit 2023-12-21T05:04:32.620415+0000 mgr.smithi079.gpuwcc (mgr.14180) 648 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:34.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: cephadm 2023-12-21T05:04:33.180429+0000 mgr.smithi079.gpuwcc (mgr.14180) 649 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb 2023-12-21T05:04:34.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:04:34.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb 2023-12-21T05:04:34.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb 2023-12-21T05:04:34.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:04:34.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb 2023-12-21T05:04:34.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.lcbanb ... 2023-12-21T05:04:34.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:34.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:04:34.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:04:34.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:04:34.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:34.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:04:34.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:04:34.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:04:34.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:04:34.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:04:34.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb 2023-12-21T05:04:34.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:04:34.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb 2023-12-21T05:04:34.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb 2023-12-21T05:04:34.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:04:34.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb 2023-12-21T05:04:34.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.lcbanb ... 2023-12-21T05:04:34.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:34.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:04:34.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:04:34.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:04:34.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:34.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: cephadm 2023-12-21T05:04:33.180728+0000 mgr.smithi079.gpuwcc (mgr.14180) 650 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.lcbanb 2023-12-21T05:04:34.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: audit 2023-12-21T05:04:33.181193+0000 mon.smithi079 (mon.0) 844 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.lcbanb"}]: dispatch 2023-12-21T05:04:34.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: cephadm 2023-12-21T05:04:33.182498+0000 mgr.smithi079.gpuwcc (mgr.14180) 651 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.lcbanb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb 2023-12-21T05:04:34.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:04:34.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb 2023-12-21T05:04:34.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb 2023-12-21T05:04:34.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:04:34.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb 2023-12-21T05:04:34.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.lcbanb ... 2023-12-21T05:04:34.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:34.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:04:34.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:04:34.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:04:34.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:34.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:34 smithi079 bash[24931]: cephadm 2023-12-21T05:04:33.184994+0000 mgr.smithi079.gpuwcc (mgr.14180) 652 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.tahweb on smithi079 2023-12-21T05:04:34.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: audit 2023-12-21T05:04:32.620415+0000 mgr.smithi079.gpuwcc (mgr.14180) 648 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:34.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: cephadm 2023-12-21T05:04:33.180429+0000 mgr.smithi079.gpuwcc (mgr.14180) 649 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb 2023-12-21T05:04:34.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:04:34.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb 2023-12-21T05:04:34.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb 2023-12-21T05:04:34.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:04:34.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb 2023-12-21T05:04:34.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.lcbanb ... 2023-12-21T05:04:34.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:34.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:04:34.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:04:34.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:04:34.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:34.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:04:34.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:04:34.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:04:34.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:04:34.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:04:34.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb 2023-12-21T05:04:34.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:04:34.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb 2023-12-21T05:04:34.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb 2023-12-21T05:04:34.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:04:34.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb 2023-12-21T05:04:34.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.lcbanb ... 2023-12-21T05:04:34.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:34.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:04:34.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:04:34.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:04:34.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:34.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: cephadm 2023-12-21T05:04:33.180728+0000 mgr.smithi079.gpuwcc (mgr.14180) 650 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.lcbanb 2023-12-21T05:04:34.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: audit 2023-12-21T05:04:33.181193+0000 mon.smithi079 (mon.0) 844 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.lcbanb"}]: dispatch 2023-12-21T05:04:34.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: cephadm 2023-12-21T05:04:33.182498+0000 mgr.smithi079.gpuwcc (mgr.14180) 651 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.lcbanb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb 2023-12-21T05:04:34.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:04:34.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb 2023-12-21T05:04:34.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb 2023-12-21T05:04:34.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:04:34.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb 2023-12-21T05:04:34.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.lcbanb ... 2023-12-21T05:04:34.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:34.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:04:34.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:04:34.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:04:34.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:34.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:34 smithi156 bash[28307]: cephadm 2023-12-21T05:04:33.184994+0000 mgr.smithi079.gpuwcc (mgr.14180) 652 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.tahweb on smithi079 2023-12-21T05:04:35.438 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:35 smithi079 bash[24931]: cluster 2023-12-21T05:04:33.361609+0000 mgr.smithi079.gpuwcc (mgr.14180) 653 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:04:35.438 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:35 smithi079 bash[24931]: audit 2023-12-21T05:04:34.839088+0000 mon.smithi079 (mon.0) 845 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:04:35.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:35 smithi156 bash[28307]: cluster 2023-12-21T05:04:33.361609+0000 mgr.smithi079.gpuwcc (mgr.14180) 653 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:04:35.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:35 smithi156 bash[28307]: audit 2023-12-21T05:04:34.839088+0000 mon.smithi079 (mon.0) 845 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:04:37.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:37 smithi079 bash[24931]: cluster 2023-12-21T05:04:35.362567+0000 mgr.smithi079.gpuwcc (mgr.14180) 654 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:04:37.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:37 smithi079 bash[24931]: audit 2023-12-21T05:04:37.050107+0000 mon.smithi079 (mon.0) 846 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.tahweb"}]: dispatch 2023-12-21T05:04:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:37 smithi156 bash[28307]: cluster 2023-12-21T05:04:35.362567+0000 mgr.smithi079.gpuwcc (mgr.14180) 654 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:04:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:37 smithi156 bash[28307]: audit 2023-12-21T05:04:37.050107+0000 mon.smithi079 (mon.0) 846 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.tahweb"}]: dispatch 2023-12-21T05:04:37.493 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:04:37.493 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:33.182376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.lcbanb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\nDeploy daemon haproxy.nfs.foo.smithi156.lcbanb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.051164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tahweb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\nDeploy daemon haproxy.nfs.foo.smithi079.tahweb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.056259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.abgmkv on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:38.279 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:38.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: cephadm 2023-12-21T05:04:37.048771+0000 mgr.smithi079.gpuwcc (mgr.14180) 655 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb 2023-12-21T05:04:38.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:04:38.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb 2023-12-21T05:04:38.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb 2023-12-21T05:04:38.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:04:38.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb 2023-12-21T05:04:38.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.tahweb ... 2023-12-21T05:04:38.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:38.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:04:38.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:04:38.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:04:38.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:38.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:04:38.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:04:38.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:04:38.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:04:38.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:04:38.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb 2023-12-21T05:04:38.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:04:38.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb 2023-12-21T05:04:38.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb 2023-12-21T05:04:38.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:04:38.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb 2023-12-21T05:04:38.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.tahweb ... 2023-12-21T05:04:38.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:38.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:04:38.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:04:38.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:04:38.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:38.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: cephadm 2023-12-21T05:04:37.049299+0000 mgr.smithi079.gpuwcc (mgr.14180) 656 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.tahweb 2023-12-21T05:04:38.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: cephadm 2023-12-21T05:04:37.051492+0000 mgr.smithi079.gpuwcc (mgr.14180) 657 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.tahweb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb 2023-12-21T05:04:38.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:04:38.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb 2023-12-21T05:04:38.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb 2023-12-21T05:04:38.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:04:38.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb 2023-12-21T05:04:38.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.tahweb ... 2023-12-21T05:04:38.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:38.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:04:38.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:04:38.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:04:38.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:38.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: cephadm 2023-12-21T05:04:37.056425+0000 mgr.smithi079.gpuwcc (mgr.14180) 658 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.abgmkv on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:04:38.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: cephadm 2023-12-21T05:04:37.057968+0000 mgr.smithi079.gpuwcc (mgr.14180) 659 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:04:38.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: cluster 2023-12-21T05:04:37.058935+0000 mgr.smithi079.gpuwcc (mgr.14180) 660 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-12-21T05:04:38.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: cluster 2023-12-21T05:04:37.172607+0000 mon.smithi079 (mon.0) 847 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:04:38.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:38 smithi079 bash[24931]: audit 2023-12-21T05:04:37.551955+0000 mon.smithi079 (mon.0) 848 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:04:38.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: cephadm 2023-12-21T05:04:37.048771+0000 mgr.smithi079.gpuwcc (mgr.14180) 655 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb 2023-12-21T05:04:38.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:04:38.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb 2023-12-21T05:04:38.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb 2023-12-21T05:04:38.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:04:38.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb 2023-12-21T05:04:38.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.tahweb ... 2023-12-21T05:04:38.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:38.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:04:38.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:04:38.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:04:38.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:38.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:04:38.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:04:38.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:04:38.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:04:38.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:04:38.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb 2023-12-21T05:04:38.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:04:38.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb 2023-12-21T05:04:38.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb 2023-12-21T05:04:38.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:04:38.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb 2023-12-21T05:04:38.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.tahweb ... 2023-12-21T05:04:38.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:38.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:04:38.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:04:38.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:04:38.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:38.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: cephadm 2023-12-21T05:04:37.049299+0000 mgr.smithi079.gpuwcc (mgr.14180) 656 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.tahweb 2023-12-21T05:04:38.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: cephadm 2023-12-21T05:04:37.051492+0000 mgr.smithi079.gpuwcc (mgr.14180) 657 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.tahweb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb 2023-12-21T05:04:38.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:04:38.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb 2023-12-21T05:04:38.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb 2023-12-21T05:04:38.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:04:38.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb 2023-12-21T05:04:38.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.tahweb ... 2023-12-21T05:04:38.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:38.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:04:38.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:04:38.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:04:38.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:38.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: cephadm 2023-12-21T05:04:37.056425+0000 mgr.smithi079.gpuwcc (mgr.14180) 658 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.abgmkv on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:04:38.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: cephadm 2023-12-21T05:04:37.057968+0000 mgr.smithi079.gpuwcc (mgr.14180) 659 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:04:38.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: cluster 2023-12-21T05:04:37.058935+0000 mgr.smithi079.gpuwcc (mgr.14180) 660 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-12-21T05:04:38.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: cluster 2023-12-21T05:04:37.172607+0000 mon.smithi079 (mon.0) 847 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:04:38.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:38 smithi156 bash[28307]: audit 2023-12-21T05:04:37.551955+0000 mon.smithi079 (mon.0) 848 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:04:39.280 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:39.478 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:39 smithi079 bash[24931]: audit 2023-12-21T05:04:37.484068+0000 mgr.smithi079.gpuwcc (mgr.14180) 661 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:39.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:39 smithi156 bash[28307]: audit 2023-12-21T05:04:37.484068+0000 mgr.smithi079.gpuwcc (mgr.14180) 661 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:40.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:40 smithi079 bash[24931]: cluster 2023-12-21T05:04:39.059840+0000 mgr.smithi079.gpuwcc (mgr.14180) 662 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-12-21T05:04:40.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:40 smithi156 bash[28307]: cluster 2023-12-21T05:04:39.059840+0000 mgr.smithi079.gpuwcc (mgr.14180) 662 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-12-21T05:04:42.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:41 smithi079 bash[24931]: cluster 2023-12-21T05:04:41.061259+0000 mgr.smithi079.gpuwcc (mgr.14180) 663 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 350 B/s rd, 0 op/s 2023-12-21T05:04:42.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:41 smithi156 bash[28307]: cluster 2023-12-21T05:04:41.061259+0000 mgr.smithi079.gpuwcc (mgr.14180) 663 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 350 B/s rd, 0 op/s 2023-12-21T05:04:42.258 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:04:42.258 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:33.182376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.lcbanb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\nDeploy daemon haproxy.nfs.foo.smithi156.lcbanb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.051164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tahweb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\nDeploy daemon haproxy.nfs.foo.smithi079.tahweb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.056259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.abgmkv on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:43.047 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:44.048 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:44.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:44 smithi079 bash[24931]: audit 2023-12-21T05:04:42.248862+0000 mgr.smithi079.gpuwcc (mgr.14180) 664 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:44.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:44 smithi079 bash[24931]: cluster 2023-12-21T05:04:43.062341+0000 mgr.smithi079.gpuwcc (mgr.14180) 665 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:04:44.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:44 smithi156 bash[28307]: audit 2023-12-21T05:04:42.248862+0000 mgr.smithi079.gpuwcc (mgr.14180) 664 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:44.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:44 smithi156 bash[28307]: cluster 2023-12-21T05:04:43.062341+0000 mgr.smithi079.gpuwcc (mgr.14180) 665 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:04:46.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:46 smithi079 bash[24931]: cluster 2023-12-21T05:04:45.063513+0000 mgr.smithi079.gpuwcc (mgr.14180) 666 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:04:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:46 smithi156 bash[28307]: cluster 2023-12-21T05:04:45.063513+0000 mgr.smithi079.gpuwcc (mgr.14180) 666 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:04:47.120 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:04:47.120 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:33.182376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.lcbanb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\nDeploy daemon haproxy.nfs.foo.smithi156.lcbanb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.051164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tahweb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\nDeploy daemon haproxy.nfs.foo.smithi079.tahweb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.056259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.abgmkv on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:47.856 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:48.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:48 smithi079 bash[24931]: cluster 2023-12-21T05:04:47.064343+0000 mgr.smithi079.gpuwcc (mgr.14180) 667 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:04:48.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:48 smithi079 bash[24931]: audit 2023-12-21T05:04:47.110946+0000 mgr.smithi079.gpuwcc (mgr.14180) 668 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:48.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:48 smithi156 bash[28307]: cluster 2023-12-21T05:04:47.064343+0000 mgr.smithi079.gpuwcc (mgr.14180) 667 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:04:48.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:48 smithi156 bash[28307]: audit 2023-12-21T05:04:47.110946+0000 mgr.smithi079.gpuwcc (mgr.14180) 668 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:48.856 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:50.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:50 smithi079 bash[24931]: cluster 2023-12-21T05:04:49.064866+0000 mgr.smithi079.gpuwcc (mgr.14180) 669 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:50.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:50 smithi079 bash[24931]: audit 2023-12-21T05:04:49.839378+0000 mon.smithi079 (mon.0) 849 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:04:50.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:50 smithi156 bash[28307]: cluster 2023-12-21T05:04:49.064866+0000 mgr.smithi079.gpuwcc (mgr.14180) 669 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:50.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:50 smithi156 bash[28307]: audit 2023-12-21T05:04:49.839378+0000 mon.smithi079 (mon.0) 849 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:04:51.899 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:04:51.900 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:33.182376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.lcbanb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\nDeploy daemon haproxy.nfs.foo.smithi156.lcbanb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.051164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tahweb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\nDeploy daemon haproxy.nfs.foo.smithi079.tahweb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.056259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.abgmkv on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:52.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:51 smithi079 bash[24931]: cluster 2023-12-21T05:04:51.066015+0000 mgr.smithi079.gpuwcc (mgr.14180) 670 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:04:52.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:51 smithi156 bash[28307]: cluster 2023-12-21T05:04:51.066015+0000 mgr.smithi079.gpuwcc (mgr.14180) 670 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:04:52.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:53.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:52 smithi079 bash[24931]: audit 2023-12-21T05:04:51.888404+0000 mgr.smithi079.gpuwcc (mgr.14180) 671 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:53.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:52 smithi156 bash[28307]: audit 2023-12-21T05:04:51.888404+0000 mgr.smithi079.gpuwcc (mgr.14180) 671 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:53.620 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:54.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:53 smithi079 bash[24931]: cluster 2023-12-21T05:04:53.067071+0000 mgr.smithi079.gpuwcc (mgr.14180) 672 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:54.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:53 smithi156 bash[28307]: cluster 2023-12-21T05:04:53.067071+0000 mgr.smithi079.gpuwcc (mgr.14180) 672 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:56.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:56 smithi079 bash[24931]: cluster 2023-12-21T05:04:55.068342+0000 mgr.smithi079.gpuwcc (mgr.14180) 673 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:56.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:56 smithi156 bash[28307]: cluster 2023-12-21T05:04:55.068342+0000 mgr.smithi079.gpuwcc (mgr.14180) 673 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:56.751 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:04:56.751 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:33.182376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.lcbanb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\nDeploy daemon haproxy.nfs.foo.smithi156.lcbanb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.051164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tahweb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\nDeploy daemon haproxy.nfs.foo.smithi079.tahweb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.056259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.abgmkv on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:57.534 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:58.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:58 smithi079 bash[24931]: audit 2023-12-21T05:04:56.742324+0000 mgr.smithi079.gpuwcc (mgr.14180) 674 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:58.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:04:58 smithi079 bash[24931]: cluster 2023-12-21T05:04:57.069409+0000 mgr.smithi079.gpuwcc (mgr.14180) 675 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:58.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:58 smithi156 bash[28307]: audit 2023-12-21T05:04:56.742324+0000 mgr.smithi079.gpuwcc (mgr.14180) 674 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:58.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:04:58 smithi156 bash[28307]: cluster 2023-12-21T05:04:57.069409+0000 mgr.smithi079.gpuwcc (mgr.14180) 675 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:58.534 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:00.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:00 smithi079 bash[24931]: cluster 2023-12-21T05:04:59.070067+0000 mgr.smithi079.gpuwcc (mgr.14180) 676 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:00.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:00 smithi156 bash[28307]: cluster 2023-12-21T05:04:59.070067+0000 mgr.smithi079.gpuwcc (mgr.14180) 676 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:01.474 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:05:01.475 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:33.182376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.lcbanb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\nDeploy daemon haproxy.nfs.foo.smithi156.lcbanb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.051164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tahweb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\nDeploy daemon haproxy.nfs.foo.smithi079.tahweb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.056259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.abgmkv on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:01.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:01 smithi079 bash[24931]: cluster 2023-12-21T05:05:01.071633+0000 mgr.smithi079.gpuwcc (mgr.14180) 677 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:05:02.212 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:02.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:01 smithi156 bash[28307]: cluster 2023-12-21T05:05:01.071633+0000 mgr.smithi079.gpuwcc (mgr.14180) 677 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:05:03.213 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:03.225 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:02 smithi079 bash[24931]: audit 2023-12-21T05:05:01.465849+0000 mgr.smithi079.gpuwcc (mgr.14180) 678 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:03.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:02 smithi156 bash[28307]: audit 2023-12-21T05:05:01.465849+0000 mgr.smithi079.gpuwcc (mgr.14180) 678 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:04.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:03 smithi079 bash[24931]: cluster 2023-12-21T05:05:03.072720+0000 mgr.smithi079.gpuwcc (mgr.14180) 679 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:04.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:03 smithi156 bash[28307]: cluster 2023-12-21T05:05:03.072720+0000 mgr.smithi079.gpuwcc (mgr.14180) 679 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:06.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:06 smithi079 bash[24931]: cluster 2023-12-21T05:05:05.073785+0000 mgr.smithi079.gpuwcc (mgr.14180) 680 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:06.377 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:05:06.377 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:33.182376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.lcbanb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\nDeploy daemon haproxy.nfs.foo.smithi156.lcbanb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.051164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tahweb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\nDeploy daemon haproxy.nfs.foo.smithi079.tahweb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.056259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.abgmkv on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:06.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:06 smithi156 bash[28307]: cluster 2023-12-21T05:05:05.073785+0000 mgr.smithi079.gpuwcc (mgr.14180) 680 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:07.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:08.105 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:08.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:08 smithi079 bash[24931]: audit 2023-12-21T05:05:06.368593+0000 mgr.smithi079.gpuwcc (mgr.14180) 681 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:08.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:08 smithi079 bash[24931]: cluster 2023-12-21T05:05:07.075204+0000 mgr.smithi079.gpuwcc (mgr.14180) 682 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:08.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:08 smithi156 bash[28307]: audit 2023-12-21T05:05:06.368593+0000 mgr.smithi079.gpuwcc (mgr.14180) 681 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:08.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:08 smithi156 bash[28307]: cluster 2023-12-21T05:05:07.075204+0000 mgr.smithi079.gpuwcc (mgr.14180) 682 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:10.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:10 smithi079 bash[24931]: cluster 2023-12-21T05:05:09.075778+0000 mgr.smithi079.gpuwcc (mgr.14180) 683 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:10.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:10 smithi156 bash[28307]: cluster 2023-12-21T05:05:09.075778+0000 mgr.smithi079.gpuwcc (mgr.14180) 683 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:11.086 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:05:11.086 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:33.182376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.lcbanb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\nDeploy daemon haproxy.nfs.foo.smithi156.lcbanb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.051164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tahweb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\nDeploy daemon haproxy.nfs.foo.smithi079.tahweb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.056259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.abgmkv on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:11.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:12.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:11 smithi079 bash[24931]: audit 2023-12-21T05:05:11.076946+0000 mgr.smithi079.gpuwcc (mgr.14180) 684 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:12.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:11 smithi079 bash[24931]: cluster 2023-12-21T05:05:11.077527+0000 mgr.smithi079.gpuwcc (mgr.14180) 685 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:05:12.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:11 smithi156 bash[28307]: audit 2023-12-21T05:05:11.076946+0000 mgr.smithi079.gpuwcc (mgr.14180) 684 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:12.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:11 smithi156 bash[28307]: cluster 2023-12-21T05:05:11.077527+0000 mgr.smithi079.gpuwcc (mgr.14180) 685 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:05:12.802 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:14.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:14 smithi079 bash[24931]: cluster 2023-12-21T05:05:13.078554+0000 mgr.smithi079.gpuwcc (mgr.14180) 686 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:14.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:14 smithi156 bash[28307]: cluster 2023-12-21T05:05:13.078554+0000 mgr.smithi079.gpuwcc (mgr.14180) 686 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:15.952 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:05:15.952 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:33.182376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.lcbanb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\nDeploy daemon haproxy.nfs.foo.smithi156.lcbanb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.051164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tahweb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\nDeploy daemon haproxy.nfs.foo.smithi079.tahweb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.056259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.abgmkv on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:16.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:16 smithi079 bash[24931]: cluster 2023-12-21T05:05:15.079551+0000 mgr.smithi079.gpuwcc (mgr.14180) 687 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:16.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:16 smithi156 bash[28307]: cluster 2023-12-21T05:05:15.079551+0000 mgr.smithi079.gpuwcc (mgr.14180) 687 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:16.720 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:17.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:17 smithi079 bash[24931]: audit 2023-12-21T05:05:15.943695+0000 mgr.smithi079.gpuwcc (mgr.14180) 688 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:17.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:17 smithi156 bash[28307]: audit 2023-12-21T05:05:15.943695+0000 mgr.smithi079.gpuwcc (mgr.14180) 688 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:17.721 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:18.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:18 smithi079 bash[24931]: cluster 2023-12-21T05:05:17.080896+0000 mgr.smithi079.gpuwcc (mgr.14180) 689 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:18.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:18 smithi156 bash[28307]: cluster 2023-12-21T05:05:17.080896+0000 mgr.smithi079.gpuwcc (mgr.14180) 689 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:20.446 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:20 smithi079 bash[24931]: cluster 2023-12-21T05:05:19.081436+0000 mgr.smithi079.gpuwcc (mgr.14180) 690 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:20.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:20 smithi156 bash[28307]: cluster 2023-12-21T05:05:19.081436+0000 mgr.smithi079.gpuwcc (mgr.14180) 690 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:20.823 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:05:20.823 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:33.182376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.lcbanb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\nDeploy daemon haproxy.nfs.foo.smithi156.lcbanb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.051164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tahweb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\nDeploy daemon haproxy.nfs.foo.smithi079.tahweb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.056259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.abgmkv on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:21.553 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:22.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:21 smithi079 bash[24931]: audit 2023-12-21T05:05:20.817074+0000 mgr.smithi079.gpuwcc (mgr.14180) 691 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:22.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:21 smithi079 bash[24931]: cluster 2023-12-21T05:05:21.082190+0000 mgr.smithi079.gpuwcc (mgr.14180) 692 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:05:22.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:21 smithi156 bash[28307]: audit 2023-12-21T05:05:20.817074+0000 mgr.smithi079.gpuwcc (mgr.14180) 691 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:22.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:21 smithi156 bash[28307]: cluster 2023-12-21T05:05:21.082190+0000 mgr.smithi079.gpuwcc (mgr.14180) 692 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:05:22.554 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:24.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:24 smithi079 bash[24931]: cluster 2023-12-21T05:05:23.082858+0000 mgr.smithi079.gpuwcc (mgr.14180) 693 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:24.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:24 smithi156 bash[28307]: cluster 2023-12-21T05:05:23.082858+0000 mgr.smithi079.gpuwcc (mgr.14180) 693 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:25.628 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:05:25.628 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:33.182376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.lcbanb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\nDeploy daemon haproxy.nfs.foo.smithi156.lcbanb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.051164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tahweb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\nDeploy daemon haproxy.nfs.foo.smithi079.tahweb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.056259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.abgmkv on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:26.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:26.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:26 smithi079 bash[24931]: cluster 2023-12-21T05:05:25.084123+0000 mgr.smithi079.gpuwcc (mgr.14180) 694 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:26 smithi156 bash[28307]: cluster 2023-12-21T05:05:25.084123+0000 mgr.smithi079.gpuwcc (mgr.14180) 694 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:27.371 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:27.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:27 smithi079 bash[24931]: audit 2023-12-21T05:05:25.615852+0000 mgr.smithi079.gpuwcc (mgr.14180) 695 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:27.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:27 smithi156 bash[28307]: audit 2023-12-21T05:05:25.615852+0000 mgr.smithi079.gpuwcc (mgr.14180) 695 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:28.449 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:28 smithi079 bash[24931]: cluster 2023-12-21T05:05:27.085466+0000 mgr.smithi079.gpuwcc (mgr.14180) 696 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:28.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:28 smithi156 bash[28307]: cluster 2023-12-21T05:05:27.085466+0000 mgr.smithi079.gpuwcc (mgr.14180) 696 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:30.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:30 smithi079 bash[24931]: cluster 2023-12-21T05:05:29.086372+0000 mgr.smithi079.gpuwcc (mgr.14180) 697 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:30.348 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:05:30.348 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:33.182376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.lcbanb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\nDeploy daemon haproxy.nfs.foo.smithi156.lcbanb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.051164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tahweb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\nDeploy daemon haproxy.nfs.foo.smithi079.tahweb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.056259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.abgmkv on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:30.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:30 smithi156 bash[28307]: cluster 2023-12-21T05:05:29.086372+0000 mgr.smithi079.gpuwcc (mgr.14180) 697 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:31.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:32.071 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:32.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:31 smithi079 bash[24931]: audit 2023-12-21T05:05:30.343879+0000 mgr.smithi079.gpuwcc (mgr.14180) 698 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:32.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:31 smithi079 bash[24931]: cluster 2023-12-21T05:05:31.087573+0000 mgr.smithi079.gpuwcc (mgr.14180) 699 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:05:32.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:31 smithi156 bash[28307]: audit 2023-12-21T05:05:30.343879+0000 mgr.smithi079.gpuwcc (mgr.14180) 698 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:32.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:31 smithi156 bash[28307]: cluster 2023-12-21T05:05:31.087573+0000 mgr.smithi079.gpuwcc (mgr.14180) 699 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:05:34.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:34 smithi079 bash[24931]: cluster 2023-12-21T05:05:33.088647+0000 mgr.smithi079.gpuwcc (mgr.14180) 700 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:34.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:34 smithi156 bash[28307]: cluster 2023-12-21T05:05:33.088647+0000 mgr.smithi079.gpuwcc (mgr.14180) 700 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:35.204 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:05:35.204 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:33.182376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.lcbanb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\nDeploy daemon haproxy.nfs.foo.smithi156.lcbanb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.051164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tahweb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\nDeploy daemon haproxy.nfs.foo.smithi079.tahweb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.056259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.abgmkv on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:35.946 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:36.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:36 smithi079 bash[24931]: cluster 2023-12-21T05:05:35.089763+0000 mgr.smithi079.gpuwcc (mgr.14180) 701 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:36.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:36 smithi079 bash[24931]: audit 2023-12-21T05:05:35.193677+0000 mgr.smithi079.gpuwcc (mgr.14180) 702 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:36.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:36 smithi156 bash[28307]: cluster 2023-12-21T05:05:35.089763+0000 mgr.smithi079.gpuwcc (mgr.14180) 701 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:36.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:36 smithi156 bash[28307]: audit 2023-12-21T05:05:35.193677+0000 mgr.smithi079.gpuwcc (mgr.14180) 702 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:36.946 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:37.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:37 smithi079 bash[24931]: audit 2023-12-21T05:05:37.061827+0000 mon.smithi079 (mon.0) 850 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:05:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:37 smithi156 bash[28307]: audit 2023-12-21T05:05:37.061827+0000 mon.smithi079 (mon.0) 850 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:05:38.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:38 smithi079 bash[24931]: cluster 2023-12-21T05:05:37.090909+0000 mgr.smithi079.gpuwcc (mgr.14180) 703 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:38.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:38 smithi079 bash[24931]: audit 2023-12-21T05:05:37.363764+0000 mon.smithi079 (mon.0) 851 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:05:38.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:38 smithi079 bash[24931]: audit 2023-12-21T05:05:37.365146+0000 mon.smithi079 (mon.0) 852 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:05:38.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:38 smithi079 bash[24931]: audit 2023-12-21T05:05:37.373205+0000 mon.smithi079 (mon.0) 853 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:05:38.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:38 smithi079 bash[24931]: audit 2023-12-21T05:05:37.380827+0000 mon.smithi079 (mon.0) 854 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:05:38.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:38 smithi079 bash[24931]: audit 2023-12-21T05:05:37.392222+0000 mon.smithi079 (mon.0) 855 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:05:38.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:38 smithi156 bash[28307]: cluster 2023-12-21T05:05:37.090909+0000 mgr.smithi079.gpuwcc (mgr.14180) 703 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:38.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:38 smithi156 bash[28307]: audit 2023-12-21T05:05:37.363764+0000 mon.smithi079 (mon.0) 851 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:05:38.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:38 smithi156 bash[28307]: audit 2023-12-21T05:05:37.365146+0000 mon.smithi079 (mon.0) 852 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:05:38.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:38 smithi156 bash[28307]: audit 2023-12-21T05:05:37.373205+0000 mon.smithi079 (mon.0) 853 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:05:38.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:38 smithi156 bash[28307]: audit 2023-12-21T05:05:37.380827+0000 mon.smithi079 (mon.0) 854 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:05:38.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:38 smithi156 bash[28307]: audit 2023-12-21T05:05:37.392222+0000 mon.smithi079 (mon.0) 855 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:05:39.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:39 smithi079 bash[24931]: cluster 2023-12-21T05:05:37.373863+0000 mgr.smithi079.gpuwcc (mgr.14180) 704 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:05:39.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:39 smithi079 bash[24931]: cephadm 2023-12-21T05:05:37.396195+0000 mgr.smithi079.gpuwcc (mgr.14180) 705 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.axsrhz on smithi156 2023-12-21T05:05:39.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:39 smithi079 bash[24931]: cluster 2023-12-21T05:05:38.370258+0000 mon.smithi079 (mon.0) 856 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:05:39.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:39 smithi079 bash[24931]: cluster 2023-12-21T05:05:38.370334+0000 mon.smithi079 (mon.0) 857 : cluster [INF] Cluster is now healthy 2023-12-21T05:05:39.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:39 smithi156 bash[28307]: cluster 2023-12-21T05:05:37.373863+0000 mgr.smithi079.gpuwcc (mgr.14180) 704 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:05:39.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:39 smithi156 bash[28307]: cephadm 2023-12-21T05:05:37.396195+0000 mgr.smithi079.gpuwcc (mgr.14180) 705 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.axsrhz on smithi156 2023-12-21T05:05:39.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:39 smithi156 bash[28307]: cluster 2023-12-21T05:05:38.370258+0000 mon.smithi079 (mon.0) 856 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:05:39.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:39 smithi156 bash[28307]: cluster 2023-12-21T05:05:38.370334+0000 mon.smithi079 (mon.0) 857 : cluster [INF] Cluster is now healthy 2023-12-21T05:05:40.028 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:05:40.028 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:29.038589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vdgzfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:33.182376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.lcbanb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-lcbanb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.lcbanb\nDeploy daemon haproxy.nfs.foo.smithi156.lcbanb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.051164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tahweb on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-tahweb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.tahweb\nDeploy daemon haproxy.nfs.foo.smithi079.tahweb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:37.056259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.abgmkv on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:40.776 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:41.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:41 smithi079 bash[24931]: cluster 2023-12-21T05:05:39.374426+0000 mgr.smithi079.gpuwcc (mgr.14180) 706 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:05:41.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:41 smithi079 bash[24931]: audit 2023-12-21T05:05:40.023390+0000 mgr.smithi079.gpuwcc (mgr.14180) 707 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:41.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:41 smithi079 bash[24931]: audit 2023-12-21T05:05:41.161540+0000 mon.smithi079 (mon.0) 858 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.axsrhz"}]: dispatch 2023-12-21T05:05:41.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:41 smithi156 bash[28307]: cluster 2023-12-21T05:05:39.374426+0000 mgr.smithi079.gpuwcc (mgr.14180) 706 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:05:41.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:41 smithi156 bash[28307]: audit 2023-12-21T05:05:40.023390+0000 mgr.smithi079.gpuwcc (mgr.14180) 707 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:41.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:41 smithi156 bash[28307]: audit 2023-12-21T05:05:41.161540+0000 mon.smithi079 (mon.0) 858 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.axsrhz"}]: dispatch 2023-12-21T05:05:41.776 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:42.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: cephadm 2023-12-21T05:05:41.160498+0000 mgr.smithi079.gpuwcc (mgr.14180) 708 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz 2023-12-21T05:05:42.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:05:42.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz 2023-12-21T05:05:42.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz 2023-12-21T05:05:42.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:05:42.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz 2023-12-21T05:05:42.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.axsrhz ... 2023-12-21T05:05:42.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:42.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:05:42.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:05:42.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:05:42.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:42.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:05:42.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:05:42.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:05:42.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:05:42.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:05:42.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz 2023-12-21T05:05:42.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:05:42.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz 2023-12-21T05:05:42.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz 2023-12-21T05:05:42.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:05:42.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz 2023-12-21T05:05:42.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.axsrhz ... 2023-12-21T05:05:42.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:42.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:05:42.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:05:42.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:05:42.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:42.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: cephadm 2023-12-21T05:05:41.160974+0000 mgr.smithi079.gpuwcc (mgr.14180) 709 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.axsrhz 2023-12-21T05:05:42.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: cephadm 2023-12-21T05:05:41.162974+0000 mgr.smithi079.gpuwcc (mgr.14180) 710 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.axsrhz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz 2023-12-21T05:05:42.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:05:42.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz 2023-12-21T05:05:42.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz 2023-12-21T05:05:42.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:05:42.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz 2023-12-21T05:05:42.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.axsrhz ... 2023-12-21T05:05:42.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:42.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:05:42.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:05:42.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:05:42.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:42.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:42 smithi079 bash[24931]: cephadm 2023-12-21T05:05:41.167935+0000 mgr.smithi079.gpuwcc (mgr.14180) 711 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.fznkvh on smithi079 2023-12-21T05:05:42.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: cephadm 2023-12-21T05:05:41.160498+0000 mgr.smithi079.gpuwcc (mgr.14180) 708 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz 2023-12-21T05:05:42.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:05:42.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz 2023-12-21T05:05:42.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz 2023-12-21T05:05:42.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:05:42.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz 2023-12-21T05:05:42.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.axsrhz ... 2023-12-21T05:05:42.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:42.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:05:42.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:05:42.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:05:42.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:42.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:05:42.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:05:42.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:05:42.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:05:42.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:05:42.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz 2023-12-21T05:05:42.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:05:42.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz 2023-12-21T05:05:42.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz 2023-12-21T05:05:42.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:05:42.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz 2023-12-21T05:05:42.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.axsrhz ... 2023-12-21T05:05:42.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:42.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:05:42.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:05:42.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:05:42.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:42.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: cephadm 2023-12-21T05:05:41.160974+0000 mgr.smithi079.gpuwcc (mgr.14180) 709 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.axsrhz 2023-12-21T05:05:42.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: cephadm 2023-12-21T05:05:41.162974+0000 mgr.smithi079.gpuwcc (mgr.14180) 710 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.axsrhz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz 2023-12-21T05:05:42.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:05:42.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz 2023-12-21T05:05:42.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz 2023-12-21T05:05:42.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:05:42.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz 2023-12-21T05:05:42.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.axsrhz ... 2023-12-21T05:05:42.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:42.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:05:42.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:05:42.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:05:42.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:42.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:42 smithi156 bash[28307]: cephadm 2023-12-21T05:05:41.167935+0000 mgr.smithi079.gpuwcc (mgr.14180) 711 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.fznkvh on smithi079 2023-12-21T05:05:43.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:43 smithi079 bash[24931]: cluster 2023-12-21T05:05:41.375121+0000 mgr.smithi079.gpuwcc (mgr.14180) 712 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:05:43.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:43 smithi156 bash[28307]: cluster 2023-12-21T05:05:41.375121+0000 mgr.smithi079.gpuwcc (mgr.14180) 712 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:05:45.110 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:05:45.111 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:41.162750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axsrhz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\nDeploy daemon haproxy.nfs.foo.smithi156.axsrhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.003492Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fznkvh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\nDeploy daemon haproxy.nfs.foo.smithi079.fznkvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.006682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.wnerne on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:45.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:45 smithi079 bash[24931]: cluster 2023-12-21T05:05:43.375580+0000 mgr.smithi079.gpuwcc (mgr.14180) 713 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:05:45.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:45 smithi079 bash[24931]: audit 2023-12-21T05:05:45.002357+0000 mon.smithi079 (mon.0) 859 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.fznkvh"}]: dispatch 2023-12-21T05:05:45.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:45 smithi156 bash[28307]: cluster 2023-12-21T05:05:43.375580+0000 mgr.smithi079.gpuwcc (mgr.14180) 713 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:05:45.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:45 smithi156 bash[28307]: audit 2023-12-21T05:05:45.002357+0000 mon.smithi079 (mon.0) 859 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.fznkvh"}]: dispatch 2023-12-21T05:05:45.885 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:46.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: cephadm 2023-12-21T05:05:45.001148+0000 mgr.smithi079.gpuwcc (mgr.14180) 714 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh 2023-12-21T05:05:46.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:05:46.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh 2023-12-21T05:05:46.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh 2023-12-21T05:05:46.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:05:46.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh 2023-12-21T05:05:46.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.fznkvh ... 2023-12-21T05:05:46.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:46.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:05:46.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:05:46.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:05:46.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:46.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:05:46.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:05:46.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:05:46.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:05:46.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:05:46.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh 2023-12-21T05:05:46.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:05:46.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh 2023-12-21T05:05:46.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh 2023-12-21T05:05:46.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:05:46.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh 2023-12-21T05:05:46.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.fznkvh ... 2023-12-21T05:05:46.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:46.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:05:46.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:05:46.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:05:46.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:46.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: cephadm 2023-12-21T05:05:45.001651+0000 mgr.smithi079.gpuwcc (mgr.14180) 715 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.fznkvh 2023-12-21T05:05:46.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: cephadm 2023-12-21T05:05:45.003736+0000 mgr.smithi079.gpuwcc (mgr.14180) 716 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.fznkvh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh 2023-12-21T05:05:46.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:05:46.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh 2023-12-21T05:05:46.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh 2023-12-21T05:05:46.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:05:46.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh 2023-12-21T05:05:46.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.fznkvh ... 2023-12-21T05:05:46.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:46.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:05:46.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:05:46.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:05:46.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:46.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: cephadm 2023-12-21T05:05:45.006826+0000 mgr.smithi079.gpuwcc (mgr.14180) 717 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.wnerne on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:05:46.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: cephadm 2023-12-21T05:05:45.009649+0000 mgr.smithi079.gpuwcc (mgr.14180) 718 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:05:46.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: cluster 2023-12-21T05:05:45.010896+0000 mgr.smithi079.gpuwcc (mgr.14180) 719 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 0 op/s 2023-12-21T05:05:46.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: audit 2023-12-21T05:05:45.104766+0000 mgr.smithi079.gpuwcc (mgr.14180) 720 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:46.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:46 smithi079 bash[24931]: cluster 2023-12-21T05:05:45.184118+0000 mon.smithi079 (mon.0) 860 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:05:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: cephadm 2023-12-21T05:05:45.001148+0000 mgr.smithi079.gpuwcc (mgr.14180) 714 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh 2023-12-21T05:05:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:05:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh 2023-12-21T05:05:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh 2023-12-21T05:05:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:05:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh 2023-12-21T05:05:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.fznkvh ... 2023-12-21T05:05:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:05:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:05:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:05:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:05:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:05:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:05:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:05:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:05:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh 2023-12-21T05:05:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:05:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh 2023-12-21T05:05:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh 2023-12-21T05:05:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:05:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh 2023-12-21T05:05:46.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.fznkvh ... 2023-12-21T05:05:46.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:46.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:05:46.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:05:46.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:05:46.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:46.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: cephadm 2023-12-21T05:05:45.001651+0000 mgr.smithi079.gpuwcc (mgr.14180) 715 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.fznkvh 2023-12-21T05:05:46.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: cephadm 2023-12-21T05:05:45.003736+0000 mgr.smithi079.gpuwcc (mgr.14180) 716 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.fznkvh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh 2023-12-21T05:05:46.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:05:46.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh 2023-12-21T05:05:46.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh 2023-12-21T05:05:46.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:05:46.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh 2023-12-21T05:05:46.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.fznkvh ... 2023-12-21T05:05:46.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:46.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:05:46.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:05:46.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:05:46.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:46.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: cephadm 2023-12-21T05:05:45.006826+0000 mgr.smithi079.gpuwcc (mgr.14180) 717 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.wnerne on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:05:46.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: cephadm 2023-12-21T05:05:45.009649+0000 mgr.smithi079.gpuwcc (mgr.14180) 718 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:05:46.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: cluster 2023-12-21T05:05:45.010896+0000 mgr.smithi079.gpuwcc (mgr.14180) 719 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 0 op/s 2023-12-21T05:05:46.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: audit 2023-12-21T05:05:45.104766+0000 mgr.smithi079.gpuwcc (mgr.14180) 720 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:46.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:46 smithi156 bash[28307]: cluster 2023-12-21T05:05:45.184118+0000 mon.smithi079 (mon.0) 860 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:05:46.886 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:48.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:48 smithi079 bash[24931]: cluster 2023-12-21T05:05:47.012340+0000 mgr.smithi079.gpuwcc (mgr.14180) 721 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 0 op/s 2023-12-21T05:05:48.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:48 smithi079 bash[24931]: audit 2023-12-21T05:05:47.602544+0000 mon.smithi079 (mon.0) 861 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:05:48.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:48 smithi156 bash[28307]: cluster 2023-12-21T05:05:47.012340+0000 mgr.smithi079.gpuwcc (mgr.14180) 721 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 0 op/s 2023-12-21T05:05:48.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:48 smithi156 bash[28307]: audit 2023-12-21T05:05:47.602544+0000 mon.smithi079 (mon.0) 861 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:05:49.462 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:49 smithi079 bash[24931]: cluster 2023-12-21T05:05:49.013263+0000 mgr.smithi079.gpuwcc (mgr.14180) 722 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:05:49.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:49 smithi156 bash[28307]: cluster 2023-12-21T05:05:49.013263+0000 mgr.smithi079.gpuwcc (mgr.14180) 722 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:05:49.819 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:05:49.819 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:41.162750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axsrhz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\nDeploy daemon haproxy.nfs.foo.smithi156.axsrhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.003492Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fznkvh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\nDeploy daemon haproxy.nfs.foo.smithi079.fznkvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.006682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.wnerne on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:50.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:50 smithi079 bash[24931]: audit 2023-12-21T05:05:49.810836+0000 mgr.smithi079.gpuwcc (mgr.14180) 723 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:50.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:50 smithi156 bash[28307]: audit 2023-12-21T05:05:49.810836+0000 mgr.smithi079.gpuwcc (mgr.14180) 723 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:50.542 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:51.544 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:52.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:51 smithi079 bash[24931]: cluster 2023-12-21T05:05:51.014585+0000 mgr.smithi079.gpuwcc (mgr.14180) 724 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 351 B/s rd, 0 op/s 2023-12-21T05:05:52.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:51 smithi156 bash[28307]: cluster 2023-12-21T05:05:51.014585+0000 mgr.smithi079.gpuwcc (mgr.14180) 724 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 351 B/s rd, 0 op/s 2023-12-21T05:05:54.344 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:54 smithi079 bash[24931]: cluster 2023-12-21T05:05:53.015706+0000 mgr.smithi079.gpuwcc (mgr.14180) 725 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:05:54.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:54 smithi156 bash[28307]: cluster 2023-12-21T05:05:53.015706+0000 mgr.smithi079.gpuwcc (mgr.14180) 725 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:05:54.692 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:05:54.693 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:41.162750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axsrhz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\nDeploy daemon haproxy.nfs.foo.smithi156.axsrhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.003492Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fznkvh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\nDeploy daemon haproxy.nfs.foo.smithi079.fznkvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.006682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.wnerne on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:55.463 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:56.464 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:56.478 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:56 smithi079 bash[24931]: audit 2023-12-21T05:05:54.683110+0000 mgr.smithi079.gpuwcc (mgr.14180) 726 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:56.478 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:56 smithi079 bash[24931]: cluster 2023-12-21T05:05:55.016558+0000 mgr.smithi079.gpuwcc (mgr.14180) 727 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:05:56.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:56 smithi156 bash[28307]: audit 2023-12-21T05:05:54.683110+0000 mgr.smithi079.gpuwcc (mgr.14180) 726 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:56.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:56 smithi156 bash[28307]: cluster 2023-12-21T05:05:55.016558+0000 mgr.smithi079.gpuwcc (mgr.14180) 727 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:05:58.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:05:58 smithi079 bash[24931]: cluster 2023-12-21T05:05:57.017859+0000 mgr.smithi079.gpuwcc (mgr.14180) 728 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:58.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:05:58 smithi156 bash[28307]: cluster 2023-12-21T05:05:57.017859+0000 mgr.smithi079.gpuwcc (mgr.14180) 728 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:59.553 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:05:59.553 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:41.162750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axsrhz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\nDeploy daemon haproxy.nfs.foo.smithi156.axsrhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.003492Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fznkvh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\nDeploy daemon haproxy.nfs.foo.smithi079.fznkvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.006682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.wnerne on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:00.304 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:00.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:00 smithi079 bash[24931]: cluster 2023-12-21T05:05:59.018785+0000 mgr.smithi079.gpuwcc (mgr.14180) 729 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:00.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:00 smithi156 bash[28307]: cluster 2023-12-21T05:05:59.018785+0000 mgr.smithi079.gpuwcc (mgr.14180) 729 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:01.305 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:01.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:01 smithi079 bash[24931]: audit 2023-12-21T05:05:59.543824+0000 mgr.smithi079.gpuwcc (mgr.14180) 730 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:01.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:01 smithi156 bash[28307]: audit 2023-12-21T05:05:59.543824+0000 mgr.smithi079.gpuwcc (mgr.14180) 730 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:02.417 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:02 smithi079 bash[24931]: cluster 2023-12-21T05:06:01.020185+0000 mgr.smithi079.gpuwcc (mgr.14180) 731 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:06:02.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:02 smithi156 bash[28307]: cluster 2023-12-21T05:06:01.020185+0000 mgr.smithi079.gpuwcc (mgr.14180) 731 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:06:04.216 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:06:04.216 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:41.162750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axsrhz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\nDeploy daemon haproxy.nfs.foo.smithi156.axsrhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.003492Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fznkvh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\nDeploy daemon haproxy.nfs.foo.smithi079.fznkvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.006682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.wnerne on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:04.422 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:04 smithi079 bash[24931]: cluster 2023-12-21T05:06:03.021348+0000 mgr.smithi079.gpuwcc (mgr.14180) 732 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:04.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:04 smithi156 bash[28307]: cluster 2023-12-21T05:06:03.021348+0000 mgr.smithi079.gpuwcc (mgr.14180) 732 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:04.966 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:05.967 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:06.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:06 smithi079 bash[24931]: audit 2023-12-21T05:06:04.206440+0000 mgr.smithi079.gpuwcc (mgr.14180) 733 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:06.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:06 smithi079 bash[24931]: cluster 2023-12-21T05:06:05.022384+0000 mgr.smithi079.gpuwcc (mgr.14180) 734 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:06.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:06 smithi156 bash[28307]: audit 2023-12-21T05:06:04.206440+0000 mgr.smithi079.gpuwcc (mgr.14180) 733 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:06.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:06 smithi156 bash[28307]: cluster 2023-12-21T05:06:05.022384+0000 mgr.smithi079.gpuwcc (mgr.14180) 734 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:08.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:08 smithi079 bash[24931]: cluster 2023-12-21T05:06:07.023627+0000 mgr.smithi079.gpuwcc (mgr.14180) 735 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:08.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:08 smithi156 bash[28307]: cluster 2023-12-21T05:06:07.023627+0000 mgr.smithi079.gpuwcc (mgr.14180) 735 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:08.962 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:06:08.962 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:41.162750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axsrhz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\nDeploy daemon haproxy.nfs.foo.smithi156.axsrhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.003492Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fznkvh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\nDeploy daemon haproxy.nfs.foo.smithi079.fznkvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.006682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.wnerne on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:09.667 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:10.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:10 smithi079 bash[24931]: audit 2023-12-21T05:06:08.957511+0000 mgr.smithi079.gpuwcc (mgr.14180) 736 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:10.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:10 smithi079 bash[24931]: cluster 2023-12-21T05:06:09.024305+0000 mgr.smithi079.gpuwcc (mgr.14180) 737 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:10.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:10 smithi156 bash[28307]: audit 2023-12-21T05:06:08.957511+0000 mgr.smithi079.gpuwcc (mgr.14180) 736 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:10.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:10 smithi156 bash[28307]: cluster 2023-12-21T05:06:09.024305+0000 mgr.smithi079.gpuwcc (mgr.14180) 737 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:10.668 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:12.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:11 smithi079 bash[24931]: cluster 2023-12-21T05:06:11.025662+0000 mgr.smithi079.gpuwcc (mgr.14180) 738 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:06:12.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:11 smithi156 bash[28307]: cluster 2023-12-21T05:06:11.025662+0000 mgr.smithi079.gpuwcc (mgr.14180) 738 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:06:13.769 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:06:13.769 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:41.162750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axsrhz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\nDeploy daemon haproxy.nfs.foo.smithi156.axsrhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.003492Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fznkvh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\nDeploy daemon haproxy.nfs.foo.smithi079.fznkvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.006682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.wnerne on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:14.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:14 smithi079 bash[24931]: cluster 2023-12-21T05:06:13.026771+0000 mgr.smithi079.gpuwcc (mgr.14180) 739 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:14.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:14 smithi156 bash[28307]: cluster 2023-12-21T05:06:13.026771+0000 mgr.smithi079.gpuwcc (mgr.14180) 739 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:14.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:15.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:15 smithi079 bash[24931]: audit 2023-12-21T05:06:13.760351+0000 mgr.smithi079.gpuwcc (mgr.14180) 740 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:15.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:15 smithi156 bash[28307]: audit 2023-12-21T05:06:13.760351+0000 mgr.smithi079.gpuwcc (mgr.14180) 740 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:15.530 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:16.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:16 smithi079 bash[24931]: cluster 2023-12-21T05:06:15.027881+0000 mgr.smithi079.gpuwcc (mgr.14180) 741 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:16.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:16 smithi156 bash[28307]: cluster 2023-12-21T05:06:15.027881+0000 mgr.smithi079.gpuwcc (mgr.14180) 741 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:18.450 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:06:18.450 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:41.162750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axsrhz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\nDeploy daemon haproxy.nfs.foo.smithi156.axsrhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.003492Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fznkvh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\nDeploy daemon haproxy.nfs.foo.smithi079.fznkvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.006682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.wnerne on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:18.480 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:18 smithi079 bash[24931]: cluster 2023-12-21T05:06:17.029306+0000 mgr.smithi079.gpuwcc (mgr.14180) 742 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:18.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:18 smithi156 bash[28307]: cluster 2023-12-21T05:06:17.029306+0000 mgr.smithi079.gpuwcc (mgr.14180) 742 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:19.155 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:20.156 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:20.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:20 smithi079 bash[24931]: audit 2023-12-21T05:06:18.437772+0000 mgr.smithi079.gpuwcc (mgr.14180) 743 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:20.356 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:20 smithi079 bash[24931]: cluster 2023-12-21T05:06:19.030259+0000 mgr.smithi079.gpuwcc (mgr.14180) 744 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:20.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:20 smithi156 bash[28307]: audit 2023-12-21T05:06:18.437772+0000 mgr.smithi079.gpuwcc (mgr.14180) 743 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:20.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:20 smithi156 bash[28307]: cluster 2023-12-21T05:06:19.030259+0000 mgr.smithi079.gpuwcc (mgr.14180) 744 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:22.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:21 smithi079 bash[24931]: cluster 2023-12-21T05:06:21.031192+0000 mgr.smithi079.gpuwcc (mgr.14180) 745 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:06:22.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:21 smithi156 bash[28307]: cluster 2023-12-21T05:06:21.031192+0000 mgr.smithi079.gpuwcc (mgr.14180) 745 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:06:23.257 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:06:23.258 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:41.162750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axsrhz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\nDeploy daemon haproxy.nfs.foo.smithi156.axsrhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.003492Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fznkvh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\nDeploy daemon haproxy.nfs.foo.smithi079.fznkvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.006682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.wnerne on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:23.943 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:24.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:24 smithi079 bash[24931]: cluster 2023-12-21T05:06:23.031818+0000 mgr.smithi079.gpuwcc (mgr.14180) 746 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:24.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:24 smithi156 bash[28307]: cluster 2023-12-21T05:06:23.031818+0000 mgr.smithi079.gpuwcc (mgr.14180) 746 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:24.944 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:25.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:25 smithi079 bash[24931]: audit 2023-12-21T05:06:23.248000+0000 mgr.smithi079.gpuwcc (mgr.14180) 747 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:25.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:25 smithi156 bash[28307]: audit 2023-12-21T05:06:23.248000+0000 mgr.smithi079.gpuwcc (mgr.14180) 747 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:26.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:26 smithi079 bash[24931]: cluster 2023-12-21T05:06:25.032518+0000 mgr.smithi079.gpuwcc (mgr.14180) 748 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:26.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:26 smithi156 bash[28307]: cluster 2023-12-21T05:06:25.032518+0000 mgr.smithi079.gpuwcc (mgr.14180) 748 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:28.029 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:06:28.029 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:41.162750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axsrhz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\nDeploy daemon haproxy.nfs.foo.smithi156.axsrhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.003492Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fznkvh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\nDeploy daemon haproxy.nfs.foo.smithi079.fznkvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.006682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.wnerne on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:28.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:28 smithi079 bash[24931]: cluster 2023-12-21T05:06:27.033868+0000 mgr.smithi079.gpuwcc (mgr.14180) 749 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:28.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:28 smithi156 bash[28307]: cluster 2023-12-21T05:06:27.033868+0000 mgr.smithi079.gpuwcc (mgr.14180) 749 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:28.738 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:29.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:29 smithi079 bash[24931]: audit 2023-12-21T05:06:28.020839+0000 mgr.smithi079.gpuwcc (mgr.14180) 750 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:29.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:29 smithi156 bash[28307]: audit 2023-12-21T05:06:28.020839+0000 mgr.smithi079.gpuwcc (mgr.14180) 750 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:29.739 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:30.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:30 smithi079 bash[24931]: cluster 2023-12-21T05:06:29.034817+0000 mgr.smithi079.gpuwcc (mgr.14180) 751 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:30.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:30 smithi156 bash[28307]: cluster 2023-12-21T05:06:29.034817+0000 mgr.smithi079.gpuwcc (mgr.14180) 751 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:32.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:31 smithi079 bash[24931]: cluster 2023-12-21T05:06:31.035779+0000 mgr.smithi079.gpuwcc (mgr.14180) 752 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:06:32.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:31 smithi156 bash[28307]: cluster 2023-12-21T05:06:31.035779+0000 mgr.smithi079.gpuwcc (mgr.14180) 752 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:06:32.899 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:06:32.899 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:41.162750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axsrhz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\nDeploy daemon haproxy.nfs.foo.smithi156.axsrhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.003492Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fznkvh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\nDeploy daemon haproxy.nfs.foo.smithi079.fznkvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.006682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.wnerne on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:33.648 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:34.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:34 smithi079 bash[24931]: audit 2023-12-21T05:06:32.887383+0000 mgr.smithi079.gpuwcc (mgr.14180) 753 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:34.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:34 smithi079 bash[24931]: cluster 2023-12-21T05:06:33.036622+0000 mgr.smithi079.gpuwcc (mgr.14180) 754 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:34.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:34 smithi156 bash[28307]: audit 2023-12-21T05:06:32.887383+0000 mgr.smithi079.gpuwcc (mgr.14180) 753 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:34.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:34 smithi156 bash[28307]: cluster 2023-12-21T05:06:33.036622+0000 mgr.smithi079.gpuwcc (mgr.14180) 754 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:34.649 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:36.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:36 smithi079 bash[24931]: cluster 2023-12-21T05:06:35.037292+0000 mgr.smithi079.gpuwcc (mgr.14180) 755 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:36.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:36 smithi156 bash[28307]: cluster 2023-12-21T05:06:35.037292+0000 mgr.smithi079.gpuwcc (mgr.14180) 755 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:37.800 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:06:37.811 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:41.162750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axsrhz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\nDeploy daemon haproxy.nfs.foo.smithi156.axsrhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.003492Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fznkvh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\nDeploy daemon haproxy.nfs.foo.smithi079.fznkvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.006682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.wnerne on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:38.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:38 smithi079 bash[24931]: cluster 2023-12-21T05:06:37.038531+0000 mgr.smithi079.gpuwcc (mgr.14180) 756 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:38.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:38 smithi156 bash[28307]: cluster 2023-12-21T05:06:37.038531+0000 mgr.smithi079.gpuwcc (mgr.14180) 756 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:38.566 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:39.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:39 smithi079 bash[24931]: audit 2023-12-21T05:06:37.795457+0000 mgr.smithi079.gpuwcc (mgr.14180) 757 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:39.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:39 smithi156 bash[28307]: audit 2023-12-21T05:06:37.795457+0000 mgr.smithi079.gpuwcc (mgr.14180) 757 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:39.567 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:40.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:40 smithi079 bash[24931]: cluster 2023-12-21T05:06:39.039533+0000 mgr.smithi079.gpuwcc (mgr.14180) 758 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:40.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:40 smithi156 bash[28307]: cluster 2023-12-21T05:06:39.039533+0000 mgr.smithi079.gpuwcc (mgr.14180) 758 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:42.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:41 smithi079 bash[24931]: cluster 2023-12-21T05:06:41.040315+0000 mgr.smithi079.gpuwcc (mgr.14180) 759 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:06:42.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:41 smithi156 bash[28307]: cluster 2023-12-21T05:06:41.040315+0000 mgr.smithi079.gpuwcc (mgr.14180) 759 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:06:42.578 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:06:42.579 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:41.162750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axsrhz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\nDeploy daemon haproxy.nfs.foo.smithi156.axsrhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.003492Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fznkvh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\nDeploy daemon haproxy.nfs.foo.smithi079.fznkvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.006682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.wnerne on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:43.328 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:44.329 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:44.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:44 smithi079 bash[24931]: audit 2023-12-21T05:06:42.574103+0000 mgr.smithi079.gpuwcc (mgr.14180) 760 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:44.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:44 smithi079 bash[24931]: cluster 2023-12-21T05:06:43.041429+0000 mgr.smithi079.gpuwcc (mgr.14180) 761 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:44.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:44 smithi156 bash[28307]: audit 2023-12-21T05:06:42.574103+0000 mgr.smithi079.gpuwcc (mgr.14180) 760 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:44.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:44 smithi156 bash[28307]: cluster 2023-12-21T05:06:43.041429+0000 mgr.smithi079.gpuwcc (mgr.14180) 761 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:45.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:45 smithi079 bash[24931]: audit 2023-12-21T05:06:45.014474+0000 mon.smithi079 (mon.0) 862 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:06:45.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:45 smithi156 bash[28307]: audit 2023-12-21T05:06:45.014474+0000 mon.smithi079 (mon.0) 862 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:06:46.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:46 smithi079 bash[24931]: cluster 2023-12-21T05:06:45.042697+0000 mgr.smithi079.gpuwcc (mgr.14180) 762 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:46.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:46 smithi079 bash[24931]: audit 2023-12-21T05:06:45.313136+0000 mon.smithi079 (mon.0) 863 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:06:46.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:46 smithi079 bash[24931]: audit 2023-12-21T05:06:45.314453+0000 mon.smithi079 (mon.0) 864 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:06:46.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:46 smithi079 bash[24931]: audit 2023-12-21T05:06:45.321693+0000 mon.smithi079 (mon.0) 865 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:06:46.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:46 smithi079 bash[24931]: audit 2023-12-21T05:06:45.328386+0000 mon.smithi079 (mon.0) 866 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:06:46.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:46 smithi079 bash[24931]: audit 2023-12-21T05:06:45.342730+0000 mon.smithi079 (mon.0) 867 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:06:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:46 smithi156 bash[28307]: cluster 2023-12-21T05:06:45.042697+0000 mgr.smithi079.gpuwcc (mgr.14180) 762 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:46 smithi156 bash[28307]: audit 2023-12-21T05:06:45.313136+0000 mon.smithi079 (mon.0) 863 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:06:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:46 smithi156 bash[28307]: audit 2023-12-21T05:06:45.314453+0000 mon.smithi079 (mon.0) 864 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:06:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:46 smithi156 bash[28307]: audit 2023-12-21T05:06:45.321693+0000 mon.smithi079 (mon.0) 865 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:06:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:46 smithi156 bash[28307]: audit 2023-12-21T05:06:45.328386+0000 mon.smithi079 (mon.0) 866 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:06:46.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:46 smithi156 bash[28307]: audit 2023-12-21T05:06:45.342730+0000 mon.smithi079 (mon.0) 867 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:06:47.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:47 smithi079 bash[24931]: cluster 2023-12-21T05:06:45.322518+0000 mgr.smithi079.gpuwcc (mgr.14180) 763 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:06:47.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:47 smithi079 bash[24931]: cephadm 2023-12-21T05:06:45.347271+0000 mgr.smithi079.gpuwcc (mgr.14180) 764 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.fdamrk on smithi156 2023-12-21T05:06:47.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:47 smithi079 bash[24931]: cluster 2023-12-21T05:06:46.318868+0000 mon.smithi079 (mon.0) 868 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:06:47.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:47 smithi079 bash[24931]: cluster 2023-12-21T05:06:46.318935+0000 mon.smithi079 (mon.0) 869 : cluster [INF] Cluster is now healthy 2023-12-21T05:06:47.370 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:06:47.370 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:37.057872Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.icjhrm on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:41.162750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axsrhz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\nDeploy daemon haproxy.nfs.foo.smithi156.axsrhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.003492Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fznkvh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\nDeploy daemon haproxy.nfs.foo.smithi079.fznkvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.006682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.wnerne on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:47.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:47 smithi156 bash[28307]: cluster 2023-12-21T05:06:45.322518+0000 mgr.smithi079.gpuwcc (mgr.14180) 763 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:06:47.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:47 smithi156 bash[28307]: cephadm 2023-12-21T05:06:45.347271+0000 mgr.smithi079.gpuwcc (mgr.14180) 764 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.fdamrk on smithi156 2023-12-21T05:06:47.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:47 smithi156 bash[28307]: cluster 2023-12-21T05:06:46.318868+0000 mon.smithi079 (mon.0) 868 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:06:47.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:47 smithi156 bash[28307]: cluster 2023-12-21T05:06:46.318935+0000 mon.smithi079 (mon.0) 869 : cluster [INF] Cluster is now healthy 2023-12-21T05:06:48.097 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:49.098 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:49.400 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:49 smithi156 bash[28307]: cluster 2023-12-21T05:06:47.323487+0000 mgr.smithi079.gpuwcc (mgr.14180) 765 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:06:49.401 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:49 smithi156 bash[28307]: audit 2023-12-21T05:06:47.365082+0000 mgr.smithi079.gpuwcc (mgr.14180) 766 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:49.472 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:49 smithi079 bash[24931]: cluster 2023-12-21T05:06:47.323487+0000 mgr.smithi079.gpuwcc (mgr.14180) 765 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:06:49.472 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:49 smithi079 bash[24931]: audit 2023-12-21T05:06:47.365082+0000 mgr.smithi079.gpuwcc (mgr.14180) 766 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:50.381 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:50 smithi079 bash[24931]: audit 2023-12-21T05:06:49.473695+0000 mon.smithi079 (mon.0) 870 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.fdamrk"}]: dispatch 2023-12-21T05:06:50.381 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:50 smithi079 bash[24931]: audit 2023-12-21T05:06:49.841585+0000 mon.smithi079 (mon.0) 871 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:06:50.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:50 smithi156 bash[28307]: audit 2023-12-21T05:06:49.473695+0000 mon.smithi079 (mon.0) 870 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.fdamrk"}]: dispatch 2023-12-21T05:06:50.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:50 smithi156 bash[28307]: audit 2023-12-21T05:06:49.841585+0000 mon.smithi079 (mon.0) 871 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:06:51.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: cluster 2023-12-21T05:06:49.324082+0000 mgr.smithi079.gpuwcc (mgr.14180) 767 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:06:51.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: cephadm 2023-12-21T05:06:49.472914+0000 mgr.smithi079.gpuwcc (mgr.14180) 768 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk 2023-12-21T05:06:51.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:06:51.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk 2023-12-21T05:06:51.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk 2023-12-21T05:06:51.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:06:51.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk 2023-12-21T05:06:51.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.fdamrk ... 2023-12-21T05:06:51.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:51.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:06:51.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:06:51.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:06:51.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:51.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:06:51.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:06:51.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:06:51.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:06:51.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:06:51.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk 2023-12-21T05:06:51.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:06:51.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk 2023-12-21T05:06:51.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk 2023-12-21T05:06:51.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:06:51.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk 2023-12-21T05:06:51.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.fdamrk ... 2023-12-21T05:06:51.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:51.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:06:51.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:06:51.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:06:51.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:51.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: cephadm 2023-12-21T05:06:49.473187+0000 mgr.smithi079.gpuwcc (mgr.14180) 769 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.fdamrk 2023-12-21T05:06:51.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: cephadm 2023-12-21T05:06:49.474994+0000 mgr.smithi079.gpuwcc (mgr.14180) 770 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.fdamrk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk 2023-12-21T05:06:51.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:06:51.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk 2023-12-21T05:06:51.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk 2023-12-21T05:06:51.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:06:51.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk 2023-12-21T05:06:51.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.fdamrk ... 2023-12-21T05:06:51.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:51.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:06:51.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:06:51.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:06:51.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:51.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:51 smithi079 bash[24931]: cephadm 2023-12-21T05:06:49.477419+0000 mgr.smithi079.gpuwcc (mgr.14180) 771 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.gusknf on smithi079 2023-12-21T05:06:51.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: cluster 2023-12-21T05:06:49.324082+0000 mgr.smithi079.gpuwcc (mgr.14180) 767 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:06:51.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: cephadm 2023-12-21T05:06:49.472914+0000 mgr.smithi079.gpuwcc (mgr.14180) 768 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk 2023-12-21T05:06:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:06:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk 2023-12-21T05:06:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk 2023-12-21T05:06:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:06:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk 2023-12-21T05:06:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.fdamrk ... 2023-12-21T05:06:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:06:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:06:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:06:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:06:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:06:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:06:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:06:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:06:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk 2023-12-21T05:06:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:06:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk 2023-12-21T05:06:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk 2023-12-21T05:06:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:06:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk 2023-12-21T05:06:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.fdamrk ... 2023-12-21T05:06:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:06:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:06:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:06:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: cephadm 2023-12-21T05:06:49.473187+0000 mgr.smithi079.gpuwcc (mgr.14180) 769 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.fdamrk 2023-12-21T05:06:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: cephadm 2023-12-21T05:06:49.474994+0000 mgr.smithi079.gpuwcc (mgr.14180) 770 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.fdamrk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk 2023-12-21T05:06:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:06:51.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk 2023-12-21T05:06:51.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk 2023-12-21T05:06:51.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:06:51.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk 2023-12-21T05:06:51.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.fdamrk ... 2023-12-21T05:06:51.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:51.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:06:51.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:06:51.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:06:51.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:51.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:51 smithi156 bash[28307]: cephadm 2023-12-21T05:06:49.477419+0000 mgr.smithi079.gpuwcc (mgr.14180) 771 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.gusknf on smithi079 2023-12-21T05:06:52.264 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:06:52.264 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:05:41.162750Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axsrhz on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axsrhz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axsrhz\nDeploy daemon haproxy.nfs.foo.smithi156.axsrhz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.003492Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fznkvh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-fznkvh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.fznkvh\nDeploy daemon haproxy.nfs.foo.smithi079.fznkvh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:05:45.006682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.wnerne on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:49.474828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fdamrk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\nDeploy daemon haproxy.nfs.foo.smithi156.fdamrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:52.972 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:53.220 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:53 smithi079 bash[24931]: cluster 2023-12-21T05:06:51.325453+0000 mgr.smithi079.gpuwcc (mgr.14180) 772 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:06:53.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:53 smithi156 bash[28307]: cluster 2023-12-21T05:06:51.325453+0000 mgr.smithi079.gpuwcc (mgr.14180) 772 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:06:53.973 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:54.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:54 smithi079 bash[24931]: audit 2023-12-21T05:06:52.254231+0000 mgr.smithi079.gpuwcc (mgr.14180) 773 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:54.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:54 smithi079 bash[24931]: audit 2023-12-21T05:06:53.296044+0000 mon.smithi079 (mon.0) 872 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.gusknf"}]: dispatch 2023-12-21T05:06:54.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:54 smithi156 bash[28307]: audit 2023-12-21T05:06:52.254231+0000 mgr.smithi079.gpuwcc (mgr.14180) 773 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:54.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:54 smithi156 bash[28307]: audit 2023-12-21T05:06:53.296044+0000 mon.smithi079 (mon.0) 872 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.gusknf"}]: dispatch 2023-12-21T05:06:55.377 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: cephadm 2023-12-21T05:06:53.295167+0000 mgr.smithi079.gpuwcc (mgr.14180) 774 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf 2023-12-21T05:06:55.377 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:06:55.377 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf 2023-12-21T05:06:55.377 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf 2023-12-21T05:06:55.377 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:06:55.377 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf 2023-12-21T05:06:55.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.gusknf ... 2023-12-21T05:06:55.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:55.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:06:55.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:06:55.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:06:55.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:55.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:06:55.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:06:55.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:06:55.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:06:55.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:06:55.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf 2023-12-21T05:06:55.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:06:55.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf 2023-12-21T05:06:55.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf 2023-12-21T05:06:55.379 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:06:55.379 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf 2023-12-21T05:06:55.379 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.gusknf ... 2023-12-21T05:06:55.379 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:55.379 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:06:55.379 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:06:55.379 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:06:55.379 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:55.379 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: cephadm 2023-12-21T05:06:53.295443+0000 mgr.smithi079.gpuwcc (mgr.14180) 775 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.gusknf 2023-12-21T05:06:55.379 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: cephadm 2023-12-21T05:06:53.297575+0000 mgr.smithi079.gpuwcc (mgr.14180) 776 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.gusknf on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf 2023-12-21T05:06:55.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:06:55.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf 2023-12-21T05:06:55.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf 2023-12-21T05:06:55.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:06:55.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf 2023-12-21T05:06:55.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.gusknf ... 2023-12-21T05:06:55.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:55.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:06:55.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:06:55.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:06:55.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:55.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: cephadm 2023-12-21T05:06:53.301343+0000 mgr.smithi079.gpuwcc (mgr.14180) 777 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.xhtfgh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:06:55.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: cephadm 2023-12-21T05:06:53.304866+0000 mgr.smithi079.gpuwcc (mgr.14180) 778 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:06:55.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: cluster 2023-12-21T05:06:53.306081+0000 mgr.smithi079.gpuwcc (mgr.14180) 779 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:06:55.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:55 smithi079 bash[24931]: cluster 2023-12-21T05:06:54.136520+0000 mon.smithi079 (mon.0) 873 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:06:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: cephadm 2023-12-21T05:06:53.295167+0000 mgr.smithi079.gpuwcc (mgr.14180) 774 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf 2023-12-21T05:06:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:06:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf 2023-12-21T05:06:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf 2023-12-21T05:06:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:06:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf 2023-12-21T05:06:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.gusknf ... 2023-12-21T05:06:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:06:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:06:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:06:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:06:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:06:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:06:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:06:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:06:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf 2023-12-21T05:06:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:06:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf 2023-12-21T05:06:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf 2023-12-21T05:06:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:06:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf 2023-12-21T05:06:55.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.gusknf ... 2023-12-21T05:06:55.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:55.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:06:55.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:06:55.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:06:55.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:55.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: cephadm 2023-12-21T05:06:53.295443+0000 mgr.smithi079.gpuwcc (mgr.14180) 775 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.gusknf 2023-12-21T05:06:55.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: cephadm 2023-12-21T05:06:53.297575+0000 mgr.smithi079.gpuwcc (mgr.14180) 776 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.gusknf on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf 2023-12-21T05:06:55.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:06:55.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf 2023-12-21T05:06:55.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf 2023-12-21T05:06:55.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:06:55.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf 2023-12-21T05:06:55.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.gusknf ... 2023-12-21T05:06:55.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:55.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:06:55.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:06:55.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:06:55.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:55.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: cephadm 2023-12-21T05:06:53.301343+0000 mgr.smithi079.gpuwcc (mgr.14180) 777 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.xhtfgh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:06:55.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: cephadm 2023-12-21T05:06:53.304866+0000 mgr.smithi079.gpuwcc (mgr.14180) 778 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:06:55.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: cluster 2023-12-21T05:06:53.306081+0000 mgr.smithi079.gpuwcc (mgr.14180) 779 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:06:55.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:55 smithi156 bash[28307]: cluster 2023-12-21T05:06:54.136520+0000 mon.smithi079 (mon.0) 873 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:06:57.064 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:06:57.064 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:49.474828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fdamrk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\nDeploy daemon haproxy.nfs.foo.smithi156.fdamrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.297363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gusknf on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\nDeploy daemon haproxy.nfs.foo.smithi079.gusknf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xhtfgh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:53.304650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:57.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:57 smithi079 bash[24931]: cluster 2023-12-21T05:06:55.307460+0000 mgr.smithi079.gpuwcc (mgr.14180) 780 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:06:57.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:57 smithi156 bash[28307]: cluster 2023-12-21T05:06:55.307460+0000 mgr.smithi079.gpuwcc (mgr.14180) 780 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:06:57.802 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:58.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:58 smithi079 bash[24931]: audit 2023-12-21T05:06:57.052178+0000 mgr.smithi079.gpuwcc (mgr.14180) 781 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:58.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:58 smithi079 bash[24931]: audit 2023-12-21T05:06:57.654033+0000 mon.smithi079 (mon.0) 874 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:06:58.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:58 smithi156 bash[28307]: audit 2023-12-21T05:06:57.052178+0000 mgr.smithi079.gpuwcc (mgr.14180) 781 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:58.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:58 smithi156 bash[28307]: audit 2023-12-21T05:06:57.654033+0000 mon.smithi079 (mon.0) 874 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:06:58.803 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:59.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:06:59 smithi079 bash[24931]: cluster 2023-12-21T05:06:57.308190+0000 mgr.smithi079.gpuwcc (mgr.14180) 782 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:06:59 smithi156 bash[28307]: cluster 2023-12-21T05:06:57.308190+0000 mgr.smithi079.gpuwcc (mgr.14180) 782 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:01.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:01 smithi079 bash[24931]: cluster 2023-12-21T05:06:59.309004+0000 mgr.smithi079.gpuwcc (mgr.14180) 783 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:01.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:01 smithi156 bash[28307]: cluster 2023-12-21T05:06:59.309004+0000 mgr.smithi079.gpuwcc (mgr.14180) 783 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:01.996 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:07:01.996 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:49.474828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fdamrk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\nDeploy daemon haproxy.nfs.foo.smithi156.fdamrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.297363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gusknf on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\nDeploy daemon haproxy.nfs.foo.smithi079.gusknf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xhtfgh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:53.304650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:02.710 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:03.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:03 smithi079 bash[24931]: cluster 2023-12-21T05:07:01.310538+0000 mgr.smithi079.gpuwcc (mgr.14180) 784 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:07:03.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:03 smithi079 bash[24931]: audit 2023-12-21T05:07:01.987728+0000 mgr.smithi079.gpuwcc (mgr.14180) 785 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:03.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:03 smithi156 bash[28307]: cluster 2023-12-21T05:07:01.310538+0000 mgr.smithi079.gpuwcc (mgr.14180) 784 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:07:03.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:03 smithi156 bash[28307]: audit 2023-12-21T05:07:01.987728+0000 mgr.smithi079.gpuwcc (mgr.14180) 785 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:03.712 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:05.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:05 smithi079 bash[24931]: cluster 2023-12-21T05:07:03.311631+0000 mgr.smithi079.gpuwcc (mgr.14180) 786 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:05.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:05 smithi079 bash[24931]: audit 2023-12-21T05:07:04.841623+0000 mon.smithi079 (mon.0) 875 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:07:05.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:05 smithi156 bash[28307]: cluster 2023-12-21T05:07:03.311631+0000 mgr.smithi079.gpuwcc (mgr.14180) 786 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:05.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:05 smithi156 bash[28307]: audit 2023-12-21T05:07:04.841623+0000 mon.smithi079 (mon.0) 875 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:07:06.892 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:07:06.892 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:49.474828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fdamrk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\nDeploy daemon haproxy.nfs.foo.smithi156.fdamrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.297363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gusknf on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\nDeploy daemon haproxy.nfs.foo.smithi079.gusknf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xhtfgh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:53.304650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:07.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:07 smithi079 bash[24931]: cluster 2023-12-21T05:07:05.312931+0000 mgr.smithi079.gpuwcc (mgr.14180) 787 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:07.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:07 smithi156 bash[28307]: cluster 2023-12-21T05:07:05.312931+0000 mgr.smithi079.gpuwcc (mgr.14180) 787 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:07.584 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:08.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:08 smithi079 bash[24931]: audit 2023-12-21T05:07:06.881674+0000 mgr.smithi079.gpuwcc (mgr.14180) 788 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:08.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:08 smithi156 bash[28307]: audit 2023-12-21T05:07:06.881674+0000 mgr.smithi079.gpuwcc (mgr.14180) 788 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:08.585 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:09.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:09 smithi079 bash[24931]: cluster 2023-12-21T05:07:07.314123+0000 mgr.smithi079.gpuwcc (mgr.14180) 789 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:09.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:09 smithi156 bash[28307]: cluster 2023-12-21T05:07:07.314123+0000 mgr.smithi079.gpuwcc (mgr.14180) 789 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:11.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:11 smithi079 bash[24931]: cluster 2023-12-21T05:07:09.315048+0000 mgr.smithi079.gpuwcc (mgr.14180) 790 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:11.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:11 smithi156 bash[28307]: cluster 2023-12-21T05:07:09.315048+0000 mgr.smithi079.gpuwcc (mgr.14180) 790 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:11.607 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:07:11.607 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:49.474828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fdamrk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\nDeploy daemon haproxy.nfs.foo.smithi156.fdamrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.297363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gusknf on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\nDeploy daemon haproxy.nfs.foo.smithi079.gusknf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xhtfgh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:53.304650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:12.328 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:13.329 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:13.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:13 smithi079 bash[24931]: cluster 2023-12-21T05:07:11.315850+0000 mgr.smithi079.gpuwcc (mgr.14180) 791 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:07:13.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:13 smithi079 bash[24931]: audit 2023-12-21T05:07:11.596968+0000 mgr.smithi079.gpuwcc (mgr.14180) 792 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:13.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:13 smithi156 bash[28307]: cluster 2023-12-21T05:07:11.315850+0000 mgr.smithi079.gpuwcc (mgr.14180) 791 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:07:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:13 smithi156 bash[28307]: audit 2023-12-21T05:07:11.596968+0000 mgr.smithi079.gpuwcc (mgr.14180) 792 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:15.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:15 smithi079 bash[24931]: cluster 2023-12-21T05:07:13.316870+0000 mgr.smithi079.gpuwcc (mgr.14180) 793 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:15.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:15 smithi156 bash[28307]: cluster 2023-12-21T05:07:13.316870+0000 mgr.smithi079.gpuwcc (mgr.14180) 793 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:16.368 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:07:16.368 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:49.474828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fdamrk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\nDeploy daemon haproxy.nfs.foo.smithi156.fdamrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.297363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gusknf on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\nDeploy daemon haproxy.nfs.foo.smithi079.gusknf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xhtfgh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:53.304650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:17.081 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:17.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:17 smithi079 bash[24931]: cluster 2023-12-21T05:07:15.317665+0000 mgr.smithi079.gpuwcc (mgr.14180) 794 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:17.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:17 smithi156 bash[28307]: cluster 2023-12-21T05:07:15.317665+0000 mgr.smithi079.gpuwcc (mgr.14180) 794 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:18.082 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:18.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:18 smithi079 bash[24931]: audit 2023-12-21T05:07:16.356418+0000 mgr.smithi079.gpuwcc (mgr.14180) 795 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:18.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:18 smithi079 bash[24931]: cluster 2023-12-21T05:07:17.318853+0000 mgr.smithi079.gpuwcc (mgr.14180) 796 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:18.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:18 smithi156 bash[28307]: audit 2023-12-21T05:07:16.356418+0000 mgr.smithi079.gpuwcc (mgr.14180) 795 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:18.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:18 smithi156 bash[28307]: cluster 2023-12-21T05:07:17.318853+0000 mgr.smithi079.gpuwcc (mgr.14180) 796 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:20.650 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:20 smithi079 bash[24931]: cluster 2023-12-21T05:07:19.319439+0000 mgr.smithi079.gpuwcc (mgr.14180) 797 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:20.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:20 smithi156 bash[28307]: cluster 2023-12-21T05:07:19.319439+0000 mgr.smithi079.gpuwcc (mgr.14180) 797 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:21.044 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:07:21.044 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:49.474828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fdamrk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\nDeploy daemon haproxy.nfs.foo.smithi156.fdamrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.297363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gusknf on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\nDeploy daemon haproxy.nfs.foo.smithi079.gusknf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xhtfgh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:53.304650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:21.737 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:22.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:21 smithi079 bash[24931]: audit 2023-12-21T05:07:21.039384+0000 mgr.smithi079.gpuwcc (mgr.14180) 798 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:22.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:21 smithi156 bash[28307]: audit 2023-12-21T05:07:21.039384+0000 mgr.smithi079.gpuwcc (mgr.14180) 798 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:22.739 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:23.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:22 smithi079 bash[24931]: cluster 2023-12-21T05:07:21.320466+0000 mgr.smithi079.gpuwcc (mgr.14180) 799 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:07:23.241 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:22 smithi156 bash[28307]: cluster 2023-12-21T05:07:21.320466+0000 mgr.smithi079.gpuwcc (mgr.14180) 799 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:07:25.434 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:24 smithi079 bash[24931]: cluster 2023-12-21T05:07:23.321332+0000 mgr.smithi079.gpuwcc (mgr.14180) 800 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:25.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:24 smithi156 bash[28307]: cluster 2023-12-21T05:07:23.321332+0000 mgr.smithi079.gpuwcc (mgr.14180) 800 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:25.854 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:07:25.854 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:49.474828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fdamrk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\nDeploy daemon haproxy.nfs.foo.smithi156.fdamrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.297363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gusknf on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\nDeploy daemon haproxy.nfs.foo.smithi079.gusknf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xhtfgh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:53.304650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:26.546 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:27.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:27 smithi079 bash[24931]: cluster 2023-12-21T05:07:25.322619+0000 mgr.smithi079.gpuwcc (mgr.14180) 801 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:27.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:27 smithi079 bash[24931]: audit 2023-12-21T05:07:25.844779+0000 mgr.smithi079.gpuwcc (mgr.14180) 802 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:27.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:26 smithi156 bash[28307]: cluster 2023-12-21T05:07:25.322619+0000 mgr.smithi079.gpuwcc (mgr.14180) 801 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:27.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:26 smithi156 bash[28307]: audit 2023-12-21T05:07:25.844779+0000 mgr.smithi079.gpuwcc (mgr.14180) 802 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:27.548 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:29.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:29 smithi079 bash[24931]: cluster 2023-12-21T05:07:27.323800+0000 mgr.smithi079.gpuwcc (mgr.14180) 803 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:29.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:29 smithi156 bash[28307]: cluster 2023-12-21T05:07:27.323800+0000 mgr.smithi079.gpuwcc (mgr.14180) 803 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:30.625 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:07:30.626 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:49.474828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fdamrk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\nDeploy daemon haproxy.nfs.foo.smithi156.fdamrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.297363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gusknf on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\nDeploy daemon haproxy.nfs.foo.smithi079.gusknf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xhtfgh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:53.304650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:31.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:31 smithi079 bash[24931]: cluster 2023-12-21T05:07:29.324703+0000 mgr.smithi079.gpuwcc (mgr.14180) 804 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:31.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:31.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:31 smithi156 bash[28307]: cluster 2023-12-21T05:07:29.324703+0000 mgr.smithi079.gpuwcc (mgr.14180) 804 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:32.364 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:32.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:32 smithi079 bash[24931]: audit 2023-12-21T05:07:30.620913+0000 mgr.smithi079.gpuwcc (mgr.14180) 805 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:32.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:32 smithi156 bash[28307]: audit 2023-12-21T05:07:30.620913+0000 mgr.smithi079.gpuwcc (mgr.14180) 805 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:33.405 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:33 smithi079 bash[24931]: cluster 2023-12-21T05:07:31.326232+0000 mgr.smithi079.gpuwcc (mgr.14180) 806 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:07:33.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:33 smithi156 bash[28307]: cluster 2023-12-21T05:07:31.326232+0000 mgr.smithi079.gpuwcc (mgr.14180) 806 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:07:35.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:35 smithi079 bash[24931]: cluster 2023-12-21T05:07:33.327107+0000 mgr.smithi079.gpuwcc (mgr.14180) 807 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:35.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:35 smithi156 bash[28307]: cluster 2023-12-21T05:07:33.327107+0000 mgr.smithi079.gpuwcc (mgr.14180) 807 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:35.500 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:07:35.500 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:49.474828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fdamrk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\nDeploy daemon haproxy.nfs.foo.smithi156.fdamrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.297363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gusknf on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\nDeploy daemon haproxy.nfs.foo.smithi079.gusknf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xhtfgh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:53.304650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:36.251 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:37.252 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:37.449 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:37 smithi079 bash[24931]: cluster 2023-12-21T05:07:35.328383+0000 mgr.smithi079.gpuwcc (mgr.14180) 808 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:37.449 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:37 smithi079 bash[24931]: audit 2023-12-21T05:07:35.490422+0000 mgr.smithi079.gpuwcc (mgr.14180) 809 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:37.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:37 smithi156 bash[28307]: cluster 2023-12-21T05:07:35.328383+0000 mgr.smithi079.gpuwcc (mgr.14180) 808 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:37 smithi156 bash[28307]: audit 2023-12-21T05:07:35.490422+0000 mgr.smithi079.gpuwcc (mgr.14180) 809 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:39.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:39 smithi079 bash[24931]: cluster 2023-12-21T05:07:37.329203+0000 mgr.smithi079.gpuwcc (mgr.14180) 810 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:39.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:39 smithi156 bash[28307]: cluster 2023-12-21T05:07:37.329203+0000 mgr.smithi079.gpuwcc (mgr.14180) 810 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:40.311 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:07:40.311 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:49.474828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fdamrk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\nDeploy daemon haproxy.nfs.foo.smithi156.fdamrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.297363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gusknf on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\nDeploy daemon haproxy.nfs.foo.smithi079.gusknf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xhtfgh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:53.304650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:41.063 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:41.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:41 smithi079 bash[24931]: cluster 2023-12-21T05:07:39.330241+0000 mgr.smithi079.gpuwcc (mgr.14180) 811 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:41.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:41 smithi156 bash[28307]: cluster 2023-12-21T05:07:39.330241+0000 mgr.smithi079.gpuwcc (mgr.14180) 811 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:42.065 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:42.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:42 smithi079 bash[24931]: audit 2023-12-21T05:07:40.299799+0000 mgr.smithi079.gpuwcc (mgr.14180) 812 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:42.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:42 smithi156 bash[28307]: audit 2023-12-21T05:07:40.299799+0000 mgr.smithi079.gpuwcc (mgr.14180) 812 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:43.391 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:43 smithi079 bash[24931]: cluster 2023-12-21T05:07:41.331985+0000 mgr.smithi079.gpuwcc (mgr.14180) 813 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:07:43.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:43 smithi156 bash[28307]: cluster 2023-12-21T05:07:41.331985+0000 mgr.smithi079.gpuwcc (mgr.14180) 813 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:07:45.150 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:07:45.150 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:49.474828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fdamrk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\nDeploy daemon haproxy.nfs.foo.smithi156.fdamrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.297363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gusknf on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\nDeploy daemon haproxy.nfs.foo.smithi079.gusknf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xhtfgh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:53.304650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:45.349 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:45 smithi079 bash[24931]: cluster 2023-12-21T05:07:43.332940+0000 mgr.smithi079.gpuwcc (mgr.14180) 814 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:45.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:45 smithi156 bash[28307]: cluster 2023-12-21T05:07:43.332940+0000 mgr.smithi079.gpuwcc (mgr.14180) 814 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:45.849 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:46.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:46 smithi079 bash[24931]: audit 2023-12-21T05:07:45.140862+0000 mgr.smithi079.gpuwcc (mgr.14180) 815 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:46.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:46 smithi156 bash[28307]: audit 2023-12-21T05:07:45.140862+0000 mgr.smithi079.gpuwcc (mgr.14180) 815 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:46.850 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:47.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:47 smithi079 bash[24931]: cluster 2023-12-21T05:07:45.334249+0000 mgr.smithi079.gpuwcc (mgr.14180) 816 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:47.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:47 smithi156 bash[28307]: cluster 2023-12-21T05:07:45.334249+0000 mgr.smithi079.gpuwcc (mgr.14180) 816 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:49.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:49 smithi079 bash[24931]: cluster 2023-12-21T05:07:47.335557+0000 mgr.smithi079.gpuwcc (mgr.14180) 817 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:49.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:49 smithi156 bash[28307]: cluster 2023-12-21T05:07:47.335557+0000 mgr.smithi079.gpuwcc (mgr.14180) 817 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:50.030 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:07:50.030 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:49.474828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fdamrk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\nDeploy daemon haproxy.nfs.foo.smithi156.fdamrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.297363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gusknf on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\nDeploy daemon haproxy.nfs.foo.smithi079.gusknf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xhtfgh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:53.304650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:50.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:51.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:51 smithi079 bash[24931]: cluster 2023-12-21T05:07:49.336584+0000 mgr.smithi079.gpuwcc (mgr.14180) 818 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:51.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:51 smithi079 bash[24931]: audit 2023-12-21T05:07:50.020967+0000 mgr.smithi079.gpuwcc (mgr.14180) 819 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:51.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:51 smithi156 bash[28307]: cluster 2023-12-21T05:07:49.336584+0000 mgr.smithi079.gpuwcc (mgr.14180) 818 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:51.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:51 smithi156 bash[28307]: audit 2023-12-21T05:07:50.020967+0000 mgr.smithi079.gpuwcc (mgr.14180) 819 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:51.713 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:53.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:53 smithi079 bash[24931]: cluster 2023-12-21T05:07:51.338125+0000 mgr.smithi079.gpuwcc (mgr.14180) 820 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:07:53.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:53 smithi156 bash[28307]: cluster 2023-12-21T05:07:51.338125+0000 mgr.smithi079.gpuwcc (mgr.14180) 820 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:07:54.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:54 smithi079 bash[24931]: audit 2023-12-21T05:07:53.309498+0000 mon.smithi079 (mon.0) 876 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:07:54.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:54 smithi079 bash[24931]: audit 2023-12-21T05:07:53.617341+0000 mon.smithi079 (mon.0) 877 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:07:54.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:54 smithi079 bash[24931]: audit 2023-12-21T05:07:53.618512+0000 mon.smithi079 (mon.0) 878 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:07:54.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:54 smithi079 bash[24931]: audit 2023-12-21T05:07:53.624997+0000 mon.smithi079 (mon.0) 879 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:07:54.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:54 smithi079 bash[24931]: audit 2023-12-21T05:07:53.632081+0000 mon.smithi079 (mon.0) 880 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:07:54.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:54 smithi079 bash[24931]: audit 2023-12-21T05:07:53.642181+0000 mon.smithi079 (mon.0) 881 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:07:54.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:54 smithi156 bash[28307]: audit 2023-12-21T05:07:53.309498+0000 mon.smithi079 (mon.0) 876 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:07:54.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:54 smithi156 bash[28307]: audit 2023-12-21T05:07:53.617341+0000 mon.smithi079 (mon.0) 877 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:07:54.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:54 smithi156 bash[28307]: audit 2023-12-21T05:07:53.618512+0000 mon.smithi079 (mon.0) 878 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:07:54.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:54 smithi156 bash[28307]: audit 2023-12-21T05:07:53.624997+0000 mon.smithi079 (mon.0) 879 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:07:54.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:54 smithi156 bash[28307]: audit 2023-12-21T05:07:53.632081+0000 mon.smithi079 (mon.0) 880 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:07:54.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:54 smithi156 bash[28307]: audit 2023-12-21T05:07:53.642181+0000 mon.smithi079 (mon.0) 881 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:07:54.657 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:07:54.657 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:05:45.009487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.xsjagv on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:49.474828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fdamrk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\nDeploy daemon haproxy.nfs.foo.smithi156.fdamrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.297363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gusknf on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\nDeploy daemon haproxy.nfs.foo.smithi079.gusknf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xhtfgh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:53.304650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:55.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:55 smithi079 bash[24931]: cluster 2023-12-21T05:07:53.338649+0000 mgr.smithi079.gpuwcc (mgr.14180) 821 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:55.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:55 smithi079 bash[24931]: cluster 2023-12-21T05:07:53.625616+0000 mgr.smithi079.gpuwcc (mgr.14180) 822 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:07:55.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:55 smithi079 bash[24931]: cephadm 2023-12-21T05:07:53.646157+0000 mgr.smithi079.gpuwcc (mgr.14180) 823 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.jjznwt on smithi156 2023-12-21T05:07:55.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:55 smithi079 bash[24931]: cluster 2023-12-21T05:07:54.098612+0000 mon.smithi079 (mon.0) 882 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:07:55.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:55 smithi079 bash[24931]: cluster 2023-12-21T05:07:54.098689+0000 mon.smithi079 (mon.0) 883 : cluster [INF] Cluster is now healthy 2023-12-21T05:07:55.401 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:55 smithi156 bash[28307]: cluster 2023-12-21T05:07:53.338649+0000 mgr.smithi079.gpuwcc (mgr.14180) 821 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:55 smithi156 bash[28307]: cluster 2023-12-21T05:07:53.625616+0000 mgr.smithi079.gpuwcc (mgr.14180) 822 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:07:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:55 smithi156 bash[28307]: cephadm 2023-12-21T05:07:53.646157+0000 mgr.smithi079.gpuwcc (mgr.14180) 823 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.jjznwt on smithi156 2023-12-21T05:07:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:55 smithi156 bash[28307]: cluster 2023-12-21T05:07:54.098612+0000 mon.smithi079 (mon.0) 882 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:07:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:55 smithi156 bash[28307]: cluster 2023-12-21T05:07:54.098689+0000 mon.smithi079 (mon.0) 883 : cluster [INF] Cluster is now healthy 2023-12-21T05:07:56.402 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:56.414 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:56 smithi079 bash[24931]: audit 2023-12-21T05:07:54.648135+0000 mgr.smithi079.gpuwcc (mgr.14180) 824 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:56.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:56 smithi156 bash[28307]: audit 2023-12-21T05:07:54.648135+0000 mgr.smithi079.gpuwcc (mgr.14180) 824 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:57.459 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:57 smithi079 bash[24931]: cluster 2023-12-21T05:07:55.626538+0000 mgr.smithi079.gpuwcc (mgr.14180) 825 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:07:57.481 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:57 smithi156 bash[28307]: cluster 2023-12-21T05:07:55.626538+0000 mgr.smithi079.gpuwcc (mgr.14180) 825 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:07:58.428 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:58 smithi079 bash[24931]: audit 2023-12-21T05:07:57.563938+0000 mon.smithi079 (mon.0) 884 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.jjznwt"}]: dispatch 2023-12-21T05:07:58.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:58 smithi156 bash[28307]: audit 2023-12-21T05:07:57.563938+0000 mon.smithi079 (mon.0) 884 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.jjznwt"}]: dispatch 2023-12-21T05:07:59.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: cephadm 2023-12-21T05:07:57.562752+0000 mgr.smithi079.gpuwcc (mgr.14180) 826 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt 2023-12-21T05:07:59.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:07:59.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt 2023-12-21T05:07:59.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt 2023-12-21T05:07:59.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:07:59.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt 2023-12-21T05:07:59.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.jjznwt ... 2023-12-21T05:07:59.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:59.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:07:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:07:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:07:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:07:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:07:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:07:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:07:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:07:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt 2023-12-21T05:07:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:07:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt 2023-12-21T05:07:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt 2023-12-21T05:07:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:07:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt 2023-12-21T05:07:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.jjznwt ... 2023-12-21T05:07:59.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:59.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:07:59.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:07:59.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:07:59.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:59.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: cephadm 2023-12-21T05:07:57.563270+0000 mgr.smithi079.gpuwcc (mgr.14180) 827 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.jjznwt 2023-12-21T05:07:59.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: cephadm 2023-12-21T05:07:57.565434+0000 mgr.smithi079.gpuwcc (mgr.14180) 828 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.jjznwt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt 2023-12-21T05:07:59.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:07:59.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt 2023-12-21T05:07:59.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt 2023-12-21T05:07:59.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:07:59.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt 2023-12-21T05:07:59.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.jjznwt ... 2023-12-21T05:07:59.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:59.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:07:59.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:07:59.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:07:59.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:59.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: cephadm 2023-12-21T05:07:57.570364+0000 mgr.smithi079.gpuwcc (mgr.14180) 829 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.vmcfaa on smithi079 2023-12-21T05:07:59.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:07:59 smithi079 bash[24931]: cluster 2023-12-21T05:07:57.627463+0000 mgr.smithi079.gpuwcc (mgr.14180) 830 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:07:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: cephadm 2023-12-21T05:07:57.562752+0000 mgr.smithi079.gpuwcc (mgr.14180) 826 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt 2023-12-21T05:07:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:07:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt 2023-12-21T05:07:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt 2023-12-21T05:07:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:07:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt 2023-12-21T05:07:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.jjznwt ... 2023-12-21T05:07:59.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:59.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:07:59.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:07:59.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:07:59.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:59.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:07:59.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:07:59.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:07:59.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:07:59.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:07:59.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt 2023-12-21T05:07:59.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:07:59.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt 2023-12-21T05:07:59.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt 2023-12-21T05:07:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:07:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt 2023-12-21T05:07:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.jjznwt ... 2023-12-21T05:07:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:07:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:07:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:07:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: cephadm 2023-12-21T05:07:57.563270+0000 mgr.smithi079.gpuwcc (mgr.14180) 827 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.jjznwt 2023-12-21T05:07:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: cephadm 2023-12-21T05:07:57.565434+0000 mgr.smithi079.gpuwcc (mgr.14180) 828 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.jjznwt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt 2023-12-21T05:07:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:07:59.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt 2023-12-21T05:07:59.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt 2023-12-21T05:07:59.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:07:59.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt 2023-12-21T05:07:59.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.jjznwt ... 2023-12-21T05:07:59.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:59.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:07:59.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:07:59.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:07:59.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:59.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: cephadm 2023-12-21T05:07:57.570364+0000 mgr.smithi079.gpuwcc (mgr.14180) 829 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.vmcfaa on smithi079 2023-12-21T05:07:59.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:07:59 smithi156 bash[28307]: cluster 2023-12-21T05:07:57.627463+0000 mgr.smithi079.gpuwcc (mgr.14180) 830 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:07:59.637 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:07:59.637 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:49.474828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.fdamrk on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-fdamrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.fdamrk\nDeploy daemon haproxy.nfs.foo.smithi156.fdamrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.297363Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gusknf on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-gusknf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.gusknf\nDeploy daemon haproxy.nfs.foo.smithi079.gusknf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:53.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.xhtfgh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:53.304650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:57.565191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jjznwt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\nDeploy daemon haproxy.nfs.foo.smithi156.jjznwt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:00.389 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:01.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:01 smithi079 bash[24931]: audit 2023-12-21T05:07:59.627192+0000 mgr.smithi079.gpuwcc (mgr.14180) 831 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:01.347 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:01 smithi079 bash[24931]: cluster 2023-12-21T05:07:59.628110+0000 mgr.smithi079.gpuwcc (mgr.14180) 832 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:08:01.390 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:01.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:01 smithi156 bash[28307]: audit 2023-12-21T05:07:59.627192+0000 mgr.smithi079.gpuwcc (mgr.14180) 831 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:01.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:01 smithi156 bash[28307]: cluster 2023-12-21T05:07:59.628110+0000 mgr.smithi079.gpuwcc (mgr.14180) 832 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:08:02.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:02 smithi079 bash[24931]: audit 2023-12-21T05:08:01.422192+0000 mon.smithi079 (mon.0) 885 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.vmcfaa"}]: dispatch 2023-12-21T05:08:02.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:02 smithi156 bash[28307]: audit 2023-12-21T05:08:01.422192+0000 mon.smithi079 (mon.0) 885 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.vmcfaa"}]: dispatch 2023-12-21T05:08:03.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: cephadm 2023-12-21T05:08:01.421440+0000 mgr.smithi079.gpuwcc (mgr.14180) 833 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa 2023-12-21T05:08:03.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:08:03.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa 2023-12-21T05:08:03.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa 2023-12-21T05:08:03.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:08:03.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa 2023-12-21T05:08:03.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.vmcfaa ... 2023-12-21T05:08:03.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:03.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:08:03.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:08:03.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:08:03.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:03.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:08:03.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:08:03.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:08:03.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:08:03.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:08:03.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa 2023-12-21T05:08:03.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:08:03.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa 2023-12-21T05:08:03.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa 2023-12-21T05:08:03.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:08:03.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa 2023-12-21T05:08:03.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.vmcfaa ... 2023-12-21T05:08:03.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:03.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:08:03.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:08:03.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:08:03.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:03.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: cephadm 2023-12-21T05:08:01.421707+0000 mgr.smithi079.gpuwcc (mgr.14180) 834 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.vmcfaa 2023-12-21T05:08:03.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: cephadm 2023-12-21T05:08:01.423166+0000 mgr.smithi079.gpuwcc (mgr.14180) 835 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.vmcfaa on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa 2023-12-21T05:08:03.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:08:03.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa 2023-12-21T05:08:03.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa 2023-12-21T05:08:03.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:08:03.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa 2023-12-21T05:08:03.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.vmcfaa ... 2023-12-21T05:08:03.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:03.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:08:03.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:08:03.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:08:03.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:03.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: cephadm 2023-12-21T05:08:01.426108+0000 mgr.smithi079.gpuwcc (mgr.14180) 836 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.voimwm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:08:03.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: cephadm 2023-12-21T05:08:01.428582+0000 mgr.smithi079.gpuwcc (mgr.14180) 837 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:08:03.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: cluster 2023-12-21T05:08:01.430033+0000 mgr.smithi079.gpuwcc (mgr.14180) 838 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-12-21T05:08:03.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: cluster 2023-12-21T05:08:02.138035+0000 mon.smithi079 (mon.0) 886 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:08:03.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:03 smithi079 bash[24931]: audit 2023-12-21T05:08:02.704026+0000 mon.smithi079 (mon.0) 887 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:08:03.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: cephadm 2023-12-21T05:08:01.421440+0000 mgr.smithi079.gpuwcc (mgr.14180) 833 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa 2023-12-21T05:08:03.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:08:03.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa 2023-12-21T05:08:03.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa 2023-12-21T05:08:03.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:08:03.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa 2023-12-21T05:08:03.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.vmcfaa ... 2023-12-21T05:08:03.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:03.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:08:03.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:08:03.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:08:03.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:03.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:08:03.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:08:03.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:08:03.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:08:03.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:08:03.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa 2023-12-21T05:08:03.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:08:03.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa 2023-12-21T05:08:03.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa 2023-12-21T05:08:03.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:08:03.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa 2023-12-21T05:08:03.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.vmcfaa ... 2023-12-21T05:08:03.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:03.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:08:03.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:08:03.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:08:03.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:03.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: cephadm 2023-12-21T05:08:01.421707+0000 mgr.smithi079.gpuwcc (mgr.14180) 834 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.vmcfaa 2023-12-21T05:08:03.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: cephadm 2023-12-21T05:08:01.423166+0000 mgr.smithi079.gpuwcc (mgr.14180) 835 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.vmcfaa on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa 2023-12-21T05:08:03.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:08:03.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa 2023-12-21T05:08:03.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa 2023-12-21T05:08:03.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:08:03.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa 2023-12-21T05:08:03.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.vmcfaa ... 2023-12-21T05:08:03.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:03.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:08:03.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:08:03.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:08:03.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:03.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: cephadm 2023-12-21T05:08:01.426108+0000 mgr.smithi079.gpuwcc (mgr.14180) 836 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.voimwm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:08:03.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: cephadm 2023-12-21T05:08:01.428582+0000 mgr.smithi079.gpuwcc (mgr.14180) 837 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:08:03.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: cluster 2023-12-21T05:08:01.430033+0000 mgr.smithi079.gpuwcc (mgr.14180) 838 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-12-21T05:08:03.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: cluster 2023-12-21T05:08:02.138035+0000 mon.smithi079 (mon.0) 886 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:08:03.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:03 smithi156 bash[28307]: audit 2023-12-21T05:08:02.704026+0000 mon.smithi079 (mon.0) 887 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:08:04.725 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:08:04.725 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:53.304650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:57.565191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jjznwt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\nDeploy daemon haproxy.nfs.foo.smithi156.jjznwt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.423056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vmcfaa on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\nDeploy daemon haproxy.nfs.foo.smithi079.vmcfaa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.425949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.voimwm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:05.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:05 smithi079 bash[24931]: cluster 2023-12-21T05:08:03.430826+0000 mgr.smithi079.gpuwcc (mgr.14180) 839 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-12-21T05:08:05.448 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:05.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:05 smithi156 bash[28307]: cluster 2023-12-21T05:08:03.430826+0000 mgr.smithi079.gpuwcc (mgr.14180) 839 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-12-21T05:08:06.449 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:06.463 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:06 smithi079 bash[24931]: audit 2023-12-21T05:08:04.715634+0000 mgr.smithi079.gpuwcc (mgr.14180) 840 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:06.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:06 smithi156 bash[28307]: audit 2023-12-21T05:08:04.715634+0000 mgr.smithi079.gpuwcc (mgr.14180) 840 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:07.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:07 smithi079 bash[24931]: cluster 2023-12-21T05:08:05.432097+0000 mgr.smithi079.gpuwcc (mgr.14180) 841 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-21T05:08:07.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:07 smithi156 bash[28307]: cluster 2023-12-21T05:08:05.432097+0000 mgr.smithi079.gpuwcc (mgr.14180) 841 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-21T05:08:09.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:09 smithi079 bash[24931]: cluster 2023-12-21T05:08:07.433300+0000 mgr.smithi079.gpuwcc (mgr.14180) 842 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-21T05:08:09.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:09 smithi156 bash[28307]: cluster 2023-12-21T05:08:07.433300+0000 mgr.smithi079.gpuwcc (mgr.14180) 842 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-21T05:08:09.494 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:08:09.494 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:53.304650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:57.565191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jjznwt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\nDeploy daemon haproxy.nfs.foo.smithi156.jjznwt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.423056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vmcfaa on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\nDeploy daemon haproxy.nfs.foo.smithi079.vmcfaa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.425949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.voimwm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:10.217 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:11.218 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:11.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:11 smithi079 bash[24931]: cluster 2023-12-21T05:08:09.434182+0000 mgr.smithi079.gpuwcc (mgr.14180) 843 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-21T05:08:11.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:11 smithi079 bash[24931]: audit 2023-12-21T05:08:09.489153+0000 mgr.smithi079.gpuwcc (mgr.14180) 844 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:11.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:11 smithi156 bash[28307]: cluster 2023-12-21T05:08:09.434182+0000 mgr.smithi079.gpuwcc (mgr.14180) 843 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-21T05:08:11.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:11 smithi156 bash[28307]: audit 2023-12-21T05:08:09.489153+0000 mgr.smithi079.gpuwcc (mgr.14180) 844 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:13.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:13 smithi079 bash[24931]: cluster 2023-12-21T05:08:11.435630+0000 mgr.smithi079.gpuwcc (mgr.14180) 845 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 346 B/s rd, 0 op/s 2023-12-21T05:08:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:13 smithi156 bash[28307]: cluster 2023-12-21T05:08:11.435630+0000 mgr.smithi079.gpuwcc (mgr.14180) 845 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 346 B/s rd, 0 op/s 2023-12-21T05:08:14.337 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:08:14.338 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:53.304650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:57.565191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jjznwt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\nDeploy daemon haproxy.nfs.foo.smithi156.jjznwt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.423056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vmcfaa on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\nDeploy daemon haproxy.nfs.foo.smithi079.vmcfaa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.425949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.voimwm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:15.087 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:15.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:15 smithi079 bash[24931]: cluster 2023-12-21T05:08:13.436491+0000 mgr.smithi079.gpuwcc (mgr.14180) 846 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:15.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:15 smithi156 bash[28307]: cluster 2023-12-21T05:08:13.436491+0000 mgr.smithi079.gpuwcc (mgr.14180) 846 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:16.088 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:16.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:16 smithi079 bash[24931]: audit 2023-12-21T05:08:14.328233+0000 mgr.smithi079.gpuwcc (mgr.14180) 847 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:16.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:16 smithi156 bash[28307]: audit 2023-12-21T05:08:14.328233+0000 mgr.smithi079.gpuwcc (mgr.14180) 847 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:17.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:17 smithi079 bash[24931]: cluster 2023-12-21T05:08:15.437883+0000 mgr.smithi079.gpuwcc (mgr.14180) 848 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:17.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:17 smithi156 bash[28307]: cluster 2023-12-21T05:08:15.437883+0000 mgr.smithi079.gpuwcc (mgr.14180) 848 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:19.210 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:08:19.210 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:53.304650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:57.565191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jjznwt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\nDeploy daemon haproxy.nfs.foo.smithi156.jjznwt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.423056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vmcfaa on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\nDeploy daemon haproxy.nfs.foo.smithi079.vmcfaa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.425949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.voimwm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:19.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:19 smithi079 bash[24931]: cluster 2023-12-21T05:08:17.439127+0000 mgr.smithi079.gpuwcc (mgr.14180) 849 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:19.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:19 smithi156 bash[28307]: cluster 2023-12-21T05:08:17.439127+0000 mgr.smithi079.gpuwcc (mgr.14180) 849 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:19.930 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:20.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:20 smithi079 bash[24931]: audit 2023-12-21T05:08:19.200447+0000 mgr.smithi079.gpuwcc (mgr.14180) 850 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:20.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:20 smithi156 bash[28307]: audit 2023-12-21T05:08:19.200447+0000 mgr.smithi079.gpuwcc (mgr.14180) 850 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:20.932 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:21.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:21 smithi079 bash[24931]: cluster 2023-12-21T05:08:19.440106+0000 mgr.smithi079.gpuwcc (mgr.14180) 851 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:21.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:21 smithi156 bash[28307]: cluster 2023-12-21T05:08:19.440106+0000 mgr.smithi079.gpuwcc (mgr.14180) 851 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:23.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:23 smithi079 bash[24931]: cluster 2023-12-21T05:08:21.441148+0000 mgr.smithi079.gpuwcc (mgr.14180) 852 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:08:23.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:23 smithi156 bash[28307]: cluster 2023-12-21T05:08:21.441148+0000 mgr.smithi079.gpuwcc (mgr.14180) 852 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:08:23.981 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:08:23.981 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:53.304650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:57.565191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jjznwt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\nDeploy daemon haproxy.nfs.foo.smithi156.jjznwt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.423056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vmcfaa on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\nDeploy daemon haproxy.nfs.foo.smithi079.vmcfaa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.425949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.voimwm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:24.707 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:25.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:25 smithi079 bash[24931]: cluster 2023-12-21T05:08:23.441692+0000 mgr.smithi079.gpuwcc (mgr.14180) 853 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:25.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:25 smithi079 bash[24931]: audit 2023-12-21T05:08:23.975200+0000 mgr.smithi079.gpuwcc (mgr.14180) 854 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:25.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:25 smithi156 bash[28307]: cluster 2023-12-21T05:08:23.441692+0000 mgr.smithi079.gpuwcc (mgr.14180) 853 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:25.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:25 smithi156 bash[28307]: audit 2023-12-21T05:08:23.975200+0000 mgr.smithi079.gpuwcc (mgr.14180) 854 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:25.708 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:27.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:27 smithi079 bash[24931]: cluster 2023-12-21T05:08:25.443023+0000 mgr.smithi079.gpuwcc (mgr.14180) 855 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:27.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:27 smithi156 bash[28307]: cluster 2023-12-21T05:08:25.443023+0000 mgr.smithi079.gpuwcc (mgr.14180) 855 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:28.851 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:08:28.851 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:53.304650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:57.565191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jjznwt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\nDeploy daemon haproxy.nfs.foo.smithi156.jjznwt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.423056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vmcfaa on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\nDeploy daemon haproxy.nfs.foo.smithi079.vmcfaa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.425949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.voimwm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:29.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:29 smithi079 bash[24931]: cluster 2023-12-21T05:08:27.444249+0000 mgr.smithi079.gpuwcc (mgr.14180) 856 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:29.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:29 smithi156 bash[28307]: cluster 2023-12-21T05:08:27.444249+0000 mgr.smithi079.gpuwcc (mgr.14180) 856 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:29.629 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:30.629 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:30.643 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:30 smithi079 bash[24931]: audit 2023-12-21T05:08:28.842659+0000 mgr.smithi079.gpuwcc (mgr.14180) 857 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:30.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:30 smithi156 bash[28307]: audit 2023-12-21T05:08:28.842659+0000 mgr.smithi079.gpuwcc (mgr.14180) 857 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:31.684 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:31 smithi079 bash[24931]: cluster 2023-12-21T05:08:29.444975+0000 mgr.smithi079.gpuwcc (mgr.14180) 858 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:31.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:31 smithi156 bash[28307]: cluster 2023-12-21T05:08:29.444975+0000 mgr.smithi079.gpuwcc (mgr.14180) 858 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:32.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:32 smithi079 bash[24931]: cluster 2023-12-21T05:08:31.446491+0000 mgr.smithi079.gpuwcc (mgr.14180) 859 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:08:32.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:32 smithi156 bash[28307]: cluster 2023-12-21T05:08:31.446491+0000 mgr.smithi079.gpuwcc (mgr.14180) 859 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:08:33.697 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:08:33.698 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:53.304650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:57.565191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jjznwt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\nDeploy daemon haproxy.nfs.foo.smithi156.jjznwt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.423056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vmcfaa on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\nDeploy daemon haproxy.nfs.foo.smithi079.vmcfaa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.425949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.voimwm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:34.377 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:34.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:34 smithi079 bash[24931]: cluster 2023-12-21T05:08:33.447375+0000 mgr.smithi079.gpuwcc (mgr.14180) 860 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:34.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:34 smithi079 bash[24931]: audit 2023-12-21T05:08:33.688396+0000 mgr.smithi079.gpuwcc (mgr.14180) 861 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:34.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:34 smithi156 bash[28307]: cluster 2023-12-21T05:08:33.447375+0000 mgr.smithi079.gpuwcc (mgr.14180) 860 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:34.992 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:34 smithi156 bash[28307]: audit 2023-12-21T05:08:33.688396+0000 mgr.smithi079.gpuwcc (mgr.14180) 861 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:35.378 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:37.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:37 smithi079 bash[24931]: cluster 2023-12-21T05:08:35.448672+0000 mgr.smithi079.gpuwcc (mgr.14180) 862 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:37 smithi156 bash[28307]: cluster 2023-12-21T05:08:35.448672+0000 mgr.smithi079.gpuwcc (mgr.14180) 862 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:38.417 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:08:38.417 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:53.304650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:57.565191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jjznwt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\nDeploy daemon haproxy.nfs.foo.smithi156.jjznwt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.423056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vmcfaa on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\nDeploy daemon haproxy.nfs.foo.smithi079.vmcfaa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.425949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.voimwm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:39.184 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:39.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:39 smithi079 bash[24931]: cluster 2023-12-21T05:08:37.449402+0000 mgr.smithi079.gpuwcc (mgr.14180) 863 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:39.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:39 smithi156 bash[28307]: cluster 2023-12-21T05:08:37.449402+0000 mgr.smithi079.gpuwcc (mgr.14180) 863 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:40.185 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:40.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:40 smithi079 bash[24931]: audit 2023-12-21T05:08:38.408666+0000 mgr.smithi079.gpuwcc (mgr.14180) 864 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:40.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:40 smithi156 bash[28307]: audit 2023-12-21T05:08:38.408666+0000 mgr.smithi079.gpuwcc (mgr.14180) 864 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:41.291 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:41 smithi079 bash[24931]: cluster 2023-12-21T05:08:39.450267+0000 mgr.smithi079.gpuwcc (mgr.14180) 865 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:41.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:41 smithi156 bash[28307]: cluster 2023-12-21T05:08:39.450267+0000 mgr.smithi079.gpuwcc (mgr.14180) 865 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:43.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:43 smithi079 bash[24931]: cluster 2023-12-21T05:08:41.451091+0000 mgr.smithi079.gpuwcc (mgr.14180) 866 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:08:43.279 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:08:43.280 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:53.304650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:57.565191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jjznwt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\nDeploy daemon haproxy.nfs.foo.smithi156.jjznwt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.423056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vmcfaa on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\nDeploy daemon haproxy.nfs.foo.smithi079.vmcfaa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.425949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.voimwm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:43.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:43 smithi156 bash[28307]: cluster 2023-12-21T05:08:41.451091+0000 mgr.smithi079.gpuwcc (mgr.14180) 866 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:08:44.003 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:45.004 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:45.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:45 smithi079 bash[24931]: audit 2023-12-21T05:08:43.268351+0000 mgr.smithi079.gpuwcc (mgr.14180) 867 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:45.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:45 smithi079 bash[24931]: cluster 2023-12-21T05:08:43.451825+0000 mgr.smithi079.gpuwcc (mgr.14180) 868 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:45.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:45 smithi156 bash[28307]: audit 2023-12-21T05:08:43.268351+0000 mgr.smithi079.gpuwcc (mgr.14180) 867 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:45.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:45 smithi156 bash[28307]: cluster 2023-12-21T05:08:43.451825+0000 mgr.smithi079.gpuwcc (mgr.14180) 868 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:47.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:47 smithi079 bash[24931]: cluster 2023-12-21T05:08:45.453077+0000 mgr.smithi079.gpuwcc (mgr.14180) 869 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:47.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:47 smithi156 bash[28307]: cluster 2023-12-21T05:08:45.453077+0000 mgr.smithi079.gpuwcc (mgr.14180) 869 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:47.936 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:08:47.936 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:53.304650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:57.565191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jjznwt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\nDeploy daemon haproxy.nfs.foo.smithi156.jjznwt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.423056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vmcfaa on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\nDeploy daemon haproxy.nfs.foo.smithi079.vmcfaa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.425949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.voimwm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:48.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:49.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:49 smithi079 bash[24931]: cluster 2023-12-21T05:08:47.454388+0000 mgr.smithi079.gpuwcc (mgr.14180) 870 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:49.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:49 smithi079 bash[24931]: audit 2023-12-21T05:08:47.926336+0000 mgr.smithi079.gpuwcc (mgr.14180) 871 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:49.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:49 smithi156 bash[28307]: cluster 2023-12-21T05:08:47.454388+0000 mgr.smithi079.gpuwcc (mgr.14180) 870 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:49.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:49 smithi156 bash[28307]: audit 2023-12-21T05:08:47.926336+0000 mgr.smithi079.gpuwcc (mgr.14180) 871 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:49.684 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:51.193 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:51 smithi079 bash[24931]: cluster 2023-12-21T05:08:49.455502+0000 mgr.smithi079.gpuwcc (mgr.14180) 872 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:51.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:51 smithi156 bash[28307]: cluster 2023-12-21T05:08:49.455502+0000 mgr.smithi079.gpuwcc (mgr.14180) 872 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:52.881 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:08:52.881 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:53.304650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:57.565191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jjznwt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\nDeploy daemon haproxy.nfs.foo.smithi156.jjznwt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.423056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vmcfaa on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\nDeploy daemon haproxy.nfs.foo.smithi079.vmcfaa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.425949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.voimwm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:53.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:53 smithi079 bash[24931]: cluster 2023-12-21T05:08:51.457035+0000 mgr.smithi079.gpuwcc (mgr.14180) 873 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:08:53.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:53 smithi156 bash[28307]: cluster 2023-12-21T05:08:51.457035+0000 mgr.smithi079.gpuwcc (mgr.14180) 873 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:08:53.587 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:54.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:54 smithi079 bash[24931]: audit 2023-12-21T05:08:52.872204+0000 mgr.smithi079.gpuwcc (mgr.14180) 874 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:54.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:54 smithi156 bash[28307]: audit 2023-12-21T05:08:52.872204+0000 mgr.smithi079.gpuwcc (mgr.14180) 874 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:54.588 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:55.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:55 smithi079 bash[24931]: cluster 2023-12-21T05:08:53.457973+0000 mgr.smithi079.gpuwcc (mgr.14180) 875 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:55 smithi156 bash[28307]: cluster 2023-12-21T05:08:53.457973+0000 mgr.smithi079.gpuwcc (mgr.14180) 875 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:57.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:57 smithi079 bash[24931]: cluster 2023-12-21T05:08:55.458719+0000 mgr.smithi079.gpuwcc (mgr.14180) 876 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:57.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:57 smithi156 bash[28307]: cluster 2023-12-21T05:08:55.458719+0000 mgr.smithi079.gpuwcc (mgr.14180) 876 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:57.523 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:08:57.523 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:53.304650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:57.565191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jjznwt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\nDeploy daemon haproxy.nfs.foo.smithi156.jjznwt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.423056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vmcfaa on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\nDeploy daemon haproxy.nfs.foo.smithi079.vmcfaa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.425949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.voimwm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:58.213 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:59.214 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:59.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:59 smithi079 bash[24931]: cluster 2023-12-21T05:08:57.459870+0000 mgr.smithi079.gpuwcc (mgr.14180) 877 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:59.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:08:59 smithi079 bash[24931]: audit 2023-12-21T05:08:57.514940+0000 mgr.smithi079.gpuwcc (mgr.14180) 878 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:59 smithi156 bash[28307]: cluster 2023-12-21T05:08:57.459870+0000 mgr.smithi079.gpuwcc (mgr.14180) 877 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:08:59 smithi156 bash[28307]: audit 2023-12-21T05:08:57.514940+0000 mgr.smithi079.gpuwcc (mgr.14180) 878 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:01.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:01 smithi079 bash[24931]: cluster 2023-12-21T05:08:59.460710+0000 mgr.smithi079.gpuwcc (mgr.14180) 879 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:01.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:01 smithi156 bash[28307]: cluster 2023-12-21T05:08:59.460710+0000 mgr.smithi079.gpuwcc (mgr.14180) 879 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:02.139 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:09:02.140 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:53.304650Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.cqutih on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:57.565191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jjznwt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\nDeploy daemon haproxy.nfs.foo.smithi156.jjznwt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.423056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vmcfaa on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\nDeploy daemon haproxy.nfs.foo.smithi079.vmcfaa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.425949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.voimwm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:02.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:02 smithi079 bash[24931]: audit 2023-12-21T05:09:01.433732+0000 mon.smithi079 (mon.0) 888 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:09:02.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:02 smithi079 bash[24931]: audit 2023-12-21T05:09:01.713372+0000 mon.smithi079 (mon.0) 889 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:09:02.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:02 smithi079 bash[24931]: audit 2023-12-21T05:09:01.714950+0000 mon.smithi079 (mon.0) 890 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:09:02.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:02 smithi079 bash[24931]: audit 2023-12-21T05:09:01.722507+0000 mon.smithi079 (mon.0) 891 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:09:02.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:02 smithi079 bash[24931]: audit 2023-12-21T05:09:01.728740+0000 mon.smithi079 (mon.0) 892 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:09:02.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:02 smithi079 bash[24931]: audit 2023-12-21T05:09:01.743207+0000 mon.smithi079 (mon.0) 893 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:09:02.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:02 smithi156 bash[28307]: audit 2023-12-21T05:09:01.433732+0000 mon.smithi079 (mon.0) 888 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:09:02.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:02 smithi156 bash[28307]: audit 2023-12-21T05:09:01.713372+0000 mon.smithi079 (mon.0) 889 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:09:02.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:02 smithi156 bash[28307]: audit 2023-12-21T05:09:01.714950+0000 mon.smithi079 (mon.0) 890 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:09:02.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:02 smithi156 bash[28307]: audit 2023-12-21T05:09:01.722507+0000 mon.smithi079 (mon.0) 891 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:09:02.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:02 smithi156 bash[28307]: audit 2023-12-21T05:09:01.728740+0000 mon.smithi079 (mon.0) 892 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:09:02.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:02 smithi156 bash[28307]: audit 2023-12-21T05:09:01.743207+0000 mon.smithi079 (mon.0) 893 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:09:02.881 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:03.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:03 smithi079 bash[24931]: cluster 2023-12-21T05:09:01.461939+0000 mgr.smithi079.gpuwcc (mgr.14180) 880 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:09:03.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:03 smithi079 bash[24931]: cluster 2023-12-21T05:09:01.723216+0000 mgr.smithi079.gpuwcc (mgr.14180) 881 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:09:03.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:03 smithi079 bash[24931]: cephadm 2023-12-21T05:09:01.748274+0000 mgr.smithi079.gpuwcc (mgr.14180) 882 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.ghylpt on smithi156 2023-12-21T05:09:03.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:03 smithi079 bash[24931]: cluster 2023-12-21T05:09:02.091239+0000 mon.smithi079 (mon.0) 894 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:09:03.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:03 smithi079 bash[24931]: cluster 2023-12-21T05:09:02.091297+0000 mon.smithi079 (mon.0) 895 : cluster [INF] Cluster is now healthy 2023-12-21T05:09:03.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:03 smithi079 bash[24931]: audit 2023-12-21T05:09:02.128950+0000 mgr.smithi079.gpuwcc (mgr.14180) 883 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:03.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:03 smithi156 bash[28307]: cluster 2023-12-21T05:09:01.461939+0000 mgr.smithi079.gpuwcc (mgr.14180) 880 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:09:03.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:03 smithi156 bash[28307]: cluster 2023-12-21T05:09:01.723216+0000 mgr.smithi079.gpuwcc (mgr.14180) 881 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:09:03.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:03 smithi156 bash[28307]: cephadm 2023-12-21T05:09:01.748274+0000 mgr.smithi079.gpuwcc (mgr.14180) 882 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.ghylpt on smithi156 2023-12-21T05:09:03.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:03 smithi156 bash[28307]: cluster 2023-12-21T05:09:02.091239+0000 mon.smithi079 (mon.0) 894 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:09:03.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:03 smithi156 bash[28307]: cluster 2023-12-21T05:09:02.091297+0000 mon.smithi079 (mon.0) 895 : cluster [INF] Cluster is now healthy 2023-12-21T05:09:03.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:03 smithi156 bash[28307]: audit 2023-12-21T05:09:02.128950+0000 mgr.smithi079.gpuwcc (mgr.14180) 883 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:03.881 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:05.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:05 smithi079 bash[24931]: cluster 2023-12-21T05:09:03.723871+0000 mgr.smithi079.gpuwcc (mgr.14180) 884 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:09:05.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:05 smithi079 bash[24931]: audit 2023-12-21T05:09:04.844608+0000 mon.smithi079 (mon.0) 896 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:09:05.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:05 smithi156 bash[28307]: cluster 2023-12-21T05:09:03.723871+0000 mgr.smithi079.gpuwcc (mgr.14180) 884 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:09:05.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:05 smithi156 bash[28307]: audit 2023-12-21T05:09:04.844608+0000 mon.smithi079 (mon.0) 896 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:09:06.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:06 smithi079 bash[24931]: audit 2023-12-21T05:09:05.816083+0000 mon.smithi079 (mon.0) 897 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.ghylpt"}]: dispatch 2023-12-21T05:09:06.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:06 smithi156 bash[28307]: audit 2023-12-21T05:09:05.816083+0000 mon.smithi079 (mon.0) 897 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.ghylpt"}]: dispatch 2023-12-21T05:09:07.112 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:09:07.113 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:07:57.565191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.jjznwt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-jjznwt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.jjznwt\nDeploy daemon haproxy.nfs.foo.smithi156.jjznwt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.423056Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vmcfaa on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vmcfaa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vmcfaa\nDeploy daemon haproxy.nfs.foo.smithi079.vmcfaa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:01.425949Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.voimwm on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:05.817288Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ghylpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\nDeploy daemon haproxy.nfs.foo.smithi156.ghylpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:07.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: cluster 2023-12-21T05:09:05.724967+0000 mgr.smithi079.gpuwcc (mgr.14180) 885 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:09:07.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: cephadm 2023-12-21T05:09:05.815422+0000 mgr.smithi079.gpuwcc (mgr.14180) 886 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt 2023-12-21T05:09:07.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:09:07.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt 2023-12-21T05:09:07.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt 2023-12-21T05:09:07.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:09:07.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt 2023-12-21T05:09:07.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.ghylpt ... 2023-12-21T05:09:07.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:07.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:09:07.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:09:07.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:09:07.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:07.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:09:07.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:09:07.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:09:07.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:09:07.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:09:07.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt 2023-12-21T05:09:07.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:09:07.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt 2023-12-21T05:09:07.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt 2023-12-21T05:09:07.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:09:07.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt 2023-12-21T05:09:07.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.ghylpt ... 2023-12-21T05:09:07.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:07.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:09:07.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:09:07.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:09:07.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:07.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: cephadm 2023-12-21T05:09:05.815695+0000 mgr.smithi079.gpuwcc (mgr.14180) 887 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.ghylpt 2023-12-21T05:09:07.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: cephadm 2023-12-21T05:09:05.817588+0000 mgr.smithi079.gpuwcc (mgr.14180) 888 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.ghylpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt 2023-12-21T05:09:07.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:09:07.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt 2023-12-21T05:09:07.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt 2023-12-21T05:09:07.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:09:07.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt 2023-12-21T05:09:07.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.ghylpt ... 2023-12-21T05:09:07.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:07.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:09:07.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:09:07.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:09:07.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:07.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:07 smithi079 bash[24931]: cephadm 2023-12-21T05:09:05.821255+0000 mgr.smithi079.gpuwcc (mgr.14180) 889 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.qdccrq on smithi079 2023-12-21T05:09:07.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: cluster 2023-12-21T05:09:05.724967+0000 mgr.smithi079.gpuwcc (mgr.14180) 885 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:09:07.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: cephadm 2023-12-21T05:09:05.815422+0000 mgr.smithi079.gpuwcc (mgr.14180) 886 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt 2023-12-21T05:09:07.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:09:07.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt 2023-12-21T05:09:07.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt 2023-12-21T05:09:07.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:09:07.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt 2023-12-21T05:09:07.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.ghylpt ... 2023-12-21T05:09:07.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:07.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:09:07.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:09:07.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:09:07.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:07.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:09:07.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:09:07.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:09:07.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:09:07.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:09:07.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt 2023-12-21T05:09:07.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:09:07.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt 2023-12-21T05:09:07.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt 2023-12-21T05:09:07.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:09:07.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt 2023-12-21T05:09:07.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.ghylpt ... 2023-12-21T05:09:07.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:07.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:09:07.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:09:07.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:09:07.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:07.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: cephadm 2023-12-21T05:09:05.815695+0000 mgr.smithi079.gpuwcc (mgr.14180) 887 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.ghylpt 2023-12-21T05:09:07.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: cephadm 2023-12-21T05:09:05.817588+0000 mgr.smithi079.gpuwcc (mgr.14180) 888 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.ghylpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt 2023-12-21T05:09:07.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:09:07.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt 2023-12-21T05:09:07.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt 2023-12-21T05:09:07.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:09:07.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt 2023-12-21T05:09:07.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.ghylpt ... 2023-12-21T05:09:07.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:07.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:09:07.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:09:07.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:09:07.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:07.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:07 smithi156 bash[28307]: cephadm 2023-12-21T05:09:05.821255+0000 mgr.smithi079.gpuwcc (mgr.14180) 889 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.qdccrq on smithi079 2023-12-21T05:09:07.854 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:08.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:08 smithi079 bash[24931]: audit 2023-12-21T05:09:07.104022+0000 mgr.smithi079.gpuwcc (mgr.14180) 890 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:08.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:08 smithi156 bash[28307]: audit 2023-12-21T05:09:07.104022+0000 mgr.smithi079.gpuwcc (mgr.14180) 890 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:08.855 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:09.314 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:09 smithi079 bash[24931]: cluster 2023-12-21T05:09:07.725971+0000 mgr.smithi079.gpuwcc (mgr.14180) 891 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:09:09.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:09 smithi156 bash[28307]: cluster 2023-12-21T05:09:07.725971+0000 mgr.smithi079.gpuwcc (mgr.14180) 891 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:09:10.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:10 smithi079 bash[24931]: audit 2023-12-21T05:09:09.901295+0000 mon.smithi079 (mon.0) 898 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.qdccrq"}]: dispatch 2023-12-21T05:09:10.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:10 smithi156 bash[28307]: audit 2023-12-21T05:09:09.901295+0000 mon.smithi079 (mon.0) 898 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.qdccrq"}]: dispatch 2023-12-21T05:09:11.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: cluster 2023-12-21T05:09:09.726706+0000 mgr.smithi079.gpuwcc (mgr.14180) 892 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:09:11.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: cephadm 2023-12-21T05:09:09.900167+0000 mgr.smithi079.gpuwcc (mgr.14180) 893 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq 2023-12-21T05:09:11.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:09:11.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq 2023-12-21T05:09:11.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq 2023-12-21T05:09:11.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:09:11.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq 2023-12-21T05:09:11.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.qdccrq ... 2023-12-21T05:09:11.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:11.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:09:11.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:09:11.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:09:11.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:11.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:09:11.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:09:11.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:09:11.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:09:11.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:09:11.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq 2023-12-21T05:09:11.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:09:11.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq 2023-12-21T05:09:11.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq 2023-12-21T05:09:11.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:09:11.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq 2023-12-21T05:09:11.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.qdccrq ... 2023-12-21T05:09:11.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:11.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:09:11.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:09:11.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:09:11.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:11.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: cephadm 2023-12-21T05:09:09.900702+0000 mgr.smithi079.gpuwcc (mgr.14180) 894 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.qdccrq 2023-12-21T05:09:11.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: cephadm 2023-12-21T05:09:09.902469+0000 mgr.smithi079.gpuwcc (mgr.14180) 895 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.qdccrq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq 2023-12-21T05:09:11.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:09:11.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq 2023-12-21T05:09:11.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq 2023-12-21T05:09:11.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:09:11.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq 2023-12-21T05:09:11.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.qdccrq ... 2023-12-21T05:09:11.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:11.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:09:11.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:09:11.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:09:11.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:11.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: cephadm 2023-12-21T05:09:09.906247+0000 mgr.smithi079.gpuwcc (mgr.14180) 896 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.bmcikx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:09:11.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: cephadm 2023-12-21T05:09:09.909091+0000 mgr.smithi079.gpuwcc (mgr.14180) 897 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:09:11.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: cluster 2023-12-21T05:09:09.910198+0000 mgr.smithi079.gpuwcc (mgr.14180) 898 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T05:09:11.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:11 smithi079 bash[24931]: cluster 2023-12-21T05:09:10.127601+0000 mon.smithi079 (mon.0) 899 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:09:11.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: cluster 2023-12-21T05:09:09.726706+0000 mgr.smithi079.gpuwcc (mgr.14180) 892 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:09:11.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: cephadm 2023-12-21T05:09:09.900167+0000 mgr.smithi079.gpuwcc (mgr.14180) 893 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq 2023-12-21T05:09:11.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:09:11.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq 2023-12-21T05:09:11.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq 2023-12-21T05:09:11.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:09:11.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq 2023-12-21T05:09:11.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.qdccrq ... 2023-12-21T05:09:11.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:11.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:09:11.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:09:11.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:09:11.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:11.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:09:11.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:09:11.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:09:11.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:09:11.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:09:11.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq 2023-12-21T05:09:11.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:09:11.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq 2023-12-21T05:09:11.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq 2023-12-21T05:09:11.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:09:11.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq 2023-12-21T05:09:11.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.qdccrq ... 2023-12-21T05:09:11.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:11.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:09:11.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:09:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:09:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: cephadm 2023-12-21T05:09:09.900702+0000 mgr.smithi079.gpuwcc (mgr.14180) 894 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.qdccrq 2023-12-21T05:09:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: cephadm 2023-12-21T05:09:09.902469+0000 mgr.smithi079.gpuwcc (mgr.14180) 895 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.qdccrq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq 2023-12-21T05:09:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:09:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq 2023-12-21T05:09:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq 2023-12-21T05:09:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:09:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq 2023-12-21T05:09:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.qdccrq ... 2023-12-21T05:09:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:09:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:09:11.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:09:11.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:11.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: cephadm 2023-12-21T05:09:09.906247+0000 mgr.smithi079.gpuwcc (mgr.14180) 896 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.bmcikx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:09:11.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: cephadm 2023-12-21T05:09:09.909091+0000 mgr.smithi079.gpuwcc (mgr.14180) 897 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:09:11.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: cluster 2023-12-21T05:09:09.910198+0000 mgr.smithi079.gpuwcc (mgr.14180) 898 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T05:09:11.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:11 smithi156 bash[28307]: cluster 2023-12-21T05:09:10.127601+0000 mon.smithi079 (mon.0) 899 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:09:12.009 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:09:12.009 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:05.817288Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ghylpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\nDeploy daemon haproxy.nfs.foo.smithi156.ghylpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.902229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qdccrq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\nDeploy daemon haproxy.nfs.foo.smithi079.qdccrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.906088Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bmcikx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:12.714 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:13.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:13 smithi079 bash[24931]: cluster 2023-12-21T05:09:11.911916+0000 mgr.smithi079.gpuwcc (mgr.14180) 899 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-21T05:09:13.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:13 smithi079 bash[24931]: audit 2023-12-21T05:09:11.999296+0000 mgr.smithi079.gpuwcc (mgr.14180) 900 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:13.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:13 smithi079 bash[24931]: audit 2023-12-21T05:09:12.749126+0000 mon.smithi079 (mon.0) 900 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:09:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:13 smithi156 bash[28307]: cluster 2023-12-21T05:09:11.911916+0000 mgr.smithi079.gpuwcc (mgr.14180) 899 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-21T05:09:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:13 smithi156 bash[28307]: audit 2023-12-21T05:09:11.999296+0000 mgr.smithi079.gpuwcc (mgr.14180) 900 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:13 smithi156 bash[28307]: audit 2023-12-21T05:09:12.749126+0000 mon.smithi079 (mon.0) 900 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:09:13.715 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:15.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:15 smithi079 bash[24931]: cluster 2023-12-21T05:09:13.912592+0000 mgr.smithi079.gpuwcc (mgr.14180) 901 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-21T05:09:15.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:15 smithi156 bash[28307]: cluster 2023-12-21T05:09:13.912592+0000 mgr.smithi079.gpuwcc (mgr.14180) 901 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-21T05:09:16.865 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:09:16.865 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:05.817288Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ghylpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\nDeploy daemon haproxy.nfs.foo.smithi156.ghylpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.902229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qdccrq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\nDeploy daemon haproxy.nfs.foo.smithi079.qdccrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.906088Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bmcikx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:17.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:17 smithi079 bash[24931]: cluster 2023-12-21T05:09:15.913917+0000 mgr.smithi079.gpuwcc (mgr.14180) 902 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-21T05:09:17.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:17 smithi156 bash[28307]: cluster 2023-12-21T05:09:15.913917+0000 mgr.smithi079.gpuwcc (mgr.14180) 902 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-21T05:09:17.559 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:18.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:18 smithi079 bash[24931]: audit 2023-12-21T05:09:16.856481+0000 mgr.smithi079.gpuwcc (mgr.14180) 903 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:18.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:18 smithi156 bash[28307]: audit 2023-12-21T05:09:16.856481+0000 mgr.smithi079.gpuwcc (mgr.14180) 903 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:18.560 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:19.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:19 smithi079 bash[24931]: cluster 2023-12-21T05:09:17.915064+0000 mgr.smithi079.gpuwcc (mgr.14180) 904 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-21T05:09:19.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:19 smithi156 bash[28307]: cluster 2023-12-21T05:09:17.915064+0000 mgr.smithi079.gpuwcc (mgr.14180) 904 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-21T05:09:21.131 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:20 smithi079 bash[24931]: audit 2023-12-21T05:09:19.845934+0000 mon.smithi079 (mon.0) 901 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:09:21.131 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:20 smithi079 bash[24931]: cluster 2023-12-21T05:09:19.915672+0000 mgr.smithi079.gpuwcc (mgr.14180) 905 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-21T05:09:21.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:20 smithi156 bash[28307]: audit 2023-12-21T05:09:19.845934+0000 mon.smithi079 (mon.0) 901 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:09:21.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:20 smithi156 bash[28307]: cluster 2023-12-21T05:09:19.915672+0000 mgr.smithi079.gpuwcc (mgr.14180) 905 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-21T05:09:21.537 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:09:21.538 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:05.817288Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ghylpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\nDeploy daemon haproxy.nfs.foo.smithi156.ghylpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.902229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qdccrq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\nDeploy daemon haproxy.nfs.foo.smithi079.qdccrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.906088Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bmcikx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:22.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:23.259 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:23.462 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:23 smithi079 bash[24931]: audit 2023-12-21T05:09:21.527644+0000 mgr.smithi079.gpuwcc (mgr.14180) 906 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:23.462 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:23 smithi079 bash[24931]: cluster 2023-12-21T05:09:21.917090+0000 mgr.smithi079.gpuwcc (mgr.14180) 907 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:09:23.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:23 smithi156 bash[28307]: audit 2023-12-21T05:09:21.527644+0000 mgr.smithi079.gpuwcc (mgr.14180) 906 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:23.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:23 smithi156 bash[28307]: cluster 2023-12-21T05:09:21.917090+0000 mgr.smithi079.gpuwcc (mgr.14180) 907 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:09:25.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:25 smithi079 bash[24931]: cluster 2023-12-21T05:09:23.918073+0000 mgr.smithi079.gpuwcc (mgr.14180) 908 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:25.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:25 smithi156 bash[28307]: cluster 2023-12-21T05:09:23.918073+0000 mgr.smithi079.gpuwcc (mgr.14180) 908 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:26.425 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:09:26.425 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:05.817288Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ghylpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\nDeploy daemon haproxy.nfs.foo.smithi156.ghylpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.902229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qdccrq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\nDeploy daemon haproxy.nfs.foo.smithi079.qdccrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.906088Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bmcikx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:27.147 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:27.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:27 smithi079 bash[24931]: cluster 2023-12-21T05:09:25.919449+0000 mgr.smithi079.gpuwcc (mgr.14180) 909 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:27.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:27 smithi156 bash[28307]: cluster 2023-12-21T05:09:25.919449+0000 mgr.smithi079.gpuwcc (mgr.14180) 909 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:28.148 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:28.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:28 smithi079 bash[24931]: audit 2023-12-21T05:09:26.420106+0000 mgr.smithi079.gpuwcc (mgr.14180) 910 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:28.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:28 smithi156 bash[28307]: audit 2023-12-21T05:09:26.420106+0000 mgr.smithi079.gpuwcc (mgr.14180) 910 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:29.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:29 smithi079 bash[24931]: cluster 2023-12-21T05:09:27.920565+0000 mgr.smithi079.gpuwcc (mgr.14180) 911 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:29.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:29 smithi156 bash[28307]: cluster 2023-12-21T05:09:27.920565+0000 mgr.smithi079.gpuwcc (mgr.14180) 911 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:31.093 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:09:31.093 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:05.817288Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ghylpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\nDeploy daemon haproxy.nfs.foo.smithi156.ghylpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.902229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qdccrq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\nDeploy daemon haproxy.nfs.foo.smithi079.qdccrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.906088Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bmcikx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:31.317 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:31 smithi079 bash[24931]: cluster 2023-12-21T05:09:29.921497+0000 mgr.smithi079.gpuwcc (mgr.14180) 912 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:31.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:31 smithi156 bash[28307]: cluster 2023-12-21T05:09:29.921497+0000 mgr.smithi079.gpuwcc (mgr.14180) 912 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:31.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:32.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:32 smithi079 bash[24931]: audit 2023-12-21T05:09:31.081211+0000 mgr.smithi079.gpuwcc (mgr.14180) 913 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:32.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:32 smithi156 bash[28307]: audit 2023-12-21T05:09:31.081211+0000 mgr.smithi079.gpuwcc (mgr.14180) 913 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:32.896 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:33.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:33 smithi079 bash[24931]: cluster 2023-12-21T05:09:31.922950+0000 mgr.smithi079.gpuwcc (mgr.14180) 914 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:09:33.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:33 smithi156 bash[28307]: cluster 2023-12-21T05:09:31.922950+0000 mgr.smithi079.gpuwcc (mgr.14180) 914 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:09:35.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:35 smithi079 bash[24931]: cluster 2023-12-21T05:09:33.923981+0000 mgr.smithi079.gpuwcc (mgr.14180) 915 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:35.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:35 smithi156 bash[28307]: cluster 2023-12-21T05:09:33.923981+0000 mgr.smithi079.gpuwcc (mgr.14180) 915 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:36.049 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:09:36.049 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:05.817288Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ghylpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\nDeploy daemon haproxy.nfs.foo.smithi156.ghylpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.902229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qdccrq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\nDeploy daemon haproxy.nfs.foo.smithi079.qdccrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.906088Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bmcikx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:36.859 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:37.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:37 smithi079 bash[24931]: cluster 2023-12-21T05:09:35.925319+0000 mgr.smithi079.gpuwcc (mgr.14180) 916 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:37.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:37 smithi079 bash[24931]: audit 2023-12-21T05:09:36.040212+0000 mgr.smithi079.gpuwcc (mgr.14180) 917 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:37 smithi156 bash[28307]: cluster 2023-12-21T05:09:35.925319+0000 mgr.smithi079.gpuwcc (mgr.14180) 916 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:37 smithi156 bash[28307]: audit 2023-12-21T05:09:36.040212+0000 mgr.smithi079.gpuwcc (mgr.14180) 917 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:37.860 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:39.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:39 smithi079 bash[24931]: cluster 2023-12-21T05:09:37.926505+0000 mgr.smithi079.gpuwcc (mgr.14180) 918 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:39.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:39 smithi156 bash[28307]: cluster 2023-12-21T05:09:37.926505+0000 mgr.smithi079.gpuwcc (mgr.14180) 918 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:40.958 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:09:40.958 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:05.817288Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ghylpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\nDeploy daemon haproxy.nfs.foo.smithi156.ghylpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.902229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qdccrq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\nDeploy daemon haproxy.nfs.foo.smithi079.qdccrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.906088Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bmcikx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:41.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:41 smithi079 bash[24931]: cluster 2023-12-21T05:09:39.927261+0000 mgr.smithi079.gpuwcc (mgr.14180) 919 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:41.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:41 smithi156 bash[28307]: cluster 2023-12-21T05:09:39.927261+0000 mgr.smithi079.gpuwcc (mgr.14180) 919 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:41.734 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:42.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:42 smithi079 bash[24931]: audit 2023-12-21T05:09:40.952695+0000 mgr.smithi079.gpuwcc (mgr.14180) 920 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:42.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:42 smithi156 bash[28307]: audit 2023-12-21T05:09:40.952695+0000 mgr.smithi079.gpuwcc (mgr.14180) 920 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:42.735 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:43.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:43 smithi079 bash[24931]: cluster 2023-12-21T05:09:41.928697+0000 mgr.smithi079.gpuwcc (mgr.14180) 921 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:09:43.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:43 smithi156 bash[28307]: cluster 2023-12-21T05:09:41.928697+0000 mgr.smithi079.gpuwcc (mgr.14180) 921 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:09:45.459 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:45 smithi079 bash[24931]: cluster 2023-12-21T05:09:43.929656+0000 mgr.smithi079.gpuwcc (mgr.14180) 922 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:45.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:45 smithi156 bash[28307]: cluster 2023-12-21T05:09:43.929656+0000 mgr.smithi079.gpuwcc (mgr.14180) 922 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:45.875 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:09:45.875 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:05.817288Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ghylpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\nDeploy daemon haproxy.nfs.foo.smithi156.ghylpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.902229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qdccrq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\nDeploy daemon haproxy.nfs.foo.smithi079.qdccrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.906088Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bmcikx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:46.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:47.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:47 smithi079 bash[24931]: audit 2023-12-21T05:09:45.865765+0000 mgr.smithi079.gpuwcc (mgr.14180) 923 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:47.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:47 smithi079 bash[24931]: cluster 2023-12-21T05:09:45.931036+0000 mgr.smithi079.gpuwcc (mgr.14180) 924 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:47.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:47 smithi156 bash[28307]: audit 2023-12-21T05:09:45.865765+0000 mgr.smithi079.gpuwcc (mgr.14180) 923 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:47.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:47 smithi156 bash[28307]: cluster 2023-12-21T05:09:45.931036+0000 mgr.smithi079.gpuwcc (mgr.14180) 924 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:47.646 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:49.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:49 smithi079 bash[24931]: cluster 2023-12-21T05:09:47.931976+0000 mgr.smithi079.gpuwcc (mgr.14180) 925 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:49.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:49 smithi156 bash[28307]: cluster 2023-12-21T05:09:47.931976+0000 mgr.smithi079.gpuwcc (mgr.14180) 925 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:50.820 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:09:50.820 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:05.817288Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ghylpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\nDeploy daemon haproxy.nfs.foo.smithi156.ghylpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.902229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qdccrq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\nDeploy daemon haproxy.nfs.foo.smithi079.qdccrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.906088Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bmcikx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:51.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:51 smithi079 bash[24931]: cluster 2023-12-21T05:09:49.932539+0000 mgr.smithi079.gpuwcc (mgr.14180) 926 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:51.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:51 smithi156 bash[28307]: cluster 2023-12-21T05:09:49.932539+0000 mgr.smithi079.gpuwcc (mgr.14180) 926 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:51.573 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:52.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:52 smithi079 bash[24931]: audit 2023-12-21T05:09:50.809670+0000 mgr.smithi079.gpuwcc (mgr.14180) 927 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:52.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:52 smithi156 bash[28307]: audit 2023-12-21T05:09:50.809670+0000 mgr.smithi079.gpuwcc (mgr.14180) 927 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:52.574 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:53.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:53 smithi079 bash[24931]: cluster 2023-12-21T05:09:51.933961+0000 mgr.smithi079.gpuwcc (mgr.14180) 928 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:09:53.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:53 smithi156 bash[28307]: cluster 2023-12-21T05:09:51.933961+0000 mgr.smithi079.gpuwcc (mgr.14180) 928 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:09:55.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:55 smithi079 bash[24931]: cluster 2023-12-21T05:09:53.934819+0000 mgr.smithi079.gpuwcc (mgr.14180) 929 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:55 smithi156 bash[28307]: cluster 2023-12-21T05:09:53.934819+0000 mgr.smithi079.gpuwcc (mgr.14180) 929 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:55.579 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:09:55.580 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:05.817288Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ghylpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\nDeploy daemon haproxy.nfs.foo.smithi156.ghylpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.902229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qdccrq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\nDeploy daemon haproxy.nfs.foo.smithi079.qdccrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.906088Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bmcikx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:56.311 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:57.311 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:57.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:57 smithi079 bash[24931]: audit 2023-12-21T05:09:55.574777+0000 mgr.smithi079.gpuwcc (mgr.14180) 930 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:57.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:57 smithi079 bash[24931]: cluster 2023-12-21T05:09:55.935639+0000 mgr.smithi079.gpuwcc (mgr.14180) 931 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:57.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:57 smithi156 bash[28307]: audit 2023-12-21T05:09:55.574777+0000 mgr.smithi079.gpuwcc (mgr.14180) 930 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:57.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:57 smithi156 bash[28307]: cluster 2023-12-21T05:09:55.935639+0000 mgr.smithi079.gpuwcc (mgr.14180) 931 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:59.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:09:59 smithi079 bash[24931]: cluster 2023-12-21T05:09:57.936688+0000 mgr.smithi079.gpuwcc (mgr.14180) 932 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:09:59 smithi156 bash[28307]: cluster 2023-12-21T05:09:57.936688+0000 mgr.smithi079.gpuwcc (mgr.14180) 932 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:00.199 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:10:00.199 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:05.817288Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ghylpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\nDeploy daemon haproxy.nfs.foo.smithi156.ghylpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.902229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qdccrq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\nDeploy daemon haproxy.nfs.foo.smithi079.qdccrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.906088Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bmcikx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:00.444 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:00 smithi079 bash[24931]: cluster 2023-12-21T05:10:00.000114+0000 mon.smithi079 (mon.0) 902 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-12-21T05:10:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:00 smithi156 bash[28307]: cluster 2023-12-21T05:10:00.000114+0000 mon.smithi079 (mon.0) 902 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-12-21T05:10:00.939 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:01.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:01 smithi079 bash[24931]: cluster 2023-12-21T05:09:59.937694+0000 mgr.smithi079.gpuwcc (mgr.14180) 933 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:01.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:01 smithi079 bash[24931]: audit 2023-12-21T05:10:00.189924+0000 mgr.smithi079.gpuwcc (mgr.14180) 934 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:01.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:01 smithi156 bash[28307]: cluster 2023-12-21T05:09:59.937694+0000 mgr.smithi079.gpuwcc (mgr.14180) 933 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:01.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:01 smithi156 bash[28307]: audit 2023-12-21T05:10:00.189924+0000 mgr.smithi079.gpuwcc (mgr.14180) 934 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:01.941 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:03.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:03 smithi079 bash[24931]: cluster 2023-12-21T05:10:01.939139+0000 mgr.smithi079.gpuwcc (mgr.14180) 935 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:10:03.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:03 smithi156 bash[28307]: cluster 2023-12-21T05:10:01.939139+0000 mgr.smithi079.gpuwcc (mgr.14180) 935 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:10:05.193 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:10:05.194 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:05.817288Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ghylpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\nDeploy daemon haproxy.nfs.foo.smithi156.ghylpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.902229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qdccrq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\nDeploy daemon haproxy.nfs.foo.smithi079.qdccrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.906088Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bmcikx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:05.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:05 smithi079 bash[24931]: cluster 2023-12-21T05:10:03.939839+0000 mgr.smithi079.gpuwcc (mgr.14180) 936 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:05.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:05 smithi156 bash[28307]: cluster 2023-12-21T05:10:03.939839+0000 mgr.smithi079.gpuwcc (mgr.14180) 936 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:05.993 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:06.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:06 smithi079 bash[24931]: audit 2023-12-21T05:10:05.181827+0000 mgr.smithi079.gpuwcc (mgr.14180) 937 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:06.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:06 smithi156 bash[28307]: audit 2023-12-21T05:10:05.181827+0000 mgr.smithi079.gpuwcc (mgr.14180) 937 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:06.994 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:07.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:07 smithi079 bash[24931]: cluster 2023-12-21T05:10:05.941103+0000 mgr.smithi079.gpuwcc (mgr.14180) 938 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:07.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:07 smithi156 bash[28307]: cluster 2023-12-21T05:10:05.941103+0000 mgr.smithi079.gpuwcc (mgr.14180) 938 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:09.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:09 smithi079 bash[24931]: cluster 2023-12-21T05:10:07.942227+0000 mgr.smithi079.gpuwcc (mgr.14180) 939 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:09.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:09 smithi156 bash[28307]: cluster 2023-12-21T05:10:07.942227+0000 mgr.smithi079.gpuwcc (mgr.14180) 939 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:10.026 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:10:10.026 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:05.817288Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ghylpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\nDeploy daemon haproxy.nfs.foo.smithi156.ghylpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.902229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qdccrq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\nDeploy daemon haproxy.nfs.foo.smithi079.qdccrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.906088Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bmcikx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:10.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:10 smithi079 bash[24931]: audit 2023-12-21T05:10:09.913070+0000 mon.smithi079 (mon.0) 903 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:10:10.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:10 smithi079 bash[24931]: audit 2023-12-21T05:10:10.173340+0000 mon.smithi079 (mon.0) 904 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:10:10.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:10 smithi156 bash[28307]: audit 2023-12-21T05:10:09.913070+0000 mon.smithi079 (mon.0) 903 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:10:10.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:10 smithi156 bash[28307]: audit 2023-12-21T05:10:10.173340+0000 mon.smithi079 (mon.0) 904 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:10:10.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:11.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:11 smithi079 bash[24931]: cluster 2023-12-21T05:10:09.943226+0000 mgr.smithi079.gpuwcc (mgr.14180) 940 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:11.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:11 smithi079 bash[24931]: audit 2023-12-21T05:10:10.016151+0000 mgr.smithi079.gpuwcc (mgr.14180) 941 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:11.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:11 smithi079 bash[24931]: audit 2023-12-21T05:10:10.426001+0000 mon.smithi079 (mon.0) 905 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:10:11.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:11 smithi079 bash[24931]: audit 2023-12-21T05:10:10.427150+0000 mon.smithi079 (mon.0) 906 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:10:11.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:11 smithi079 bash[24931]: audit 2023-12-21T05:10:10.433176+0000 mon.smithi079 (mon.0) 907 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:10:11.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:11 smithi079 bash[24931]: audit 2023-12-21T05:10:10.439547+0000 mon.smithi079 (mon.0) 908 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:10:11.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:11 smithi079 bash[24931]: audit 2023-12-21T05:10:10.450820+0000 mon.smithi079 (mon.0) 909 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:10:11.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:11 smithi156 bash[28307]: cluster 2023-12-21T05:10:09.943226+0000 mgr.smithi079.gpuwcc (mgr.14180) 940 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:11.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:11 smithi156 bash[28307]: audit 2023-12-21T05:10:10.016151+0000 mgr.smithi079.gpuwcc (mgr.14180) 941 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:11.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:11 smithi156 bash[28307]: audit 2023-12-21T05:10:10.426001+0000 mon.smithi079 (mon.0) 905 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:10:11.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:11 smithi156 bash[28307]: audit 2023-12-21T05:10:10.427150+0000 mon.smithi079 (mon.0) 906 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:10:11.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:11 smithi156 bash[28307]: audit 2023-12-21T05:10:10.433176+0000 mon.smithi079 (mon.0) 907 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:10:11.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:11 smithi156 bash[28307]: audit 2023-12-21T05:10:10.439547+0000 mon.smithi079 (mon.0) 908 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:10:11.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:11 smithi156 bash[28307]: audit 2023-12-21T05:10:10.450820+0000 mon.smithi079 (mon.0) 909 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:10:11.767 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:12.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:12 smithi079 bash[24931]: cluster 2023-12-21T05:10:10.433878+0000 mgr.smithi079.gpuwcc (mgr.14180) 942 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 390 B/s rd, 0 op/s 2023-12-21T05:10:12.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:12 smithi079 bash[24931]: cephadm 2023-12-21T05:10:10.455356+0000 mgr.smithi079.gpuwcc (mgr.14180) 943 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.qtgueq on smithi156 2023-12-21T05:10:12.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:12 smithi079 bash[24931]: cluster 2023-12-21T05:10:11.430940+0000 mon.smithi079 (mon.0) 910 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:10:12.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:12 smithi079 bash[24931]: cluster 2023-12-21T05:10:11.430994+0000 mon.smithi079 (mon.0) 911 : cluster [INF] Cluster is now healthy 2023-12-21T05:10:12.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:12 smithi156 bash[28307]: cluster 2023-12-21T05:10:10.433878+0000 mgr.smithi079.gpuwcc (mgr.14180) 942 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 390 B/s rd, 0 op/s 2023-12-21T05:10:12.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:12 smithi156 bash[28307]: cephadm 2023-12-21T05:10:10.455356+0000 mgr.smithi079.gpuwcc (mgr.14180) 943 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.qtgueq on smithi156 2023-12-21T05:10:12.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:12 smithi156 bash[28307]: cluster 2023-12-21T05:10:11.430940+0000 mon.smithi079 (mon.0) 910 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:10:12.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:12 smithi156 bash[28307]: cluster 2023-12-21T05:10:11.430994+0000 mon.smithi079 (mon.0) 911 : cluster [INF] Cluster is now healthy 2023-12-21T05:10:14.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:14 smithi079 bash[24931]: cluster 2023-12-21T05:10:12.434772+0000 mgr.smithi079.gpuwcc (mgr.14180) 944 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-21T05:10:14.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:14 smithi156 bash[28307]: cluster 2023-12-21T05:10:12.434772+0000 mgr.smithi079.gpuwcc (mgr.14180) 944 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-21T05:10:14.809 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:10:14.809 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:01.428432Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.msxnqx on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:05.817288Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ghylpt on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ghylpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ghylpt\nDeploy daemon haproxy.nfs.foo.smithi156.ghylpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.902229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qdccrq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-qdccrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.qdccrq\nDeploy daemon haproxy.nfs.foo.smithi079.qdccrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:09.906088Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.bmcikx on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:15.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:15 smithi079 bash[24931]: audit 2023-12-21T05:10:14.873375+0000 mon.smithi079 (mon.0) 912 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.qtgueq"}]: dispatch 2023-12-21T05:10:15.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:15 smithi156 bash[28307]: audit 2023-12-21T05:10:14.873375+0000 mon.smithi079 (mon.0) 912 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.qtgueq"}]: dispatch 2023-12-21T05:10:15.627 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:16.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: cluster 2023-12-21T05:10:14.435339+0000 mgr.smithi079.gpuwcc (mgr.14180) 945 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-21T05:10:16.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: audit 2023-12-21T05:10:14.799804+0000 mgr.smithi079.gpuwcc (mgr.14180) 946 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:16.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: cephadm 2023-12-21T05:10:14.872521+0000 mgr.smithi079.gpuwcc (mgr.14180) 947 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq 2023-12-21T05:10:16.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:10:16.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq 2023-12-21T05:10:16.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq 2023-12-21T05:10:16.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:10:16.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq 2023-12-21T05:10:16.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.qtgueq ... 2023-12-21T05:10:16.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:16.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:10:16.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:10:16.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:10:16.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:16.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:10:16.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:10:16.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:10:16.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:10:16.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:10:16.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq 2023-12-21T05:10:16.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:10:16.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq 2023-12-21T05:10:16.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq 2023-12-21T05:10:16.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:10:16.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq 2023-12-21T05:10:16.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.qtgueq ... 2023-12-21T05:10:16.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:16.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:10:16.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:10:16.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:10:16.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:16.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: cephadm 2023-12-21T05:10:14.872878+0000 mgr.smithi079.gpuwcc (mgr.14180) 948 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.qtgueq 2023-12-21T05:10:16.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: cephadm 2023-12-21T05:10:14.874610+0000 mgr.smithi079.gpuwcc (mgr.14180) 949 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.qtgueq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq 2023-12-21T05:10:16.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:10:16.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq 2023-12-21T05:10:16.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq 2023-12-21T05:10:16.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:10:16.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq 2023-12-21T05:10:16.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.qtgueq ... 2023-12-21T05:10:16.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:16.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:10:16.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:10:16.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:10:16.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:16.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:16 smithi156 bash[28307]: cephadm 2023-12-21T05:10:14.877862+0000 mgr.smithi079.gpuwcc (mgr.14180) 950 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.xcqmjd on smithi079 2023-12-21T05:10:16.628 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:16.642 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: cluster 2023-12-21T05:10:14.435339+0000 mgr.smithi079.gpuwcc (mgr.14180) 945 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-21T05:10:16.642 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: audit 2023-12-21T05:10:14.799804+0000 mgr.smithi079.gpuwcc (mgr.14180) 946 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:16.642 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: cephadm 2023-12-21T05:10:14.872521+0000 mgr.smithi079.gpuwcc (mgr.14180) 947 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq 2023-12-21T05:10:16.642 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:10:16.642 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq 2023-12-21T05:10:16.642 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq 2023-12-21T05:10:16.642 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:10:16.643 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq 2023-12-21T05:10:16.643 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.qtgueq ... 2023-12-21T05:10:16.643 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:16.643 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:10:16.643 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:10:16.643 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:10:16.643 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:16.643 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:10:16.643 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:10:16.643 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:10:16.643 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:10:16.643 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:10:16.643 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq 2023-12-21T05:10:16.644 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:10:16.644 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq 2023-12-21T05:10:16.644 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq 2023-12-21T05:10:16.644 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:10:16.644 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq 2023-12-21T05:10:16.644 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.qtgueq ... 2023-12-21T05:10:16.644 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:16.644 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:10:16.644 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:10:16.644 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:10:16.644 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:16.644 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: cephadm 2023-12-21T05:10:14.872878+0000 mgr.smithi079.gpuwcc (mgr.14180) 948 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.qtgueq 2023-12-21T05:10:16.644 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: cephadm 2023-12-21T05:10:14.874610+0000 mgr.smithi079.gpuwcc (mgr.14180) 949 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.qtgueq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq 2023-12-21T05:10:16.644 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:10:16.645 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq 2023-12-21T05:10:16.645 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq 2023-12-21T05:10:16.645 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:10:16.645 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq 2023-12-21T05:10:16.645 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.qtgueq ... 2023-12-21T05:10:16.645 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:16.645 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:10:16.645 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:10:16.645 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:10:16.645 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:16.645 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:16 smithi079 bash[24931]: cephadm 2023-12-21T05:10:14.877862+0000 mgr.smithi079.gpuwcc (mgr.14180) 950 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.xcqmjd on smithi079 2023-12-21T05:10:18.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:18 smithi156 bash[28307]: cluster 2023-12-21T05:10:16.436507+0000 mgr.smithi079.gpuwcc (mgr.14180) 951 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-21T05:10:18.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:18 smithi079 bash[24931]: cluster 2023-12-21T05:10:16.436507+0000 mgr.smithi079.gpuwcc (mgr.14180) 951 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-21T05:10:19.904 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:10:19.904 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:14.874405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qtgueq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\nDeploy daemon haproxy.nfs.foo.smithi156.qtgueq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.311822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xcqmjd on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\nDeploy daemon haproxy.nfs.foo.smithi079.xcqmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.313945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jxhkah on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:20.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:20 smithi079 bash[24931]: cluster 2023-12-21T05:10:18.437017+0000 mgr.smithi079.gpuwcc (mgr.14180) 952 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-21T05:10:20.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:20 smithi079 bash[24931]: audit 2023-12-21T05:10:19.311159+0000 mon.smithi079 (mon.0) 913 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.xcqmjd"}]: dispatch 2023-12-21T05:10:20.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:20 smithi079 bash[24931]: audit 2023-12-21T05:10:19.846653+0000 mon.smithi079 (mon.0) 914 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:10:20.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:20 smithi156 bash[28307]: cluster 2023-12-21T05:10:18.437017+0000 mgr.smithi079.gpuwcc (mgr.14180) 952 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-21T05:10:20.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:20 smithi156 bash[28307]: audit 2023-12-21T05:10:19.311159+0000 mon.smithi079 (mon.0) 913 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.xcqmjd"}]: dispatch 2023-12-21T05:10:20.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:20 smithi156 bash[28307]: audit 2023-12-21T05:10:19.846653+0000 mon.smithi079 (mon.0) 914 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:10:20.757 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:21.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: cephadm 2023-12-21T05:10:19.310464+0000 mgr.smithi079.gpuwcc (mgr.14180) 953 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd 2023-12-21T05:10:21.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:10:21.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd 2023-12-21T05:10:21.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd 2023-12-21T05:10:21.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:10:21.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd 2023-12-21T05:10:21.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.xcqmjd ... 2023-12-21T05:10:21.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:21.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:10:21.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:10:21.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:10:21.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:21.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:10:21.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:10:21.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:10:21.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:10:21.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:10:21.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd 2023-12-21T05:10:21.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:10:21.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd 2023-12-21T05:10:21.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd 2023-12-21T05:10:21.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:10:21.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd 2023-12-21T05:10:21.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.xcqmjd ... 2023-12-21T05:10:21.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:21.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:10:21.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:10:21.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:10:21.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:21.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: cephadm 2023-12-21T05:10:19.310770+0000 mgr.smithi079.gpuwcc (mgr.14180) 954 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.xcqmjd 2023-12-21T05:10:21.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: cephadm 2023-12-21T05:10:19.311943+0000 mgr.smithi079.gpuwcc (mgr.14180) 955 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.xcqmjd on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd 2023-12-21T05:10:21.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:10:21.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd 2023-12-21T05:10:21.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd 2023-12-21T05:10:21.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:10:21.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd 2023-12-21T05:10:21.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.xcqmjd ... 2023-12-21T05:10:21.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:21.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:10:21.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:10:21.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:10:21.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:21.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: cephadm 2023-12-21T05:10:19.314050+0000 mgr.smithi079.gpuwcc (mgr.14180) 956 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.jxhkah on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:10:21.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: cephadm 2023-12-21T05:10:19.315627+0000 mgr.smithi079.gpuwcc (mgr.14180) 957 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:10:21.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: cluster 2023-12-21T05:10:19.316643+0000 mgr.smithi079.gpuwcc (mgr.14180) 958 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 218 B/s rd, 0 op/s 2023-12-21T05:10:21.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: audit 2023-12-21T05:10:19.895048+0000 mgr.smithi079.gpuwcc (mgr.14180) 959 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:21.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:21 smithi079 bash[24931]: cluster 2023-12-21T05:10:20.242936+0000 mon.smithi079 (mon.0) 915 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:10:21.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: cephadm 2023-12-21T05:10:19.310464+0000 mgr.smithi079.gpuwcc (mgr.14180) 953 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd 2023-12-21T05:10:21.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:10:21.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd 2023-12-21T05:10:21.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd 2023-12-21T05:10:21.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:10:21.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd 2023-12-21T05:10:21.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.xcqmjd ... 2023-12-21T05:10:21.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:21.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:10:21.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:10:21.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:10:21.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:21.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:10:21.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:10:21.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:10:21.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:10:21.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:10:21.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd 2023-12-21T05:10:21.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:10:21.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd 2023-12-21T05:10:21.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd 2023-12-21T05:10:21.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:10:21.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd 2023-12-21T05:10:21.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.xcqmjd ... 2023-12-21T05:10:21.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:21.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:10:21.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:10:21.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:10:21.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:21.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: cephadm 2023-12-21T05:10:19.310770+0000 mgr.smithi079.gpuwcc (mgr.14180) 954 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.xcqmjd 2023-12-21T05:10:21.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: cephadm 2023-12-21T05:10:19.311943+0000 mgr.smithi079.gpuwcc (mgr.14180) 955 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.xcqmjd on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd 2023-12-21T05:10:21.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:10:21.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd 2023-12-21T05:10:21.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd 2023-12-21T05:10:21.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:10:21.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd 2023-12-21T05:10:21.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.xcqmjd ... 2023-12-21T05:10:21.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:21.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:10:21.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:10:21.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:10:21.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:21.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: cephadm 2023-12-21T05:10:19.314050+0000 mgr.smithi079.gpuwcc (mgr.14180) 956 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.jxhkah on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:10:21.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: cephadm 2023-12-21T05:10:19.315627+0000 mgr.smithi079.gpuwcc (mgr.14180) 957 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:10:21.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: cluster 2023-12-21T05:10:19.316643+0000 mgr.smithi079.gpuwcc (mgr.14180) 958 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 218 B/s rd, 0 op/s 2023-12-21T05:10:21.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: audit 2023-12-21T05:10:19.895048+0000 mgr.smithi079.gpuwcc (mgr.14180) 959 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:21.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:21 smithi156 bash[28307]: cluster 2023-12-21T05:10:20.242936+0000 mon.smithi079 (mon.0) 915 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:10:21.758 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:23.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:23 smithi079 bash[24931]: cluster 2023-12-21T05:10:21.318063+0000 mgr.smithi079.gpuwcc (mgr.14180) 960 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2023-12-21T05:10:23.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:23 smithi079 bash[24931]: audit 2023-12-21T05:10:22.801502+0000 mon.smithi079 (mon.0) 916 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:10:23.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:23 smithi156 bash[28307]: cluster 2023-12-21T05:10:21.318063+0000 mgr.smithi079.gpuwcc (mgr.14180) 960 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2023-12-21T05:10:23.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:23 smithi156 bash[28307]: audit 2023-12-21T05:10:22.801502+0000 mon.smithi079 (mon.0) 916 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:10:24.548 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:24 smithi156 bash[28307]: cluster 2023-12-21T05:10:23.318671+0000 mgr.smithi079.gpuwcc (mgr.14180) 961 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2023-12-21T05:10:24.548 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:24 smithi079 bash[24931]: cluster 2023-12-21T05:10:23.318671+0000 mgr.smithi079.gpuwcc (mgr.14180) 961 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2023-12-21T05:10:24.925 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:10:24.925 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:14.874405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qtgueq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\nDeploy daemon haproxy.nfs.foo.smithi156.qtgueq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.311822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xcqmjd on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\nDeploy daemon haproxy.nfs.foo.smithi079.xcqmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.313945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jxhkah on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:25.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:25 smithi079 bash[24931]: audit 2023-12-21T05:10:24.914716+0000 mgr.smithi079.gpuwcc (mgr.14180) 962 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:25.670 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:25.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:25 smithi156 bash[28307]: audit 2023-12-21T05:10:24.914716+0000 mgr.smithi079.gpuwcc (mgr.14180) 962 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:26.671 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:27.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:27 smithi079 bash[24931]: cluster 2023-12-21T05:10:25.319464+0000 mgr.smithi079.gpuwcc (mgr.14180) 963 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2023-12-21T05:10:27.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:27 smithi156 bash[28307]: cluster 2023-12-21T05:10:25.319464+0000 mgr.smithi079.gpuwcc (mgr.14180) 963 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2023-12-21T05:10:29.309 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:29 smithi079 bash[24931]: cluster 2023-12-21T05:10:27.320644+0000 mgr.smithi079.gpuwcc (mgr.14180) 964 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2023-12-21T05:10:29.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:29 smithi156 bash[28307]: cluster 2023-12-21T05:10:27.320644+0000 mgr.smithi079.gpuwcc (mgr.14180) 964 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2023-12-21T05:10:29.667 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:10:29.667 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:14.874405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qtgueq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\nDeploy daemon haproxy.nfs.foo.smithi156.qtgueq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.311822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xcqmjd on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\nDeploy daemon haproxy.nfs.foo.smithi079.xcqmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.313945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jxhkah on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:30.338 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:31.339 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:31.352 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:31 smithi079 bash[24931]: cluster 2023-12-21T05:10:29.321205+0000 mgr.smithi079.gpuwcc (mgr.14180) 965 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2023-12-21T05:10:31.353 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:31 smithi079 bash[24931]: audit 2023-12-21T05:10:29.656914+0000 mgr.smithi079.gpuwcc (mgr.14180) 966 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:31.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:31 smithi156 bash[28307]: cluster 2023-12-21T05:10:29.321205+0000 mgr.smithi079.gpuwcc (mgr.14180) 965 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2023-12-21T05:10:31.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:31 smithi156 bash[28307]: audit 2023-12-21T05:10:29.656914+0000 mgr.smithi079.gpuwcc (mgr.14180) 966 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:33.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:33 smithi079 bash[24931]: cluster 2023-12-21T05:10:31.322755+0000 mgr.smithi079.gpuwcc (mgr.14180) 967 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:10:33.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:33 smithi156 bash[28307]: cluster 2023-12-21T05:10:31.322755+0000 mgr.smithi079.gpuwcc (mgr.14180) 967 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:10:34.315 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:10:34.316 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:14.874405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qtgueq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\nDeploy daemon haproxy.nfs.foo.smithi156.qtgueq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.311822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xcqmjd on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\nDeploy daemon haproxy.nfs.foo.smithi079.xcqmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.313945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jxhkah on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:35.033 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:35.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:35 smithi079 bash[24931]: cluster 2023-12-21T05:10:33.323698+0000 mgr.smithi079.gpuwcc (mgr.14180) 968 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:35.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:35 smithi079 bash[24931]: audit 2023-12-21T05:10:34.846601+0000 mon.smithi079 (mon.0) 917 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:10:35.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:35 smithi156 bash[28307]: cluster 2023-12-21T05:10:33.323698+0000 mgr.smithi079.gpuwcc (mgr.14180) 968 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:35.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:35 smithi156 bash[28307]: audit 2023-12-21T05:10:34.846601+0000 mon.smithi079 (mon.0) 917 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:10:36.034 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:36.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:36 smithi079 bash[24931]: audit 2023-12-21T05:10:34.310958+0000 mgr.smithi079.gpuwcc (mgr.14180) 969 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:36.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:36 smithi156 bash[28307]: audit 2023-12-21T05:10:34.310958+0000 mgr.smithi079.gpuwcc (mgr.14180) 969 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:37.362 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:37 smithi079 bash[24931]: cluster 2023-12-21T05:10:35.324922+0000 mgr.smithi079.gpuwcc (mgr.14180) 970 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:37 smithi156 bash[28307]: cluster 2023-12-21T05:10:35.324922+0000 mgr.smithi079.gpuwcc (mgr.14180) 970 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:39.029 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:10:39.029 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:14.874405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qtgueq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\nDeploy daemon haproxy.nfs.foo.smithi156.qtgueq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.311822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xcqmjd on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\nDeploy daemon haproxy.nfs.foo.smithi079.xcqmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.313945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jxhkah on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:39.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:39 smithi079 bash[24931]: cluster 2023-12-21T05:10:37.325711+0000 mgr.smithi079.gpuwcc (mgr.14180) 971 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:39.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:39 smithi156 bash[28307]: cluster 2023-12-21T05:10:37.325711+0000 mgr.smithi079.gpuwcc (mgr.14180) 971 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:39.821 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:40.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:40 smithi079 bash[24931]: audit 2023-12-21T05:10:39.018731+0000 mgr.smithi079.gpuwcc (mgr.14180) 972 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:40.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:40 smithi156 bash[28307]: audit 2023-12-21T05:10:39.018731+0000 mgr.smithi079.gpuwcc (mgr.14180) 972 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:40.821 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:41.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:41 smithi079 bash[24931]: cluster 2023-12-21T05:10:39.326644+0000 mgr.smithi079.gpuwcc (mgr.14180) 973 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:41.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:41 smithi156 bash[28307]: cluster 2023-12-21T05:10:39.326644+0000 mgr.smithi079.gpuwcc (mgr.14180) 973 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:43.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:43 smithi079 bash[24931]: cluster 2023-12-21T05:10:41.327905+0000 mgr.smithi079.gpuwcc (mgr.14180) 974 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:10:43.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:43 smithi156 bash[28307]: cluster 2023-12-21T05:10:41.327905+0000 mgr.smithi079.gpuwcc (mgr.14180) 974 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:10:44.153 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:10:44.154 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:14.874405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qtgueq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\nDeploy daemon haproxy.nfs.foo.smithi156.qtgueq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.311822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xcqmjd on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\nDeploy daemon haproxy.nfs.foo.smithi079.xcqmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.313945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jxhkah on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:44.901 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:45.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:45 smithi079 bash[24931]: cluster 2023-12-21T05:10:43.328798+0000 mgr.smithi079.gpuwcc (mgr.14180) 975 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:45.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:45 smithi079 bash[24931]: audit 2023-12-21T05:10:44.144101+0000 mgr.smithi079.gpuwcc (mgr.14180) 976 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:45.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:45 smithi156 bash[28307]: cluster 2023-12-21T05:10:43.328798+0000 mgr.smithi079.gpuwcc (mgr.14180) 975 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:45.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:45 smithi156 bash[28307]: audit 2023-12-21T05:10:44.144101+0000 mgr.smithi079.gpuwcc (mgr.14180) 976 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:45.902 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:47.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:47 smithi079 bash[24931]: cluster 2023-12-21T05:10:45.330223+0000 mgr.smithi079.gpuwcc (mgr.14180) 977 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:47.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:47 smithi156 bash[28307]: cluster 2023-12-21T05:10:45.330223+0000 mgr.smithi079.gpuwcc (mgr.14180) 977 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:48.940 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:10:48.940 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:14.874405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qtgueq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\nDeploy daemon haproxy.nfs.foo.smithi156.qtgueq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.311822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xcqmjd on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\nDeploy daemon haproxy.nfs.foo.smithi079.xcqmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.313945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jxhkah on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:49.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:49 smithi079 bash[24931]: cluster 2023-12-21T05:10:47.330939+0000 mgr.smithi079.gpuwcc (mgr.14180) 978 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:49.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:49 smithi156 bash[28307]: cluster 2023-12-21T05:10:47.330939+0000 mgr.smithi079.gpuwcc (mgr.14180) 978 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:49.689 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:50.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:50 smithi079 bash[24931]: audit 2023-12-21T05:10:48.929295+0000 mgr.smithi079.gpuwcc (mgr.14180) 979 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:50.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:50 smithi156 bash[28307]: audit 2023-12-21T05:10:48.929295+0000 mgr.smithi079.gpuwcc (mgr.14180) 979 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:50.690 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:51.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:51 smithi079 bash[24931]: cluster 2023-12-21T05:10:49.331833+0000 mgr.smithi079.gpuwcc (mgr.14180) 980 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:51.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:51 smithi156 bash[28307]: cluster 2023-12-21T05:10:49.331833+0000 mgr.smithi079.gpuwcc (mgr.14180) 980 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:53.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:53 smithi079 bash[24931]: cluster 2023-12-21T05:10:51.333408+0000 mgr.smithi079.gpuwcc (mgr.14180) 981 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:10:53.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:53 smithi156 bash[28307]: cluster 2023-12-21T05:10:51.333408+0000 mgr.smithi079.gpuwcc (mgr.14180) 981 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:10:53.922 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:10:53.924 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:14.874405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qtgueq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\nDeploy daemon haproxy.nfs.foo.smithi156.qtgueq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.311822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xcqmjd on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\nDeploy daemon haproxy.nfs.foo.smithi079.xcqmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.313945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jxhkah on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:54.654 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:55.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:55 smithi079 bash[24931]: cluster 2023-12-21T05:10:53.334043+0000 mgr.smithi079.gpuwcc (mgr.14180) 982 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:55.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:55 smithi079 bash[24931]: audit 2023-12-21T05:10:53.913888+0000 mgr.smithi079.gpuwcc (mgr.14180) 983 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:55 smithi156 bash[28307]: cluster 2023-12-21T05:10:53.334043+0000 mgr.smithi079.gpuwcc (mgr.14180) 982 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:55 smithi156 bash[28307]: audit 2023-12-21T05:10:53.913888+0000 mgr.smithi079.gpuwcc (mgr.14180) 983 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:55.655 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:57.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:57 smithi079 bash[24931]: cluster 2023-12-21T05:10:55.335226+0000 mgr.smithi079.gpuwcc (mgr.14180) 984 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:57.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:57 smithi156 bash[28307]: cluster 2023-12-21T05:10:55.335226+0000 mgr.smithi079.gpuwcc (mgr.14180) 984 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:58.753 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:10:58.753 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:14.874405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qtgueq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\nDeploy daemon haproxy.nfs.foo.smithi156.qtgueq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.311822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xcqmjd on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\nDeploy daemon haproxy.nfs.foo.smithi079.xcqmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.313945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jxhkah on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:59.160 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:10:59 smithi079 bash[24931]: cluster 2023-12-21T05:10:57.336353+0000 mgr.smithi079.gpuwcc (mgr.14180) 985 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:10:59 smithi156 bash[28307]: cluster 2023-12-21T05:10:57.336353+0000 mgr.smithi079.gpuwcc (mgr.14180) 985 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:59.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:00.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:00 smithi079 bash[24931]: audit 2023-12-21T05:10:58.747950+0000 mgr.smithi079.gpuwcc (mgr.14180) 986 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:00 smithi156 bash[28307]: audit 2023-12-21T05:10:58.747950+0000 mgr.smithi079.gpuwcc (mgr.14180) 986 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:00.500 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:01.477 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:01 smithi079 bash[24931]: cluster 2023-12-21T05:10:59.337213+0000 mgr.smithi079.gpuwcc (mgr.14180) 987 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:01.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:01 smithi156 bash[28307]: cluster 2023-12-21T05:10:59.337213+0000 mgr.smithi079.gpuwcc (mgr.14180) 987 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:03.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:03 smithi079 bash[24931]: cluster 2023-12-21T05:11:01.338048+0000 mgr.smithi079.gpuwcc (mgr.14180) 988 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:11:03.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:03 smithi156 bash[28307]: cluster 2023-12-21T05:11:01.338048+0000 mgr.smithi079.gpuwcc (mgr.14180) 988 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:11:03.499 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:11:03.499 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:14.874405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qtgueq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\nDeploy daemon haproxy.nfs.foo.smithi156.qtgueq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.311822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xcqmjd on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\nDeploy daemon haproxy.nfs.foo.smithi079.xcqmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.313945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jxhkah on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:04.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:05.297 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:05.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:05 smithi079 bash[24931]: cluster 2023-12-21T05:11:03.338850+0000 mgr.smithi079.gpuwcc (mgr.14180) 989 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:05.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:05 smithi079 bash[24931]: audit 2023-12-21T05:11:03.487522+0000 mgr.smithi079.gpuwcc (mgr.14180) 990 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:05.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:05 smithi156 bash[28307]: cluster 2023-12-21T05:11:03.338850+0000 mgr.smithi079.gpuwcc (mgr.14180) 989 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:05.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:05 smithi156 bash[28307]: audit 2023-12-21T05:11:03.487522+0000 mgr.smithi079.gpuwcc (mgr.14180) 990 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:07.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:07 smithi079 bash[24931]: cluster 2023-12-21T05:11:05.340195+0000 mgr.smithi079.gpuwcc (mgr.14180) 991 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:07.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:07 smithi156 bash[28307]: cluster 2023-12-21T05:11:05.340195+0000 mgr.smithi079.gpuwcc (mgr.14180) 991 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:08.620 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:11:08.621 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:14.874405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qtgueq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\nDeploy daemon haproxy.nfs.foo.smithi156.qtgueq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.311822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xcqmjd on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\nDeploy daemon haproxy.nfs.foo.smithi079.xcqmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.313945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jxhkah on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:09.382 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:09.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:09 smithi079 bash[24931]: cluster 2023-12-21T05:11:07.340955+0000 mgr.smithi079.gpuwcc (mgr.14180) 992 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:09.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:09 smithi156 bash[28307]: cluster 2023-12-21T05:11:07.340955+0000 mgr.smithi079.gpuwcc (mgr.14180) 992 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:10.384 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:10.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:10 smithi079 bash[24931]: audit 2023-12-21T05:11:08.609927+0000 mgr.smithi079.gpuwcc (mgr.14180) 993 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:10.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:10 smithi156 bash[28307]: audit 2023-12-21T05:11:08.609927+0000 mgr.smithi079.gpuwcc (mgr.14180) 993 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:11.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:11 smithi079 bash[24931]: cluster 2023-12-21T05:11:09.341855+0000 mgr.smithi079.gpuwcc (mgr.14180) 994 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:11.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:11 smithi156 bash[28307]: cluster 2023-12-21T05:11:09.341855+0000 mgr.smithi079.gpuwcc (mgr.14180) 994 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:13.351 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:11:13.351 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:14.874405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qtgueq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\nDeploy daemon haproxy.nfs.foo.smithi156.qtgueq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.311822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xcqmjd on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\nDeploy daemon haproxy.nfs.foo.smithi079.xcqmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.313945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jxhkah on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:13.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:13 smithi079 bash[24931]: cluster 2023-12-21T05:11:11.343426+0000 mgr.smithi079.gpuwcc (mgr.14180) 995 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:11:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:13 smithi156 bash[28307]: cluster 2023-12-21T05:11:11.343426+0000 mgr.smithi079.gpuwcc (mgr.14180) 995 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:11:14.141 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:15.142 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:15.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:15 smithi079 bash[24931]: cluster 2023-12-21T05:11:13.344336+0000 mgr.smithi079.gpuwcc (mgr.14180) 996 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:15.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:15 smithi079 bash[24931]: audit 2023-12-21T05:11:13.345895+0000 mgr.smithi079.gpuwcc (mgr.14180) 997 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:15.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:15 smithi156 bash[28307]: cluster 2023-12-21T05:11:13.344336+0000 mgr.smithi079.gpuwcc (mgr.14180) 996 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:15.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:15 smithi156 bash[28307]: audit 2023-12-21T05:11:13.345895+0000 mgr.smithi079.gpuwcc (mgr.14180) 997 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:17.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:17 smithi079 bash[24931]: cluster 2023-12-21T05:11:15.345128+0000 mgr.smithi079.gpuwcc (mgr.14180) 998 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:17.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:17 smithi156 bash[28307]: cluster 2023-12-21T05:11:15.345128+0000 mgr.smithi079.gpuwcc (mgr.14180) 998 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:18.291 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:11:18.291 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:14.874405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qtgueq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\nDeploy daemon haproxy.nfs.foo.smithi156.qtgueq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.311822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xcqmjd on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\nDeploy daemon haproxy.nfs.foo.smithi079.xcqmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.313945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jxhkah on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:19.011 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:19.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:19 smithi079 bash[24931]: cluster 2023-12-21T05:11:17.346336+0000 mgr.smithi079.gpuwcc (mgr.14180) 999 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:19.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:19 smithi156 bash[28307]: cluster 2023-12-21T05:11:17.346336+0000 mgr.smithi079.gpuwcc (mgr.14180) 999 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:20.012 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:20.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:20 smithi079 bash[24931]: audit 2023-12-21T05:11:18.283512+0000 mgr.smithi079.gpuwcc (mgr.14180) 1000 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:20.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:20 smithi079 bash[24931]: audit 2023-12-21T05:11:19.319293+0000 mon.smithi079 (mon.0) 918 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:11:20.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:20 smithi156 bash[28307]: audit 2023-12-21T05:11:18.283512+0000 mgr.smithi079.gpuwcc (mgr.14180) 1000 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:20.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:20 smithi156 bash[28307]: audit 2023-12-21T05:11:19.319293+0000 mon.smithi079 (mon.0) 918 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:11:21.318 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:21 smithi079 bash[24931]: cluster 2023-12-21T05:11:19.347020+0000 mgr.smithi079.gpuwcc (mgr.14180) 1001 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:21.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:21 smithi156 bash[28307]: cluster 2023-12-21T05:11:19.347020+0000 mgr.smithi079.gpuwcc (mgr.14180) 1001 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:23.030 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:11:23.030 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:01:03.500289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:01:03.073694Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:01:03.500492Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:14.874405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qtgueq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\nDeploy daemon haproxy.nfs.foo.smithi156.qtgueq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.311822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xcqmjd on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\nDeploy daemon haproxy.nfs.foo.smithi079.xcqmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.313945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jxhkah on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:01:03.074583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:01:03.073880Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:01:03.073988Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:01:03.074706Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:01:03.074087Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:01:03.074190Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:01:03.500690Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:23.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:23 smithi079 bash[24931]: cluster 2023-12-21T05:11:21.348232+0000 mgr.smithi079.gpuwcc (mgr.14180) 1002 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:11:23.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:23 smithi156 bash[28307]: cluster 2023-12-21T05:11:21.348232+0000 mgr.smithi079.gpuwcc (mgr.14180) 1002 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:11:23.816 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:24.548 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:24 smithi156 bash[28307]: audit 2023-12-21T05:11:23.019679+0000 mgr.smithi079.gpuwcc (mgr.14180) 1003 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:24.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:24 smithi079 bash[24931]: audit 2023-12-21T05:11:23.019679+0000 mgr.smithi079.gpuwcc (mgr.14180) 1003 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:24.818 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:25.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:25 smithi079 bash[24931]: cluster 2023-12-21T05:11:23.349134+0000 mgr.smithi079.gpuwcc (mgr.14180) 1004 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:25.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:25 smithi079 bash[24931]: audit 2023-12-21T05:11:24.975038+0000 mon.smithi079 (mon.0) 919 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:11:25.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:25 smithi156 bash[28307]: cluster 2023-12-21T05:11:23.349134+0000 mgr.smithi079.gpuwcc (mgr.14180) 1004 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:25.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:25 smithi156 bash[28307]: audit 2023-12-21T05:11:24.975038+0000 mon.smithi079 (mon.0) 919 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:11:26.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:26 smithi079 bash[24931]: cluster 2023-12-21T05:11:25.350408+0000 mgr.smithi079.gpuwcc (mgr.14180) 1005 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:26.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:26 smithi079 bash[24931]: audit 2023-12-21T05:11:25.698866+0000 mon.smithi079 (mon.0) 920 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:11:26.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:26 smithi079 bash[24931]: audit 2023-12-21T05:11:25.959077+0000 mon.smithi079 (mon.0) 921 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:11:26.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:26 smithi079 bash[24931]: audit 2023-12-21T05:11:25.960305+0000 mon.smithi079 (mon.0) 922 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:11:26.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:26 smithi079 bash[24931]: audit 2023-12-21T05:11:25.966944+0000 mon.smithi079 (mon.0) 923 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:11:26.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:26 smithi079 bash[24931]: cluster 2023-12-21T05:11:25.967717+0000 mgr.smithi079.gpuwcc (mgr.14180) 1006 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2023-12-21T05:11:26.983 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:26 smithi079 bash[24931]: audit 2023-12-21T05:11:25.973220+0000 mon.smithi079 (mon.0) 924 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:11:26.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:26 smithi079 bash[24931]: audit 2023-12-21T05:11:25.983083+0000 mon.smithi079 (mon.0) 925 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:11:26.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:26 smithi079 bash[24931]: cephadm 2023-12-21T05:11:25.986336+0000 mgr.smithi079.gpuwcc (mgr.14180) 1007 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.xrjhsi on smithi156 2023-12-21T05:11:26.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:26 smithi079 bash[24931]: cluster 2023-12-21T05:11:26.259982+0000 mon.smithi079 (mon.0) 926 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:11:26.984 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:26 smithi079 bash[24931]: cluster 2023-12-21T05:11:26.260042+0000 mon.smithi079 (mon.0) 927 : cluster [INF] Cluster is now healthy 2023-12-21T05:11:26.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:26 smithi156 bash[28307]: cluster 2023-12-21T05:11:25.350408+0000 mgr.smithi079.gpuwcc (mgr.14180) 1005 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:26.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:26 smithi156 bash[28307]: audit 2023-12-21T05:11:25.698866+0000 mon.smithi079 (mon.0) 920 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:11:26.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:26 smithi156 bash[28307]: audit 2023-12-21T05:11:25.959077+0000 mon.smithi079 (mon.0) 921 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:11:26.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:26 smithi156 bash[28307]: audit 2023-12-21T05:11:25.960305+0000 mon.smithi079 (mon.0) 922 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:11:26.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:26 smithi156 bash[28307]: audit 2023-12-21T05:11:25.966944+0000 mon.smithi079 (mon.0) 923 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:11:26.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:26 smithi156 bash[28307]: cluster 2023-12-21T05:11:25.967717+0000 mgr.smithi079.gpuwcc (mgr.14180) 1006 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2023-12-21T05:11:26.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:26 smithi156 bash[28307]: audit 2023-12-21T05:11:25.973220+0000 mon.smithi079 (mon.0) 924 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:11:26.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:26 smithi156 bash[28307]: audit 2023-12-21T05:11:25.983083+0000 mon.smithi079 (mon.0) 925 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:11:26.993 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:26 smithi156 bash[28307]: cephadm 2023-12-21T05:11:25.986336+0000 mgr.smithi079.gpuwcc (mgr.14180) 1007 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.xrjhsi on smithi156 2023-12-21T05:11:26.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:26 smithi156 bash[28307]: cluster 2023-12-21T05:11:26.259982+0000 mon.smithi079 (mon.0) 926 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:11:26.994 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:26 smithi156 bash[28307]: cluster 2023-12-21T05:11:26.260042+0000 mon.smithi079 (mon.0) 927 : cluster [INF] Cluster is now healthy 2023-12-21T05:11:28.109 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:11:28.109 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:09.908935Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.riytsh on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:14.874405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qtgueq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\nDeploy daemon haproxy.nfs.foo.smithi156.qtgueq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.311822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xcqmjd on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\nDeploy daemon haproxy.nfs.foo.smithi079.xcqmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.313945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jxhkah on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:28.868 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:29.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:29 smithi079 bash[24931]: cluster 2023-12-21T05:11:27.968547+0000 mgr.smithi079.gpuwcc (mgr.14180) 1008 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2023-12-21T05:11:29.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:29 smithi079 bash[24931]: audit 2023-12-21T05:11:28.103909+0000 mgr.smithi079.gpuwcc (mgr.14180) 1009 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:29.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:29 smithi156 bash[28307]: cluster 2023-12-21T05:11:27.968547+0000 mgr.smithi079.gpuwcc (mgr.14180) 1008 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2023-12-21T05:11:29.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:29 smithi156 bash[28307]: audit 2023-12-21T05:11:28.103909+0000 mgr.smithi079.gpuwcc (mgr.14180) 1009 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:29.870 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:31.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: cluster 2023-12-21T05:11:29.969383+0000 mgr.smithi079.gpuwcc (mgr.14180) 1010 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2023-12-21T05:11:31.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: cephadm 2023-12-21T05:11:30.085942+0000 mgr.smithi079.gpuwcc (mgr.14180) 1011 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi 2023-12-21T05:11:31.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:11:31.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi 2023-12-21T05:11:31.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi 2023-12-21T05:11:31.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:11:31.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi 2023-12-21T05:11:31.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.xrjhsi ... 2023-12-21T05:11:31.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:31.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:11:31.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:11:31.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:11:31.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:31.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:11:31.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:11:31.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:11:31.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:11:31.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:11:31.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi 2023-12-21T05:11:31.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:11:31.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi 2023-12-21T05:11:31.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi 2023-12-21T05:11:31.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:11:31.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi 2023-12-21T05:11:31.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.xrjhsi ... 2023-12-21T05:11:31.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:31.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:11:31.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:11:31.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:11:31.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:31.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: cephadm 2023-12-21T05:11:30.086205+0000 mgr.smithi079.gpuwcc (mgr.14180) 1012 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.xrjhsi 2023-12-21T05:11:31.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: audit 2023-12-21T05:11:30.086777+0000 mon.smithi079 (mon.0) 928 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.xrjhsi"}]: dispatch 2023-12-21T05:11:31.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: cephadm 2023-12-21T05:11:30.088083+0000 mgr.smithi079.gpuwcc (mgr.14180) 1013 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.xrjhsi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi 2023-12-21T05:11:31.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:11:31.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi 2023-12-21T05:11:31.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi 2023-12-21T05:11:31.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:11:31.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi 2023-12-21T05:11:31.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.xrjhsi ... 2023-12-21T05:11:31.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:31.362 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:11:31.362 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:11:31.362 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:11:31.362 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:31.362 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:31 smithi079 bash[24931]: cephadm 2023-12-21T05:11:30.090172+0000 mgr.smithi079.gpuwcc (mgr.14180) 1014 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.vqobct on smithi079 2023-12-21T05:11:31.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: cluster 2023-12-21T05:11:29.969383+0000 mgr.smithi079.gpuwcc (mgr.14180) 1010 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2023-12-21T05:11:31.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: cephadm 2023-12-21T05:11:30.085942+0000 mgr.smithi079.gpuwcc (mgr.14180) 1011 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi 2023-12-21T05:11:31.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:11:31.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi 2023-12-21T05:11:31.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi 2023-12-21T05:11:31.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:11:31.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi 2023-12-21T05:11:31.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.xrjhsi ... 2023-12-21T05:11:31.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:31.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:11:31.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:11:31.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:11:31.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:31.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:11:31.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:11:31.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:11:31.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:11:31.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:11:31.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi 2023-12-21T05:11:31.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:11:31.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi 2023-12-21T05:11:31.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi 2023-12-21T05:11:31.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:11:31.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi 2023-12-21T05:11:31.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.xrjhsi ... 2023-12-21T05:11:31.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:31.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:11:31.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:11:31.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:11:31.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:31.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: cephadm 2023-12-21T05:11:30.086205+0000 mgr.smithi079.gpuwcc (mgr.14180) 1012 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.xrjhsi 2023-12-21T05:11:31.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: audit 2023-12-21T05:11:30.086777+0000 mon.smithi079 (mon.0) 928 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.xrjhsi"}]: dispatch 2023-12-21T05:11:31.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: cephadm 2023-12-21T05:11:30.088083+0000 mgr.smithi079.gpuwcc (mgr.14180) 1013 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.xrjhsi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi 2023-12-21T05:11:31.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:11:31.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi 2023-12-21T05:11:31.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi 2023-12-21T05:11:31.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:11:31.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi 2023-12-21T05:11:31.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.xrjhsi ... 2023-12-21T05:11:31.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:31.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:11:31.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:11:31.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:11:31.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:31.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:31 smithi156 bash[28307]: cephadm 2023-12-21T05:11:30.090172+0000 mgr.smithi079.gpuwcc (mgr.14180) 1014 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.vqobct on smithi079 2023-12-21T05:11:33.109 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:11:33.109 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:14.874405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.qtgueq on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-qtgueq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.qtgueq\nDeploy daemon haproxy.nfs.foo.smithi156.qtgueq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.311822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xcqmjd on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-xcqmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.xcqmjd\nDeploy daemon haproxy.nfs.foo.smithi079.xcqmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:19.313945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.jxhkah on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:30.087974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xrjhsi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\nDeploy daemon haproxy.nfs.foo.smithi156.xrjhsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:33.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:33 smithi079 bash[24931]: cluster 2023-12-21T05:11:31.970472+0000 mgr.smithi079.gpuwcc (mgr.14180) 1015 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2023-12-21T05:11:33.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:33 smithi156 bash[28307]: cluster 2023-12-21T05:11:31.970472+0000 mgr.smithi079.gpuwcc (mgr.14180) 1015 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2023-12-21T05:11:33.918 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:34.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:34 smithi079 bash[24931]: audit 2023-12-21T05:11:33.104032+0000 mgr.smithi079.gpuwcc (mgr.14180) 1016 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:34.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:34 smithi079 bash[24931]: audit 2023-12-21T05:11:34.006625+0000 mon.smithi079 (mon.0) 929 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.vqobct"}]: dispatch 2023-12-21T05:11:34.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:34 smithi156 bash[28307]: audit 2023-12-21T05:11:33.104032+0000 mgr.smithi079.gpuwcc (mgr.14180) 1016 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:34.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:34 smithi156 bash[28307]: audit 2023-12-21T05:11:34.006625+0000 mon.smithi079 (mon.0) 929 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.vqobct"}]: dispatch 2023-12-21T05:11:34.920 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:35.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: cluster 2023-12-21T05:11:33.971134+0000 mgr.smithi079.gpuwcc (mgr.14180) 1017 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2023-12-21T05:11:35.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: cephadm 2023-12-21T05:11:34.005857+0000 mgr.smithi079.gpuwcc (mgr.14180) 1018 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct 2023-12-21T05:11:35.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:11:35.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct 2023-12-21T05:11:35.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct 2023-12-21T05:11:35.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:11:35.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct 2023-12-21T05:11:35.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.vqobct ... 2023-12-21T05:11:35.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:35.234 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:11:35.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:11:35.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:11:35.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:35.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:11:35.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:11:35.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:11:35.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:11:35.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:11:35.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct 2023-12-21T05:11:35.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:11:35.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct 2023-12-21T05:11:35.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct 2023-12-21T05:11:35.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:11:35.235 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct 2023-12-21T05:11:35.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.vqobct ... 2023-12-21T05:11:35.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:35.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:11:35.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:11:35.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:11:35.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:35.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: cephadm 2023-12-21T05:11:34.006090+0000 mgr.smithi079.gpuwcc (mgr.14180) 1019 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.vqobct 2023-12-21T05:11:35.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: cephadm 2023-12-21T05:11:34.007946+0000 mgr.smithi079.gpuwcc (mgr.14180) 1020 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.vqobct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct 2023-12-21T05:11:35.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:11:35.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct 2023-12-21T05:11:35.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct 2023-12-21T05:11:35.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:11:35.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct 2023-12-21T05:11:35.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.vqobct ... 2023-12-21T05:11:35.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:35.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:11:35.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:11:35.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:11:35.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:35.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: cephadm 2023-12-21T05:11:34.011577+0000 mgr.smithi079.gpuwcc (mgr.14180) 1021 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.exgdsh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:11:35.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: cephadm 2023-12-21T05:11:34.014660+0000 mgr.smithi079.gpuwcc (mgr.14180) 1022 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:11:35.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: cluster 2023-12-21T05:11:34.015839+0000 mgr.smithi079.gpuwcc (mgr.14180) 1023 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 236 B/s rd, 0 op/s 2023-12-21T05:11:35.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:35 smithi079 bash[24931]: cluster 2023-12-21T05:11:34.070652+0000 mon.smithi079 (mon.0) 930 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:11:35.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: cluster 2023-12-21T05:11:33.971134+0000 mgr.smithi079.gpuwcc (mgr.14180) 1017 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2023-12-21T05:11:35.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: cephadm 2023-12-21T05:11:34.005857+0000 mgr.smithi079.gpuwcc (mgr.14180) 1018 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct 2023-12-21T05:11:35.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:11:35.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct 2023-12-21T05:11:35.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct 2023-12-21T05:11:35.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:11:35.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct 2023-12-21T05:11:35.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.vqobct ... 2023-12-21T05:11:35.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:35.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:11:35.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:11:35.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:11:35.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:35.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:11:35.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:11:35.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:11:35.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:11:35.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:11:35.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct 2023-12-21T05:11:35.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:11:35.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct 2023-12-21T05:11:35.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct 2023-12-21T05:11:35.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:11:35.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct 2023-12-21T05:11:35.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.vqobct ... 2023-12-21T05:11:35.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:35.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:11:35.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:11:35.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:11:35.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:35.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: cephadm 2023-12-21T05:11:34.006090+0000 mgr.smithi079.gpuwcc (mgr.14180) 1019 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.vqobct 2023-12-21T05:11:35.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: cephadm 2023-12-21T05:11:34.007946+0000 mgr.smithi079.gpuwcc (mgr.14180) 1020 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.vqobct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct 2023-12-21T05:11:35.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:11:35.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct 2023-12-21T05:11:35.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct 2023-12-21T05:11:35.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:11:35.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct 2023-12-21T05:11:35.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.vqobct ... 2023-12-21T05:11:35.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:35.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:11:35.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:11:35.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:11:35.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:35.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: cephadm 2023-12-21T05:11:34.011577+0000 mgr.smithi079.gpuwcc (mgr.14180) 1021 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.exgdsh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:11:35.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: cephadm 2023-12-21T05:11:34.014660+0000 mgr.smithi079.gpuwcc (mgr.14180) 1022 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:11:35.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: cluster 2023-12-21T05:11:34.015839+0000 mgr.smithi079.gpuwcc (mgr.14180) 1023 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 236 B/s rd, 0 op/s 2023-12-21T05:11:35.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:35 smithi156 bash[28307]: cluster 2023-12-21T05:11:34.070652+0000 mon.smithi079 (mon.0) 930 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:11:37.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:37 smithi079 bash[24931]: cluster 2023-12-21T05:11:36.017071+0000 mgr.smithi079.gpuwcc (mgr.14180) 1024 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T05:11:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:37 smithi156 bash[28307]: cluster 2023-12-21T05:11:36.017071+0000 mgr.smithi079.gpuwcc (mgr.14180) 1024 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T05:11:38.184 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:11:38.184 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:30.087974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xrjhsi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\nDeploy daemon haproxy.nfs.foo.smithi156.xrjhsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.007795Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vqobct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\nDeploy daemon haproxy.nfs.foo.smithi079.vqobct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.011393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.exgdsh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:34.014481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:38.932 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:39.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:38 smithi079 bash[24931]: audit 2023-12-21T05:11:37.852035+0000 mon.smithi079 (mon.0) 931 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:11:39.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:38 smithi079 bash[24931]: cluster 2023-12-21T05:11:38.018125+0000 mgr.smithi079.gpuwcc (mgr.14180) 1025 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T05:11:39.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:38 smithi079 bash[24931]: audit 2023-12-21T05:11:38.173594+0000 mgr.smithi079.gpuwcc (mgr.14180) 1026 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:39.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:38 smithi156 bash[28307]: audit 2023-12-21T05:11:37.852035+0000 mon.smithi079 (mon.0) 931 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:11:39.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:38 smithi156 bash[28307]: cluster 2023-12-21T05:11:38.018125+0000 mgr.smithi079.gpuwcc (mgr.14180) 1025 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T05:11:39.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:38 smithi156 bash[28307]: audit 2023-12-21T05:11:38.173594+0000 mgr.smithi079.gpuwcc (mgr.14180) 1026 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:39.933 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:41.348 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:41 smithi079 bash[24931]: cluster 2023-12-21T05:11:40.018827+0000 mgr.smithi079.gpuwcc (mgr.14180) 1027 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T05:11:41.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:41 smithi156 bash[28307]: cluster 2023-12-21T05:11:40.018827+0000 mgr.smithi079.gpuwcc (mgr.14180) 1027 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T05:11:42.853 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:11:42.853 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:30.087974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xrjhsi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\nDeploy daemon haproxy.nfs.foo.smithi156.xrjhsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.007795Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vqobct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\nDeploy daemon haproxy.nfs.foo.smithi079.vqobct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.011393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.exgdsh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:34.014481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:43.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:43 smithi079 bash[24931]: cluster 2023-12-21T05:11:42.020079+0000 mgr.smithi079.gpuwcc (mgr.14180) 1028 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T05:11:43.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:43 smithi156 bash[28307]: cluster 2023-12-21T05:11:42.020079+0000 mgr.smithi079.gpuwcc (mgr.14180) 1028 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T05:11:43.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:44.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:44 smithi079 bash[24931]: audit 2023-12-21T05:11:42.843528+0000 mgr.smithi079.gpuwcc (mgr.14180) 1029 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:44.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:44 smithi156 bash[28307]: audit 2023-12-21T05:11:42.843528+0000 mgr.smithi079.gpuwcc (mgr.14180) 1029 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:44.620 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:45.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:45 smithi079 bash[24931]: cluster 2023-12-21T05:11:44.020950+0000 mgr.smithi079.gpuwcc (mgr.14180) 1030 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T05:11:45.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:45 smithi156 bash[28307]: cluster 2023-12-21T05:11:44.020950+0000 mgr.smithi079.gpuwcc (mgr.14180) 1030 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T05:11:47.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:47 smithi079 bash[24931]: cluster 2023-12-21T05:11:46.022402+0000 mgr.smithi079.gpuwcc (mgr.14180) 1031 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:47.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:47 smithi156 bash[28307]: cluster 2023-12-21T05:11:46.022402+0000 mgr.smithi079.gpuwcc (mgr.14180) 1031 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:47.742 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:11:47.742 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:30.087974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xrjhsi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\nDeploy daemon haproxy.nfs.foo.smithi156.xrjhsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.007795Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vqobct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\nDeploy daemon haproxy.nfs.foo.smithi079.vqobct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.011393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.exgdsh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:34.014481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:48.458 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:49.459 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:49.470 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:49 smithi079 bash[24931]: audit 2023-12-21T05:11:47.730952+0000 mgr.smithi079.gpuwcc (mgr.14180) 1032 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:49.470 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:49 smithi079 bash[24931]: cluster 2023-12-21T05:11:48.023473+0000 mgr.smithi079.gpuwcc (mgr.14180) 1033 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:49.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:49 smithi156 bash[28307]: audit 2023-12-21T05:11:47.730952+0000 mgr.smithi079.gpuwcc (mgr.14180) 1032 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:49.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:49 smithi156 bash[28307]: cluster 2023-12-21T05:11:48.023473+0000 mgr.smithi079.gpuwcc (mgr.14180) 1033 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:51.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:51 smithi079 bash[24931]: cluster 2023-12-21T05:11:50.024472+0000 mgr.smithi079.gpuwcc (mgr.14180) 1034 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:51.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:51 smithi156 bash[28307]: cluster 2023-12-21T05:11:50.024472+0000 mgr.smithi079.gpuwcc (mgr.14180) 1034 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:52.505 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:11:52.506 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:30.087974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xrjhsi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\nDeploy daemon haproxy.nfs.foo.smithi156.xrjhsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.007795Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vqobct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\nDeploy daemon haproxy.nfs.foo.smithi079.vqobct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.011393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.exgdsh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:34.014481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:53.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:53.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:53 smithi079 bash[24931]: cluster 2023-12-21T05:11:52.025797+0000 mgr.smithi079.gpuwcc (mgr.14180) 1035 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:11:53.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:53 smithi156 bash[28307]: cluster 2023-12-21T05:11:52.025797+0000 mgr.smithi079.gpuwcc (mgr.14180) 1035 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:11:54.234 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:54.432 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:54 smithi079 bash[24931]: audit 2023-12-21T05:11:52.494604+0000 mgr.smithi079.gpuwcc (mgr.14180) 1036 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:54.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:54 smithi156 bash[28307]: audit 2023-12-21T05:11:52.494604+0000 mgr.smithi079.gpuwcc (mgr.14180) 1036 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:55.444 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:55 smithi079 bash[24931]: cluster 2023-12-21T05:11:54.026711+0000 mgr.smithi079.gpuwcc (mgr.14180) 1037 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:55.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:55 smithi156 bash[28307]: cluster 2023-12-21T05:11:54.026711+0000 mgr.smithi079.gpuwcc (mgr.14180) 1037 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:57.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:57 smithi079 bash[24931]: cluster 2023-12-21T05:11:56.028172+0000 mgr.smithi079.gpuwcc (mgr.14180) 1038 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:57.288 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:11:57.288 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:30.087974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xrjhsi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\nDeploy daemon haproxy.nfs.foo.smithi156.xrjhsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.007795Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vqobct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\nDeploy daemon haproxy.nfs.foo.smithi079.vqobct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.011393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.exgdsh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:34.014481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:57.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:57 smithi156 bash[28307]: cluster 2023-12-21T05:11:56.028172+0000 mgr.smithi079.gpuwcc (mgr.14180) 1038 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:57.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:58.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:58 smithi079 bash[24931]: audit 2023-12-21T05:11:57.277672+0000 mgr.smithi079.gpuwcc (mgr.14180) 1039 : audit [DBG] from='client.25061 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:58.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:58 smithi156 bash[28307]: audit 2023-12-21T05:11:57.277672+0000 mgr.smithi079.gpuwcc (mgr.14180) 1039 : audit [DBG] from='client.25061 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:58.980 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:59.296 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:11:59 smithi079 bash[24931]: cluster 2023-12-21T05:11:58.029256+0000 mgr.smithi079.gpuwcc (mgr.14180) 1040 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:11:59 smithi156 bash[28307]: cluster 2023-12-21T05:11:58.029256+0000 mgr.smithi079.gpuwcc (mgr.14180) 1040 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:01.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:01 smithi079 bash[24931]: cluster 2023-12-21T05:12:00.029962+0000 mgr.smithi079.gpuwcc (mgr.14180) 1041 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:01.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:01 smithi156 bash[28307]: cluster 2023-12-21T05:12:00.029962+0000 mgr.smithi079.gpuwcc (mgr.14180) 1041 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:02.111 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:12:02.112 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:30.087974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xrjhsi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\nDeploy daemon haproxy.nfs.foo.smithi156.xrjhsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.007795Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vqobct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\nDeploy daemon haproxy.nfs.foo.smithi079.vqobct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.011393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.exgdsh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:34.014481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:02.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:03.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:03 smithi079 bash[24931]: cluster 2023-12-21T05:12:02.031512+0000 mgr.smithi079.gpuwcc (mgr.14180) 1042 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:12:03.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:03 smithi079 bash[24931]: audit 2023-12-21T05:12:02.102205+0000 mgr.smithi079.gpuwcc (mgr.14180) 1043 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:03.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:03 smithi156 bash[28307]: cluster 2023-12-21T05:12:02.031512+0000 mgr.smithi079.gpuwcc (mgr.14180) 1042 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:12:03.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:03 smithi156 bash[28307]: audit 2023-12-21T05:12:02.102205+0000 mgr.smithi079.gpuwcc (mgr.14180) 1043 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:03.893 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:05.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:05 smithi079 bash[24931]: cluster 2023-12-21T05:12:04.032365+0000 mgr.smithi079.gpuwcc (mgr.14180) 1044 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:05.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:05 smithi156 bash[28307]: cluster 2023-12-21T05:12:04.032365+0000 mgr.smithi079.gpuwcc (mgr.14180) 1044 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:06.979 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:12:06.979 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:30.087974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xrjhsi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\nDeploy daemon haproxy.nfs.foo.smithi156.xrjhsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.007795Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vqobct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\nDeploy daemon haproxy.nfs.foo.smithi079.vqobct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.011393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.exgdsh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:34.014481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:07.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:07 smithi079 bash[24931]: cluster 2023-12-21T05:12:06.033938+0000 mgr.smithi079.gpuwcc (mgr.14180) 1045 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:07.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:07 smithi156 bash[28307]: cluster 2023-12-21T05:12:06.033938+0000 mgr.smithi079.gpuwcc (mgr.14180) 1045 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:07.699 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:08.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:08 smithi079 bash[24931]: audit 2023-12-21T05:12:06.974358+0000 mgr.smithi079.gpuwcc (mgr.14180) 1046 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:08.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:08 smithi156 bash[28307]: audit 2023-12-21T05:12:06.974358+0000 mgr.smithi079.gpuwcc (mgr.14180) 1046 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:08.700 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:09.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:09 smithi079 bash[24931]: cluster 2023-12-21T05:12:08.035035+0000 mgr.smithi079.gpuwcc (mgr.14180) 1047 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:09.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:09 smithi156 bash[28307]: cluster 2023-12-21T05:12:08.035035+0000 mgr.smithi079.gpuwcc (mgr.14180) 1047 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:11.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:11 smithi079 bash[24931]: cluster 2023-12-21T05:12:10.035727+0000 mgr.smithi079.gpuwcc (mgr.14180) 1048 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:11.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:11 smithi156 bash[28307]: cluster 2023-12-21T05:12:10.035727+0000 mgr.smithi079.gpuwcc (mgr.14180) 1048 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:11.776 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:12:11.777 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:30.087974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xrjhsi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\nDeploy daemon haproxy.nfs.foo.smithi156.xrjhsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.007795Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vqobct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\nDeploy daemon haproxy.nfs.foo.smithi079.vqobct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.011393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.exgdsh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:34.014481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:12.523 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:13.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:13 smithi079 bash[24931]: audit 2023-12-21T05:12:11.768160+0000 mgr.smithi079.gpuwcc (mgr.14180) 1049 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:13.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:13 smithi079 bash[24931]: cluster 2023-12-21T05:12:12.036451+0000 mgr.smithi079.gpuwcc (mgr.14180) 1050 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:12:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:13 smithi156 bash[28307]: audit 2023-12-21T05:12:11.768160+0000 mgr.smithi079.gpuwcc (mgr.14180) 1049 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:13.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:13 smithi156 bash[28307]: cluster 2023-12-21T05:12:12.036451+0000 mgr.smithi079.gpuwcc (mgr.14180) 1050 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:12:13.524 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:15.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:15 smithi079 bash[24931]: cluster 2023-12-21T05:12:14.037107+0000 mgr.smithi079.gpuwcc (mgr.14180) 1051 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:15.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:15 smithi156 bash[28307]: cluster 2023-12-21T05:12:14.037107+0000 mgr.smithi079.gpuwcc (mgr.14180) 1051 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:16.584 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:12:16.584 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:30.087974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xrjhsi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\nDeploy daemon haproxy.nfs.foo.smithi156.xrjhsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.007795Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vqobct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\nDeploy daemon haproxy.nfs.foo.smithi079.vqobct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.011393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.exgdsh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:34.014481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:17.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:17.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:17 smithi079 bash[24931]: cluster 2023-12-21T05:12:16.038480+0000 mgr.smithi079.gpuwcc (mgr.14180) 1052 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:17.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:17 smithi156 bash[28307]: cluster 2023-12-21T05:12:16.038480+0000 mgr.smithi079.gpuwcc (mgr.14180) 1052 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:18.375 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:18.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:18 smithi079 bash[24931]: audit 2023-12-21T05:12:16.573276+0000 mgr.smithi079.gpuwcc (mgr.14180) 1053 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:18.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:18 smithi156 bash[28307]: audit 2023-12-21T05:12:16.573276+0000 mgr.smithi079.gpuwcc (mgr.14180) 1053 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:19.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:19 smithi079 bash[24931]: cluster 2023-12-21T05:12:18.039625+0000 mgr.smithi079.gpuwcc (mgr.14180) 1054 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:19.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:19 smithi156 bash[28307]: cluster 2023-12-21T05:12:18.039625+0000 mgr.smithi079.gpuwcc (mgr.14180) 1054 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:21.280 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:12:21.280 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:30.087974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xrjhsi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\nDeploy daemon haproxy.nfs.foo.smithi156.xrjhsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.007795Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vqobct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\nDeploy daemon haproxy.nfs.foo.smithi079.vqobct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.011393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.exgdsh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:34.014481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:21.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:21 smithi079 bash[24931]: cluster 2023-12-21T05:12:20.040706+0000 mgr.smithi079.gpuwcc (mgr.14180) 1055 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:21.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:21 smithi156 bash[28307]: cluster 2023-12-21T05:12:20.040706+0000 mgr.smithi079.gpuwcc (mgr.14180) 1055 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:22.051 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:22.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:22 smithi079 bash[24931]: audit 2023-12-21T05:12:21.269907+0000 mgr.smithi079.gpuwcc (mgr.14180) 1056 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:22.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:22 smithi156 bash[28307]: audit 2023-12-21T05:12:21.269907+0000 mgr.smithi079.gpuwcc (mgr.14180) 1056 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:23.053 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:23.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:23 smithi079 bash[24931]: cluster 2023-12-21T05:12:22.042069+0000 mgr.smithi079.gpuwcc (mgr.14180) 1057 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:12:23.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:23 smithi156 bash[28307]: cluster 2023-12-21T05:12:22.042069+0000 mgr.smithi079.gpuwcc (mgr.14180) 1057 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:12:25.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:25 smithi079 bash[24931]: cluster 2023-12-21T05:12:24.042960+0000 mgr.smithi079.gpuwcc (mgr.14180) 1058 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:25.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:25 smithi156 bash[28307]: cluster 2023-12-21T05:12:24.042960+0000 mgr.smithi079.gpuwcc (mgr.14180) 1058 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:26.165 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:12:26.165 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:30.087974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xrjhsi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\nDeploy daemon haproxy.nfs.foo.smithi156.xrjhsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.007795Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vqobct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\nDeploy daemon haproxy.nfs.foo.smithi079.vqobct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.011393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.exgdsh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:34.014481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:26.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:27.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:27 smithi079 bash[24931]: cluster 2023-12-21T05:12:26.043911+0000 mgr.smithi079.gpuwcc (mgr.14180) 1059 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:27.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:27 smithi079 bash[24931]: audit 2023-12-21T05:12:26.155886+0000 mgr.smithi079.gpuwcc (mgr.14180) 1060 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:27.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:27 smithi156 bash[28307]: cluster 2023-12-21T05:12:26.043911+0000 mgr.smithi079.gpuwcc (mgr.14180) 1059 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:27.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:27 smithi156 bash[28307]: audit 2023-12-21T05:12:26.155886+0000 mgr.smithi079.gpuwcc (mgr.14180) 1060 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:27.938 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:29.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:29 smithi079 bash[24931]: cluster 2023-12-21T05:12:28.044922+0000 mgr.smithi079.gpuwcc (mgr.14180) 1061 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:29.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:29 smithi156 bash[28307]: cluster 2023-12-21T05:12:28.044922+0000 mgr.smithi079.gpuwcc (mgr.14180) 1061 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:31.076 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:12:31.076 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:30.087974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xrjhsi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\nDeploy daemon haproxy.nfs.foo.smithi156.xrjhsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.007795Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vqobct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\nDeploy daemon haproxy.nfs.foo.smithi079.vqobct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.011393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.exgdsh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:34.014481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:31.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:31 smithi079 bash[24931]: cluster 2023-12-21T05:12:30.045657+0000 mgr.smithi079.gpuwcc (mgr.14180) 1062 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:31.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:31 smithi156 bash[28307]: cluster 2023-12-21T05:12:30.045657+0000 mgr.smithi079.gpuwcc (mgr.14180) 1062 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:31.784 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:32.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:32 smithi079 bash[24931]: audit 2023-12-21T05:12:31.065695+0000 mgr.smithi079.gpuwcc (mgr.14180) 1063 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:32.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:32 smithi156 bash[28307]: audit 2023-12-21T05:12:31.065695+0000 mgr.smithi079.gpuwcc (mgr.14180) 1063 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:32.784 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:33.559 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:33 smithi079 bash[24931]: cluster 2023-12-21T05:12:32.046966+0000 mgr.smithi079.gpuwcc (mgr.14180) 1064 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:12:33.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:33 smithi156 bash[28307]: cluster 2023-12-21T05:12:32.046966+0000 mgr.smithi079.gpuwcc (mgr.14180) 1064 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:12:34.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:34 smithi079 bash[24931]: audit 2023-12-21T05:12:34.019424+0000 mon.smithi079 (mon.0) 932 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:12:34.548 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:34 smithi156 bash[28307]: audit 2023-12-21T05:12:34.019424+0000 mon.smithi079 (mon.0) 932 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:12:35.531 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:35 smithi079 bash[24931]: cluster 2023-12-21T05:12:34.047621+0000 mgr.smithi079.gpuwcc (mgr.14180) 1065 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:35.531 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:35 smithi079 bash[24931]: audit 2023-12-21T05:12:34.290683+0000 mon.smithi079 (mon.0) 933 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:12:35.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:35 smithi079 bash[24931]: audit 2023-12-21T05:12:34.577149+0000 mon.smithi079 (mon.0) 934 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:12:35.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:35 smithi079 bash[24931]: audit 2023-12-21T05:12:34.578464+0000 mon.smithi079 (mon.0) 935 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:12:35.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:35 smithi079 bash[24931]: audit 2023-12-21T05:12:34.585909+0000 mon.smithi079 (mon.0) 936 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:12:35.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:35 smithi079 bash[24931]: audit 2023-12-21T05:12:34.595171+0000 mon.smithi079 (mon.0) 937 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:12:35.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:35 smithi079 bash[24931]: audit 2023-12-21T05:12:34.607214+0000 mon.smithi079 (mon.0) 938 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:12:35.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:35 smithi156 bash[28307]: cluster 2023-12-21T05:12:34.047621+0000 mgr.smithi079.gpuwcc (mgr.14180) 1065 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:35.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:35 smithi156 bash[28307]: audit 2023-12-21T05:12:34.290683+0000 mon.smithi079 (mon.0) 933 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:12:35.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:35 smithi156 bash[28307]: audit 2023-12-21T05:12:34.577149+0000 mon.smithi079 (mon.0) 934 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:12:35.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:35 smithi156 bash[28307]: audit 2023-12-21T05:12:34.578464+0000 mon.smithi079 (mon.0) 935 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:12:35.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:35 smithi156 bash[28307]: audit 2023-12-21T05:12:34.585909+0000 mon.smithi079 (mon.0) 936 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:12:35.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:35 smithi156 bash[28307]: audit 2023-12-21T05:12:34.595171+0000 mon.smithi079 (mon.0) 937 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:12:35.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:35 smithi156 bash[28307]: audit 2023-12-21T05:12:34.607214+0000 mon.smithi079 (mon.0) 938 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:12:35.960 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:12:35.960 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:19.315533Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.pwstdq on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:30.087974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xrjhsi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\nDeploy daemon haproxy.nfs.foo.smithi156.xrjhsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.007795Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vqobct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\nDeploy daemon haproxy.nfs.foo.smithi079.vqobct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.011393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.exgdsh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:34.014481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:36.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:36 smithi079 bash[24931]: cluster 2023-12-21T05:12:34.586993+0000 mgr.smithi079.gpuwcc (mgr.14180) 1066 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T05:12:36.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:36 smithi079 bash[24931]: cephadm 2023-12-21T05:12:34.611017+0000 mgr.smithi079.gpuwcc (mgr.14180) 1067 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.tskfyb on smithi156 2023-12-21T05:12:36.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:36 smithi079 bash[24931]: cluster 2023-12-21T05:12:35.582428+0000 mon.smithi079 (mon.0) 939 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:12:36.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:36 smithi079 bash[24931]: cluster 2023-12-21T05:12:35.582492+0000 mon.smithi079 (mon.0) 940 : cluster [INF] Cluster is now healthy 2023-12-21T05:12:36.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:36.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:36 smithi156 bash[28307]: cluster 2023-12-21T05:12:34.586993+0000 mgr.smithi079.gpuwcc (mgr.14180) 1066 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T05:12:36.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:36 smithi156 bash[28307]: cephadm 2023-12-21T05:12:34.611017+0000 mgr.smithi079.gpuwcc (mgr.14180) 1067 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.tskfyb on smithi156 2023-12-21T05:12:36.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:36 smithi156 bash[28307]: cluster 2023-12-21T05:12:35.582428+0000 mon.smithi079 (mon.0) 939 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:12:36.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:36 smithi156 bash[28307]: cluster 2023-12-21T05:12:35.582492+0000 mon.smithi079 (mon.0) 940 : cluster [INF] Cluster is now healthy 2023-12-21T05:12:37.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:37 smithi079 bash[24931]: audit 2023-12-21T05:12:35.950616+0000 mgr.smithi079.gpuwcc (mgr.14180) 1068 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:37.736 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:37.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:37 smithi156 bash[28307]: audit 2023-12-21T05:12:35.950616+0000 mgr.smithi079.gpuwcc (mgr.14180) 1068 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:38.435 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:38 smithi156 bash[28307]: cluster 2023-12-21T05:12:36.588318+0000 mgr.smithi079.gpuwcc (mgr.14180) 1069 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T05:12:38.726 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:38 smithi079 bash[24931]: cluster 2023-12-21T05:12:36.588318+0000 mgr.smithi079.gpuwcc (mgr.14180) 1069 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T05:12:39.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: cephadm 2023-12-21T05:12:38.516472+0000 mgr.smithi079.gpuwcc (mgr.14180) 1070 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb 2023-12-21T05:12:39.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:12:39.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb 2023-12-21T05:12:39.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb 2023-12-21T05:12:39.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:12:39.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb 2023-12-21T05:12:39.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.tskfyb ... 2023-12-21T05:12:39.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:12:39.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:12:39.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:12:39.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:12:39.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:12:39.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:12:39.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:12:39.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:12:39.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:12:39.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:12:39.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb 2023-12-21T05:12:39.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:12:39.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb 2023-12-21T05:12:39.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb 2023-12-21T05:12:39.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:12:39.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb 2023-12-21T05:12:39.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.tskfyb ... 2023-12-21T05:12:39.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:12:39.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:12:39.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:12:39.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:12:39.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:12:39.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: cephadm 2023-12-21T05:12:38.517050+0000 mgr.smithi079.gpuwcc (mgr.14180) 1071 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.tskfyb 2023-12-21T05:12:39.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: audit 2023-12-21T05:12:38.517661+0000 mon.smithi079 (mon.0) 941 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.tskfyb"}]: dispatch 2023-12-21T05:12:39.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: cephadm 2023-12-21T05:12:38.519199+0000 mgr.smithi079.gpuwcc (mgr.14180) 1072 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.tskfyb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb 2023-12-21T05:12:39.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:12:39.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb 2023-12-21T05:12:39.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb 2023-12-21T05:12:39.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:12:39.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb 2023-12-21T05:12:39.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.tskfyb ... 2023-12-21T05:12:39.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:12:39.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:12:39.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:12:39.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:12:39.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:12:39.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: cephadm 2023-12-21T05:12:38.524060+0000 mgr.smithi079.gpuwcc (mgr.14180) 1073 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.zsrbob on smithi079 2023-12-21T05:12:39.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:39 smithi079 bash[24931]: cluster 2023-12-21T05:12:38.589058+0000 mgr.smithi079.gpuwcc (mgr.14180) 1074 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T05:12:39.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: cephadm 2023-12-21T05:12:38.516472+0000 mgr.smithi079.gpuwcc (mgr.14180) 1070 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb 2023-12-21T05:12:39.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:12:39.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb 2023-12-21T05:12:39.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb 2023-12-21T05:12:39.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:12:39.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb 2023-12-21T05:12:39.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.tskfyb ... 2023-12-21T05:12:39.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:12:39.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:12:39.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:12:39.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:12:39.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:12:39.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:12:39.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:12:39.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:12:39.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:12:39.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:12:39.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb 2023-12-21T05:12:39.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:12:39.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb 2023-12-21T05:12:39.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb 2023-12-21T05:12:39.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:12:39.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb 2023-12-21T05:12:39.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.tskfyb ... 2023-12-21T05:12:39.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:12:39.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:12:39.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:12:39.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:12:39.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:12:39.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: cephadm 2023-12-21T05:12:38.517050+0000 mgr.smithi079.gpuwcc (mgr.14180) 1071 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.tskfyb 2023-12-21T05:12:39.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: audit 2023-12-21T05:12:38.517661+0000 mon.smithi079 (mon.0) 941 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.tskfyb"}]: dispatch 2023-12-21T05:12:39.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: cephadm 2023-12-21T05:12:38.519199+0000 mgr.smithi079.gpuwcc (mgr.14180) 1072 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.tskfyb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb 2023-12-21T05:12:39.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:12:39.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb 2023-12-21T05:12:39.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb 2023-12-21T05:12:39.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:12:39.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb 2023-12-21T05:12:39.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.tskfyb ... 2023-12-21T05:12:39.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:12:39.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:12:39.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:12:39.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:12:39.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:12:39.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: cephadm 2023-12-21T05:12:38.524060+0000 mgr.smithi079.gpuwcc (mgr.14180) 1073 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.zsrbob on smithi079 2023-12-21T05:12:39.748 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:39 smithi156 bash[28307]: cluster 2023-12-21T05:12:38.589058+0000 mgr.smithi079.gpuwcc (mgr.14180) 1074 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T05:12:40.802 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:12:40.803 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:30.087974Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.xrjhsi on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-xrjhsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.xrjhsi\nDeploy daemon haproxy.nfs.foo.smithi156.xrjhsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.007795Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vqobct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-vqobct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.vqobct\nDeploy daemon haproxy.nfs.foo.smithi079.vqobct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:34.011393Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.exgdsh on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:34.014481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:38.518953Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tskfyb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\nDeploy daemon haproxy.nfs.foo.smithi156.tskfyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:41.544 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:42.176 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:42 smithi079 bash[24931]: cluster 2023-12-21T05:12:40.589984+0000 mgr.smithi079.gpuwcc (mgr.14180) 1075 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 388 B/s rd, 0 op/s 2023-12-21T05:12:42.176 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:42 smithi079 bash[24931]: audit 2023-12-21T05:12:40.790159+0000 mgr.smithi079.gpuwcc (mgr.14180) 1076 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:42.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:42 smithi156 bash[28307]: cluster 2023-12-21T05:12:40.589984+0000 mgr.smithi079.gpuwcc (mgr.14180) 1075 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 388 B/s rd, 0 op/s 2023-12-21T05:12:42.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:42 smithi156 bash[28307]: audit 2023-12-21T05:12:40.790159+0000 mgr.smithi079.gpuwcc (mgr.14180) 1076 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:42.546 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:43.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: cephadm 2023-12-21T05:12:42.258259+0000 mgr.smithi079.gpuwcc (mgr.14180) 1077 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob 2023-12-21T05:12:43.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:12:43.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob 2023-12-21T05:12:43.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob 2023-12-21T05:12:43.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:12:43.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob 2023-12-21T05:12:43.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.zsrbob ... 2023-12-21T05:12:43.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:12:43.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:12:43.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:12:43.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:12:43.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:12:43.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:12:43.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:12:43.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:12:43.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:12:43.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:12:43.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob 2023-12-21T05:12:43.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:12:43.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob 2023-12-21T05:12:43.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob 2023-12-21T05:12:43.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:12:43.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob 2023-12-21T05:12:43.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.zsrbob ... 2023-12-21T05:12:43.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:12:43.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:12:43.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:12:43.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:12:43.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:12:43.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: cephadm 2023-12-21T05:12:42.258859+0000 mgr.smithi079.gpuwcc (mgr.14180) 1078 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.zsrbob 2023-12-21T05:12:43.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: audit 2023-12-21T05:12:42.259404+0000 mon.smithi079 (mon.0) 942 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.zsrbob"}]: dispatch 2023-12-21T05:12:43.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: cephadm 2023-12-21T05:12:42.260806+0000 mgr.smithi079.gpuwcc (mgr.14180) 1079 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.zsrbob on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob 2023-12-21T05:12:43.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:12:43.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob 2023-12-21T05:12:43.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob 2023-12-21T05:12:43.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:12:43.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob 2023-12-21T05:12:43.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.zsrbob ... 2023-12-21T05:12:43.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:12:43.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:12:43.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:12:43.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:12:43.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:12:43.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: cephadm 2023-12-21T05:12:42.265542+0000 mgr.smithi079.gpuwcc (mgr.14180) 1080 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.scaqkp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:12:43.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: cephadm 2023-12-21T05:12:42.267948+0000 mgr.smithi079.gpuwcc (mgr.14180) 1081 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:12:43.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: cluster 2023-12-21T05:12:42.269223+0000 mgr.smithi079.gpuwcc (mgr.14180) 1082 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-21T05:12:43.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:43 smithi079 bash[24931]: audit 2023-12-21T05:12:42.900827+0000 mon.smithi079 (mon.0) 943 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:12:43.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: cephadm 2023-12-21T05:12:42.258259+0000 mgr.smithi079.gpuwcc (mgr.14180) 1077 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob 2023-12-21T05:12:43.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:12:43.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob 2023-12-21T05:12:43.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob 2023-12-21T05:12:43.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:12:43.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob 2023-12-21T05:12:43.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.zsrbob ... 2023-12-21T05:12:43.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:12:43.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:12:43.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:12:43.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:12:43.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:12:43.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:12:43.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:12:43.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:12:43.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:12:43.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:12:43.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob 2023-12-21T05:12:43.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:12:43.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob 2023-12-21T05:12:43.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob 2023-12-21T05:12:43.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:12:43.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob 2023-12-21T05:12:43.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.zsrbob ... 2023-12-21T05:12:43.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:12:43.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:12:43.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:12:43.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:12:43.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:12:43.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: cephadm 2023-12-21T05:12:42.258859+0000 mgr.smithi079.gpuwcc (mgr.14180) 1078 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.zsrbob 2023-12-21T05:12:43.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: audit 2023-12-21T05:12:42.259404+0000 mon.smithi079 (mon.0) 942 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.zsrbob"}]: dispatch 2023-12-21T05:12:43.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: cephadm 2023-12-21T05:12:42.260806+0000 mgr.smithi079.gpuwcc (mgr.14180) 1079 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.zsrbob on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob 2023-12-21T05:12:43.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:12:43.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob 2023-12-21T05:12:43.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob 2023-12-21T05:12:43.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:12:43.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob 2023-12-21T05:12:43.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.zsrbob ... 2023-12-21T05:12:43.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:12:43.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:12:43.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:12:43.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:12:43.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:12:43.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: cephadm 2023-12-21T05:12:42.265542+0000 mgr.smithi079.gpuwcc (mgr.14180) 1080 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.scaqkp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:12:43.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: cephadm 2023-12-21T05:12:42.267948+0000 mgr.smithi079.gpuwcc (mgr.14180) 1081 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:12:43.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: cluster 2023-12-21T05:12:42.269223+0000 mgr.smithi079.gpuwcc (mgr.14180) 1082 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-21T05:12:43.497 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:43 smithi156 bash[28307]: audit 2023-12-21T05:12:42.900827+0000 mon.smithi079 (mon.0) 943 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:12:44.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:44 smithi079 bash[24931]: cluster 2023-12-21T05:12:43.088456+0000 mon.smithi079 (mon.0) 944 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:12:44.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:44 smithi156 bash[28307]: cluster 2023-12-21T05:12:43.088456+0000 mon.smithi079 (mon.0) 944 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:12:45.433 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:45 smithi079 bash[24931]: cluster 2023-12-21T05:12:44.270182+0000 mgr.smithi079.gpuwcc (mgr.14180) 1083 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-21T05:12:45.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:45 smithi156 bash[28307]: cluster 2023-12-21T05:12:44.270182+0000 mgr.smithi079.gpuwcc (mgr.14180) 1083 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-21T05:12:45.824 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:12:45.824 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:34.014481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:38.518953Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tskfyb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\nDeploy daemon haproxy.nfs.foo.smithi156.tskfyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.260577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zsrbob on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\nDeploy daemon haproxy.nfs.foo.smithi079.zsrbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.265273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.scaqkp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:42.267849Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:46.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:47.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:47 smithi079 bash[24931]: audit 2023-12-21T05:12:45.819283+0000 mgr.smithi079.gpuwcc (mgr.14180) 1084 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:47.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:47 smithi079 bash[24931]: cluster 2023-12-21T05:12:46.271829+0000 mgr.smithi079.gpuwcc (mgr.14180) 1085 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:12:47.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:47 smithi156 bash[28307]: audit 2023-12-21T05:12:45.819283+0000 mgr.smithi079.gpuwcc (mgr.14180) 1084 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:47.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:47 smithi156 bash[28307]: cluster 2023-12-21T05:12:46.271829+0000 mgr.smithi079.gpuwcc (mgr.14180) 1085 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:12:47.626 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:48.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:48 smithi079 bash[24931]: cluster 2023-12-21T05:12:48.272783+0000 mgr.smithi079.gpuwcc (mgr.14180) 1086 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:12:48.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:48 smithi156 bash[28307]: cluster 2023-12-21T05:12:48.272783+0000 mgr.smithi079.gpuwcc (mgr.14180) 1086 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:12:50.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:50 smithi079 bash[24931]: cluster 2023-12-21T05:12:50.273640+0000 mgr.smithi079.gpuwcc (mgr.14180) 1087 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 350 B/s rd, 0 op/s 2023-12-21T05:12:50.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:50 smithi156 bash[28307]: cluster 2023-12-21T05:12:50.273640+0000 mgr.smithi079.gpuwcc (mgr.14180) 1087 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 350 B/s rd, 0 op/s 2023-12-21T05:12:50.756 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:12:50.756 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:34.014481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:38.518953Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tskfyb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\nDeploy daemon haproxy.nfs.foo.smithi156.tskfyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.260577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zsrbob on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\nDeploy daemon haproxy.nfs.foo.smithi079.zsrbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.265273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.scaqkp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:42.267849Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:51.559 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:52.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:52 smithi079 bash[24931]: audit 2023-12-21T05:12:50.747127+0000 mgr.smithi079.gpuwcc (mgr.14180) 1088 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:52.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:52 smithi156 bash[28307]: audit 2023-12-21T05:12:50.747127+0000 mgr.smithi079.gpuwcc (mgr.14180) 1088 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:52.560 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:53.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:53 smithi079 bash[24931]: cluster 2023-12-21T05:12:52.274828+0000 mgr.smithi079.gpuwcc (mgr.14180) 1089 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:12:53.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:53 smithi156 bash[28307]: cluster 2023-12-21T05:12:52.274828+0000 mgr.smithi079.gpuwcc (mgr.14180) 1089 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:12:54.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:54 smithi079 bash[24931]: cluster 2023-12-21T05:12:54.275802+0000 mgr.smithi079.gpuwcc (mgr.14180) 1090 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:54.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:54 smithi156 bash[28307]: cluster 2023-12-21T05:12:54.275802+0000 mgr.smithi079.gpuwcc (mgr.14180) 1090 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:55.762 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:12:55.762 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:34.014481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:38.518953Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tskfyb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\nDeploy daemon haproxy.nfs.foo.smithi156.tskfyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.260577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zsrbob on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\nDeploy daemon haproxy.nfs.foo.smithi079.zsrbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.265273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.scaqkp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:42.267849Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:56.494 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:57.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:57 smithi079 bash[24931]: audit 2023-12-21T05:12:55.752557+0000 mgr.smithi079.gpuwcc (mgr.14180) 1091 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:57.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:57 smithi079 bash[24931]: cluster 2023-12-21T05:12:56.276965+0000 mgr.smithi079.gpuwcc (mgr.14180) 1092 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:57.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:57 smithi156 bash[28307]: audit 2023-12-21T05:12:55.752557+0000 mgr.smithi079.gpuwcc (mgr.14180) 1091 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:57.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:57 smithi156 bash[28307]: cluster 2023-12-21T05:12:56.276965+0000 mgr.smithi079.gpuwcc (mgr.14180) 1092 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:57.496 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:58.655 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:12:58 smithi079 bash[24931]: cluster 2023-12-21T05:12:58.277968+0000 mgr.smithi079.gpuwcc (mgr.14180) 1093 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:58.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:12:58 smithi156 bash[28307]: cluster 2023-12-21T05:12:58.277968+0000 mgr.smithi079.gpuwcc (mgr.14180) 1093 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:00.476 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:13:00.476 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:34.014481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:38.518953Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tskfyb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\nDeploy daemon haproxy.nfs.foo.smithi156.tskfyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.260577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zsrbob on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\nDeploy daemon haproxy.nfs.foo.smithi079.zsrbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.265273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.scaqkp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:42.267849Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:00.695 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:00 smithi079 bash[24931]: cluster 2023-12-21T05:13:00.279247+0000 mgr.smithi079.gpuwcc (mgr.14180) 1094 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:13:00.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:00 smithi156 bash[28307]: cluster 2023-12-21T05:13:00.279247+0000 mgr.smithi079.gpuwcc (mgr.14180) 1094 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:13:01.250 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:02.251 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:02.449 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:02 smithi079 bash[24931]: audit 2023-12-21T05:13:00.468503+0000 mgr.smithi079.gpuwcc (mgr.14180) 1095 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:02.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:02 smithi156 bash[28307]: audit 2023-12-21T05:13:00.468503+0000 mgr.smithi079.gpuwcc (mgr.14180) 1095 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:03.396 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:03 smithi079 bash[24931]: cluster 2023-12-21T05:13:02.280594+0000 mgr.smithi079.gpuwcc (mgr.14180) 1096 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:03.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:03 smithi156 bash[28307]: cluster 2023-12-21T05:13:02.280594+0000 mgr.smithi079.gpuwcc (mgr.14180) 1096 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:04.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:04 smithi079 bash[24931]: cluster 2023-12-21T05:13:04.281301+0000 mgr.smithi079.gpuwcc (mgr.14180) 1097 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:04.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:04 smithi156 bash[28307]: cluster 2023-12-21T05:13:04.281301+0000 mgr.smithi079.gpuwcc (mgr.14180) 1097 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:05.312 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:13:05.312 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:34.014481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:38.518953Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tskfyb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\nDeploy daemon haproxy.nfs.foo.smithi156.tskfyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.260577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zsrbob on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\nDeploy daemon haproxy.nfs.foo.smithi079.zsrbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.265273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.scaqkp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:42.267849Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:06.096 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:07.097 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:07.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:07 smithi079 bash[24931]: audit 2023-12-21T05:13:05.301681+0000 mgr.smithi079.gpuwcc (mgr.14180) 1098 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:07.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:07 smithi079 bash[24931]: cluster 2023-12-21T05:13:06.282863+0000 mgr.smithi079.gpuwcc (mgr.14180) 1099 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:07.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:07 smithi156 bash[28307]: audit 2023-12-21T05:13:05.301681+0000 mgr.smithi079.gpuwcc (mgr.14180) 1098 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:07.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:07 smithi156 bash[28307]: cluster 2023-12-21T05:13:06.282863+0000 mgr.smithi079.gpuwcc (mgr.14180) 1099 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:08.460 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:08 smithi079 bash[24931]: cluster 2023-12-21T05:13:08.283936+0000 mgr.smithi079.gpuwcc (mgr.14180) 1100 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:08.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:08 smithi156 bash[28307]: cluster 2023-12-21T05:13:08.283936+0000 mgr.smithi079.gpuwcc (mgr.14180) 1100 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:10.061 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:13:10.061 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:34.014481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:38.518953Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tskfyb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\nDeploy daemon haproxy.nfs.foo.smithi156.tskfyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.260577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zsrbob on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\nDeploy daemon haproxy.nfs.foo.smithi079.zsrbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.265273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.scaqkp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:42.267849Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:10.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:10 smithi079 bash[24931]: audit 2023-12-21T05:13:10.052064+0000 mgr.smithi079.gpuwcc (mgr.14180) 1101 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:10.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:10 smithi079 bash[24931]: cluster 2023-12-21T05:13:10.284656+0000 mgr.smithi079.gpuwcc (mgr.14180) 1102 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:13:10.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:10 smithi156 bash[28307]: audit 2023-12-21T05:13:10.052064+0000 mgr.smithi079.gpuwcc (mgr.14180) 1101 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:10.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:10 smithi156 bash[28307]: cluster 2023-12-21T05:13:10.284656+0000 mgr.smithi079.gpuwcc (mgr.14180) 1102 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:13:10.786 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:11.786 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:12.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:12 smithi079 bash[24931]: cluster 2023-12-21T05:13:12.285477+0000 mgr.smithi079.gpuwcc (mgr.14180) 1103 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:12.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:12 smithi156 bash[28307]: cluster 2023-12-21T05:13:12.285477+0000 mgr.smithi079.gpuwcc (mgr.14180) 1103 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:14.623 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:14 smithi079 bash[24931]: cluster 2023-12-21T05:13:14.286309+0000 mgr.smithi079.gpuwcc (mgr.14180) 1104 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:14.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:14 smithi156 bash[28307]: cluster 2023-12-21T05:13:14.286309+0000 mgr.smithi079.gpuwcc (mgr.14180) 1104 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:14.972 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:13:14.972 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:34.014481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:38.518953Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tskfyb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\nDeploy daemon haproxy.nfs.foo.smithi156.tskfyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.260577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zsrbob on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\nDeploy daemon haproxy.nfs.foo.smithi079.zsrbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.265273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.scaqkp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:42.267849Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:15.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:15 smithi079 bash[24931]: audit 2023-12-21T05:13:14.961434+0000 mgr.smithi079.gpuwcc (mgr.14180) 1105 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:15.722 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:15.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:15 smithi156 bash[28307]: audit 2023-12-21T05:13:14.961434+0000 mgr.smithi079.gpuwcc (mgr.14180) 1105 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:16.723 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:17.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:17 smithi079 bash[24931]: cluster 2023-12-21T05:13:16.287943+0000 mgr.smithi079.gpuwcc (mgr.14180) 1106 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:17.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:17 smithi156 bash[28307]: cluster 2023-12-21T05:13:16.287943+0000 mgr.smithi079.gpuwcc (mgr.14180) 1106 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:18.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:18 smithi079 bash[24931]: cluster 2023-12-21T05:13:18.288795+0000 mgr.smithi079.gpuwcc (mgr.14180) 1107 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:18.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:18 smithi156 bash[28307]: cluster 2023-12-21T05:13:18.288795+0000 mgr.smithi079.gpuwcc (mgr.14180) 1107 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:19.869 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:13:19.870 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:34.014481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:38.518953Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tskfyb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\nDeploy daemon haproxy.nfs.foo.smithi156.tskfyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.260577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zsrbob on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\nDeploy daemon haproxy.nfs.foo.smithi079.zsrbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.265273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.scaqkp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:42.267849Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:20.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:20.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:20 smithi079 bash[24931]: audit 2023-12-21T05:13:19.852138+0000 mgr.smithi079.gpuwcc (mgr.14180) 1108 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:20.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:20 smithi079 bash[24931]: cluster 2023-12-21T05:13:20.289860+0000 mgr.smithi079.gpuwcc (mgr.14180) 1109 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:13:20.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:20 smithi156 bash[28307]: audit 2023-12-21T05:13:19.852138+0000 mgr.smithi079.gpuwcc (mgr.14180) 1108 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:20.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:20 smithi156 bash[28307]: cluster 2023-12-21T05:13:20.289860+0000 mgr.smithi079.gpuwcc (mgr.14180) 1109 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:13:21.505 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:22.704 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:22 smithi079 bash[24931]: cluster 2023-12-21T05:13:22.291095+0000 mgr.smithi079.gpuwcc (mgr.14180) 1110 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:22.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:22 smithi156 bash[28307]: cluster 2023-12-21T05:13:22.291095+0000 mgr.smithi079.gpuwcc (mgr.14180) 1110 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:24.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:24 smithi079 bash[24931]: cluster 2023-12-21T05:13:24.291961+0000 mgr.smithi079.gpuwcc (mgr.14180) 1111 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:24.606 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:13:24.606 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:34.014481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:38.518953Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tskfyb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\nDeploy daemon haproxy.nfs.foo.smithi156.tskfyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.260577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zsrbob on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\nDeploy daemon haproxy.nfs.foo.smithi079.zsrbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.265273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.scaqkp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:42.267849Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:24.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:24 smithi156 bash[28307]: cluster 2023-12-21T05:13:24.291961+0000 mgr.smithi079.gpuwcc (mgr.14180) 1111 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:25.360 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:25.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:25 smithi079 bash[24931]: audit 2023-12-21T05:13:24.595819+0000 mgr.smithi079.gpuwcc (mgr.14180) 1112 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:25.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:25 smithi156 bash[28307]: audit 2023-12-21T05:13:24.595819+0000 mgr.smithi079.gpuwcc (mgr.14180) 1112 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:26.361 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:27.394 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:27 smithi079 bash[24931]: cluster 2023-12-21T05:13:26.293417+0000 mgr.smithi079.gpuwcc (mgr.14180) 1113 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:27.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:27 smithi156 bash[28307]: cluster 2023-12-21T05:13:26.293417+0000 mgr.smithi079.gpuwcc (mgr.14180) 1113 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:28.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:28 smithi079 bash[24931]: cluster 2023-12-21T05:13:28.294354+0000 mgr.smithi079.gpuwcc (mgr.14180) 1114 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:28.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:28 smithi156 bash[28307]: cluster 2023-12-21T05:13:28.294354+0000 mgr.smithi079.gpuwcc (mgr.14180) 1114 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:29.444 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:13:29.445 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:34.014481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:38.518953Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tskfyb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\nDeploy daemon haproxy.nfs.foo.smithi156.tskfyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.260577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zsrbob on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\nDeploy daemon haproxy.nfs.foo.smithi079.zsrbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.265273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.scaqkp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:42.267849Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:30.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:30.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:30 smithi079 bash[24931]: audit 2023-12-21T05:13:29.436086+0000 mgr.smithi079.gpuwcc (mgr.14180) 1115 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:30.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:30 smithi079 bash[24931]: cluster 2023-12-21T05:13:30.295681+0000 mgr.smithi079.gpuwcc (mgr.14180) 1116 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:13:30.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:30 smithi156 bash[28307]: audit 2023-12-21T05:13:29.436086+0000 mgr.smithi079.gpuwcc (mgr.14180) 1115 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:30.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:30 smithi156 bash[28307]: cluster 2023-12-21T05:13:30.295681+0000 mgr.smithi079.gpuwcc (mgr.14180) 1116 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:13:31.124 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:32.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:32 smithi079 bash[24931]: cluster 2023-12-21T05:13:32.296883+0000 mgr.smithi079.gpuwcc (mgr.14180) 1117 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:32.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:32 smithi156 bash[28307]: cluster 2023-12-21T05:13:32.296883+0000 mgr.smithi079.gpuwcc (mgr.14180) 1117 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:34.202 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:13:34.202 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:34.014481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:38.518953Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tskfyb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\nDeploy daemon haproxy.nfs.foo.smithi156.tskfyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.260577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zsrbob on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\nDeploy daemon haproxy.nfs.foo.smithi079.zsrbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.265273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.scaqkp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:42.267849Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:34.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:34 smithi079 bash[24931]: audit 2023-12-21T05:13:34.191773+0000 mgr.smithi079.gpuwcc (mgr.14180) 1118 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:34.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:34 smithi079 bash[24931]: cluster 2023-12-21T05:13:34.297470+0000 mgr.smithi079.gpuwcc (mgr.14180) 1119 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:34.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:34 smithi156 bash[28307]: audit 2023-12-21T05:13:34.191773+0000 mgr.smithi079.gpuwcc (mgr.14180) 1118 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:34.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:34 smithi156 bash[28307]: cluster 2023-12-21T05:13:34.297470+0000 mgr.smithi079.gpuwcc (mgr.14180) 1119 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:34.910 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:35.911 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:37.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:37 smithi079 bash[24931]: cluster 2023-12-21T05:13:36.298512+0000 mgr.smithi079.gpuwcc (mgr.14180) 1120 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:37 smithi156 bash[28307]: cluster 2023-12-21T05:13:36.298512+0000 mgr.smithi079.gpuwcc (mgr.14180) 1120 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:38.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:38 smithi079 bash[24931]: cluster 2023-12-21T05:13:38.299467+0000 mgr.smithi079.gpuwcc (mgr.14180) 1121 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:38.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:38 smithi156 bash[28307]: cluster 2023-12-21T05:13:38.299467+0000 mgr.smithi079.gpuwcc (mgr.14180) 1121 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:38.961 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:13:38.961 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:34.014481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:38.518953Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tskfyb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\nDeploy daemon haproxy.nfs.foo.smithi156.tskfyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.260577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zsrbob on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\nDeploy daemon haproxy.nfs.foo.smithi079.zsrbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.265273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.scaqkp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:42.267849Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:39.513 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:39 smithi079 bash[24931]: audit 2023-12-21T05:13:38.952480+0000 mgr.smithi079.gpuwcc (mgr.14180) 1122 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:39.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:39.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:39 smithi156 bash[28307]: audit 2023-12-21T05:13:38.952480+0000 mgr.smithi079.gpuwcc (mgr.14180) 1122 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:40.736 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:42.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:42 smithi079 bash[24931]: cluster 2023-12-21T05:13:40.300780+0000 mgr.smithi079.gpuwcc (mgr.14180) 1123 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:13:42.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:42 smithi156 bash[28307]: cluster 2023-12-21T05:13:40.300780+0000 mgr.smithi079.gpuwcc (mgr.14180) 1123 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:13:43.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:43 smithi079 bash[24931]: audit 2023-12-21T05:13:42.272011+0000 mon.smithi079 (mon.0) 945 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:13:43.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:43 smithi079 bash[24931]: audit 2023-12-21T05:13:42.581679+0000 mon.smithi079 (mon.0) 946 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:13:43.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:43 smithi079 bash[24931]: audit 2023-12-21T05:13:42.582861+0000 mon.smithi079 (mon.0) 947 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:13:43.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:43 smithi079 bash[24931]: audit 2023-12-21T05:13:42.591167+0000 mon.smithi079 (mon.0) 948 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:13:43.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:43 smithi079 bash[24931]: audit 2023-12-21T05:13:42.598428+0000 mon.smithi079 (mon.0) 949 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:13:43.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:43 smithi079 bash[24931]: audit 2023-12-21T05:13:42.611164+0000 mon.smithi079 (mon.0) 950 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:13:43.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:43 smithi156 bash[28307]: audit 2023-12-21T05:13:42.272011+0000 mon.smithi079 (mon.0) 945 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:13:43.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:43 smithi156 bash[28307]: audit 2023-12-21T05:13:42.581679+0000 mon.smithi079 (mon.0) 946 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:13:43.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:43 smithi156 bash[28307]: audit 2023-12-21T05:13:42.582861+0000 mon.smithi079 (mon.0) 947 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:13:43.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:43 smithi156 bash[28307]: audit 2023-12-21T05:13:42.591167+0000 mon.smithi079 (mon.0) 948 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:13:43.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:43 smithi156 bash[28307]: audit 2023-12-21T05:13:42.598428+0000 mon.smithi079 (mon.0) 949 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:13:43.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:43 smithi156 bash[28307]: audit 2023-12-21T05:13:42.611164+0000 mon.smithi079 (mon.0) 950 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:13:43.784 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:13:43.784 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:34.014481Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.sdpftf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:38.518953Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tskfyb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\nDeploy daemon haproxy.nfs.foo.smithi156.tskfyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.260577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zsrbob on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\nDeploy daemon haproxy.nfs.foo.smithi079.zsrbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.265273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.scaqkp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:42.267849Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:44.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:44 smithi079 bash[24931]: cluster 2023-12-21T05:13:42.301851+0000 mgr.smithi079.gpuwcc (mgr.14180) 1124 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:44.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:44 smithi079 bash[24931]: cluster 2023-12-21T05:13:42.592055+0000 mgr.smithi079.gpuwcc (mgr.14180) 1125 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:13:44.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:44 smithi079 bash[24931]: cephadm 2023-12-21T05:13:42.614723+0000 mgr.smithi079.gpuwcc (mgr.14180) 1126 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.trxynr on smithi156 2023-12-21T05:13:44.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:44 smithi079 bash[24931]: cluster 2023-12-21T05:13:43.106921+0000 mon.smithi079 (mon.0) 951 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:13:44.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:44 smithi079 bash[24931]: cluster 2023-12-21T05:13:43.106985+0000 mon.smithi079 (mon.0) 952 : cluster [INF] Cluster is now healthy 2023-12-21T05:13:44.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:44 smithi156 bash[28307]: cluster 2023-12-21T05:13:42.301851+0000 mgr.smithi079.gpuwcc (mgr.14180) 1124 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:44.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:44 smithi156 bash[28307]: cluster 2023-12-21T05:13:42.592055+0000 mgr.smithi079.gpuwcc (mgr.14180) 1125 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:13:44.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:44 smithi156 bash[28307]: cephadm 2023-12-21T05:13:42.614723+0000 mgr.smithi079.gpuwcc (mgr.14180) 1126 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.trxynr on smithi156 2023-12-21T05:13:44.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:44 smithi156 bash[28307]: cluster 2023-12-21T05:13:43.106921+0000 mon.smithi079 (mon.0) 951 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:13:44.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:44 smithi156 bash[28307]: cluster 2023-12-21T05:13:43.106985+0000 mon.smithi079 (mon.0) 952 : cluster [INF] Cluster is now healthy 2023-12-21T05:13:44.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:45.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:45 smithi079 bash[24931]: audit 2023-12-21T05:13:43.779604+0000 mgr.smithi079.gpuwcc (mgr.14180) 1127 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:45.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:45 smithi156 bash[28307]: audit 2023-12-21T05:13:43.779604+0000 mgr.smithi079.gpuwcc (mgr.14180) 1127 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:45.625 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:46.425 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:46 smithi156 bash[28307]: cluster 2023-12-21T05:13:44.592454+0000 mgr.smithi079.gpuwcc (mgr.14180) 1128 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:13:46.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:46 smithi079 bash[24931]: cluster 2023-12-21T05:13:44.592454+0000 mgr.smithi079.gpuwcc (mgr.14180) 1128 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:13:47.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:47 smithi079 bash[24931]: audit 2023-12-21T05:13:46.506354+0000 mon.smithi079 (mon.0) 953 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.trxynr"}]: dispatch 2023-12-21T05:13:47.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:47 smithi156 bash[28307]: audit 2023-12-21T05:13:46.506354+0000 mon.smithi079 (mon.0) 953 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.trxynr"}]: dispatch 2023-12-21T05:13:48.425 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: cephadm 2023-12-21T05:13:46.505225+0000 mgr.smithi079.gpuwcc (mgr.14180) 1129 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr 2023-12-21T05:13:48.425 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:13:48.425 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr 2023-12-21T05:13:48.425 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr 2023-12-21T05:13:48.425 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:13:48.425 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr 2023-12-21T05:13:48.426 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.trxynr ... 2023-12-21T05:13:48.426 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:48.426 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:13:48.426 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:13:48.426 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:13:48.426 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:48.426 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:13:48.426 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:13:48.426 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:13:48.426 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:13:48.426 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:13:48.426 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr 2023-12-21T05:13:48.426 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:13:48.426 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr 2023-12-21T05:13:48.427 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr 2023-12-21T05:13:48.427 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:13:48.427 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr 2023-12-21T05:13:48.427 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.trxynr ... 2023-12-21T05:13:48.427 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:48.427 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:13:48.427 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:13:48.427 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:13:48.427 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:48.427 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: cephadm 2023-12-21T05:13:46.505746+0000 mgr.smithi079.gpuwcc (mgr.14180) 1130 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.trxynr 2023-12-21T05:13:48.427 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: cephadm 2023-12-21T05:13:46.507799+0000 mgr.smithi079.gpuwcc (mgr.14180) 1131 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.trxynr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr 2023-12-21T05:13:48.427 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:13:48.427 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr 2023-12-21T05:13:48.427 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr 2023-12-21T05:13:48.428 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:13:48.428 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr 2023-12-21T05:13:48.428 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.trxynr ... 2023-12-21T05:13:48.428 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:48.428 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:13:48.428 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:13:48.428 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:13:48.428 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:48.428 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: cephadm 2023-12-21T05:13:46.510299+0000 mgr.smithi079.gpuwcc (mgr.14180) 1132 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.offvae on smithi079 2023-12-21T05:13:48.428 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:48 smithi079 bash[24931]: cluster 2023-12-21T05:13:46.593660+0000 mgr.smithi079.gpuwcc (mgr.14180) 1133 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:13:48.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: cephadm 2023-12-21T05:13:46.505225+0000 mgr.smithi079.gpuwcc (mgr.14180) 1129 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr 2023-12-21T05:13:48.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:13:48.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr 2023-12-21T05:13:48.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr 2023-12-21T05:13:48.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:13:48.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr 2023-12-21T05:13:48.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.trxynr ... 2023-12-21T05:13:48.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:48.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:13:48.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:13:48.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:13:48.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:48.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:13:48.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:13:48.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:13:48.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:13:48.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:13:48.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr 2023-12-21T05:13:48.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:13:48.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr 2023-12-21T05:13:48.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr 2023-12-21T05:13:48.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:13:48.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr 2023-12-21T05:13:48.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.trxynr ... 2023-12-21T05:13:48.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:48.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:13:48.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:13:48.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:13:48.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:48.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: cephadm 2023-12-21T05:13:46.505746+0000 mgr.smithi079.gpuwcc (mgr.14180) 1130 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.trxynr 2023-12-21T05:13:48.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: cephadm 2023-12-21T05:13:46.507799+0000 mgr.smithi079.gpuwcc (mgr.14180) 1131 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.trxynr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr 2023-12-21T05:13:48.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:13:48.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr 2023-12-21T05:13:48.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr 2023-12-21T05:13:48.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:13:48.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr 2023-12-21T05:13:48.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.trxynr ... 2023-12-21T05:13:48.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:48.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:13:48.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:13:48.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:13:48.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:48.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: cephadm 2023-12-21T05:13:46.510299+0000 mgr.smithi079.gpuwcc (mgr.14180) 1132 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.offvae on smithi079 2023-12-21T05:13:48.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:48 smithi156 bash[28307]: cluster 2023-12-21T05:13:46.593660+0000 mgr.smithi079.gpuwcc (mgr.14180) 1133 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:13:48.805 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:13:48.805 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:12:38.518953Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.tskfyb on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-tskfyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.tskfyb\nDeploy daemon haproxy.nfs.foo.smithi156.tskfyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.260577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zsrbob on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zsrbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zsrbob\nDeploy daemon haproxy.nfs.foo.smithi079.zsrbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:12:42.265273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.scaqkp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:42.267849Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:46.507640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.trxynr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\nDeploy daemon haproxy.nfs.foo.smithi156.trxynr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:49.607 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:50.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:50 smithi079 bash[24931]: cluster 2023-12-21T05:13:48.594190+0000 mgr.smithi079.gpuwcc (mgr.14180) 1134 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:13:50.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:50 smithi079 bash[24931]: audit 2023-12-21T05:13:48.796616+0000 mgr.smithi079.gpuwcc (mgr.14180) 1135 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:50.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:50 smithi079 bash[24931]: audit 2023-12-21T05:13:49.853748+0000 mon.smithi079 (mon.0) 954 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:13:50.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:50 smithi156 bash[28307]: cluster 2023-12-21T05:13:48.594190+0000 mgr.smithi079.gpuwcc (mgr.14180) 1134 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:13:50.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:50 smithi156 bash[28307]: audit 2023-12-21T05:13:48.796616+0000 mgr.smithi079.gpuwcc (mgr.14180) 1135 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:50.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:50 smithi156 bash[28307]: audit 2023-12-21T05:13:49.853748+0000 mon.smithi079 (mon.0) 954 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:13:50.608 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:51.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: cephadm 2023-12-21T05:13:50.235109+0000 mgr.smithi079.gpuwcc (mgr.14180) 1136 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae 2023-12-21T05:13:51.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:13:51.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae 2023-12-21T05:13:51.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae 2023-12-21T05:13:51.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:13:51.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae 2023-12-21T05:13:51.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.offvae ... 2023-12-21T05:13:51.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:51.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:13:51.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:13:51.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:13:51.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:51.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:13:51.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:13:51.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:13:51.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:13:51.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:13:51.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae 2023-12-21T05:13:51.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:13:51.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae 2023-12-21T05:13:51.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae 2023-12-21T05:13:51.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:13:51.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae 2023-12-21T05:13:51.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.offvae ... 2023-12-21T05:13:51.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:51.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:13:51.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:13:51.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:13:51.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:51.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: cephadm 2023-12-21T05:13:50.235692+0000 mgr.smithi079.gpuwcc (mgr.14180) 1137 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.offvae 2023-12-21T05:13:51.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: audit 2023-12-21T05:13:50.236291+0000 mon.smithi079 (mon.0) 955 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.offvae"}]: dispatch 2023-12-21T05:13:51.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: cephadm 2023-12-21T05:13:50.237660+0000 mgr.smithi079.gpuwcc (mgr.14180) 1138 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.offvae on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae 2023-12-21T05:13:51.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:13:51.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae 2023-12-21T05:13:51.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae 2023-12-21T05:13:51.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:13:51.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae 2023-12-21T05:13:51.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.offvae ... 2023-12-21T05:13:51.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:51.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:13:51.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:13:51.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:13:51.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:51.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: cephadm 2023-12-21T05:13:50.241575+0000 mgr.smithi079.gpuwcc (mgr.14180) 1139 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.etcjvp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:13:51.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: cephadm 2023-12-21T05:13:50.244273+0000 mgr.smithi079.gpuwcc (mgr.14180) 1140 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:13:51.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:51 smithi079 bash[24931]: cluster 2023-12-21T05:13:50.245338+0000 mgr.smithi079.gpuwcc (mgr.14180) 1141 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-12-21T05:13:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: cephadm 2023-12-21T05:13:50.235109+0000 mgr.smithi079.gpuwcc (mgr.14180) 1136 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae 2023-12-21T05:13:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:13:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae 2023-12-21T05:13:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae 2023-12-21T05:13:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:13:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae 2023-12-21T05:13:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.offvae ... 2023-12-21T05:13:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:13:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:13:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:13:51.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:13:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:13:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:13:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:13:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:13:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae 2023-12-21T05:13:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:13:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae 2023-12-21T05:13:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae 2023-12-21T05:13:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:13:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae 2023-12-21T05:13:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.offvae ... 2023-12-21T05:13:51.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:51.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:13:51.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:13:51.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:13:51.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:51.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: cephadm 2023-12-21T05:13:50.235692+0000 mgr.smithi079.gpuwcc (mgr.14180) 1137 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.offvae 2023-12-21T05:13:51.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: audit 2023-12-21T05:13:50.236291+0000 mon.smithi079 (mon.0) 955 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.offvae"}]: dispatch 2023-12-21T05:13:51.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: cephadm 2023-12-21T05:13:50.237660+0000 mgr.smithi079.gpuwcc (mgr.14180) 1138 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.offvae on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae 2023-12-21T05:13:51.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:13:51.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae 2023-12-21T05:13:51.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae 2023-12-21T05:13:51.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:13:51.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae 2023-12-21T05:13:51.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.offvae ... 2023-12-21T05:13:51.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:51.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:13:51.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:13:51.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:13:51.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:51.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: cephadm 2023-12-21T05:13:50.241575+0000 mgr.smithi079.gpuwcc (mgr.14180) 1139 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.etcjvp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:13:51.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: cephadm 2023-12-21T05:13:50.244273+0000 mgr.smithi079.gpuwcc (mgr.14180) 1140 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:13:51.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:51 smithi156 bash[28307]: cluster 2023-12-21T05:13:50.245338+0000 mgr.smithi079.gpuwcc (mgr.14180) 1141 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-12-21T05:13:52.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:52 smithi079 bash[24931]: cluster 2023-12-21T05:13:51.147338+0000 mon.smithi079 (mon.0) 956 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:13:52.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:52 smithi156 bash[28307]: cluster 2023-12-21T05:13:51.147338+0000 mon.smithi079 (mon.0) 956 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:13:53.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:53 smithi079 bash[24931]: cluster 2023-12-21T05:13:52.246023+0000 mgr.smithi079.gpuwcc (mgr.14180) 1142 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-12-21T05:13:53.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:53 smithi079 bash[24931]: audit 2023-12-21T05:13:52.945942+0000 mon.smithi079 (mon.0) 957 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:13:53.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:53 smithi156 bash[28307]: cluster 2023-12-21T05:13:52.246023+0000 mgr.smithi079.gpuwcc (mgr.14180) 1142 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-12-21T05:13:53.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:53 smithi156 bash[28307]: audit 2023-12-21T05:13:52.945942+0000 mon.smithi079 (mon.0) 957 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:13:53.868 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:13:53.868 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:12:42.267849Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:46.507640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.trxynr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\nDeploy daemon haproxy.nfs.foo.smithi156.trxynr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.237427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.offvae on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\nDeploy daemon haproxy.nfs.foo.smithi079.offvae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.241379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.etcjvp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:50.244173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:54.617 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:55.618 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:55.630 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:55 smithi079 bash[24931]: audit 2023-12-21T05:13:53.858346+0000 mgr.smithi079.gpuwcc (mgr.14180) 1143 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:55.630 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:55 smithi079 bash[24931]: cluster 2023-12-21T05:13:54.246991+0000 mgr.smithi079.gpuwcc (mgr.14180) 1144 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:13:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:55 smithi156 bash[28307]: audit 2023-12-21T05:13:53.858346+0000 mgr.smithi079.gpuwcc (mgr.14180) 1143 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:55 smithi156 bash[28307]: cluster 2023-12-21T05:13:54.246991+0000 mgr.smithi079.gpuwcc (mgr.14180) 1144 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:13:57.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:57 smithi079 bash[24931]: cluster 2023-12-21T05:13:56.248560+0000 mgr.smithi079.gpuwcc (mgr.14180) 1145 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:13:57.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:57 smithi156 bash[28307]: cluster 2023-12-21T05:13:56.248560+0000 mgr.smithi079.gpuwcc (mgr.14180) 1145 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:13:58.756 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:13:58.756 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:12:42.267849Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:46.507640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.trxynr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\nDeploy daemon haproxy.nfs.foo.smithi156.trxynr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.237427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.offvae on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\nDeploy daemon haproxy.nfs.foo.smithi079.offvae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.241379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.etcjvp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:50.244173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:59.476 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:59.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:13:59 smithi079 bash[24931]: cluster 2023-12-21T05:13:58.249393+0000 mgr.smithi079.gpuwcc (mgr.14180) 1146 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:13:59.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:13:59 smithi156 bash[28307]: cluster 2023-12-21T05:13:58.249393+0000 mgr.smithi079.gpuwcc (mgr.14180) 1146 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:14:00.478 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:00.675 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:00 smithi079 bash[24931]: audit 2023-12-21T05:13:58.751289+0000 mgr.smithi079.gpuwcc (mgr.14180) 1147 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:00.675 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:00 smithi079 bash[24931]: cluster 2023-12-21T05:14:00.250643+0000 mgr.smithi079.gpuwcc (mgr.14180) 1148 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 351 B/s rd, 0 op/s 2023-12-21T05:14:00.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:00 smithi156 bash[28307]: audit 2023-12-21T05:13:58.751289+0000 mgr.smithi079.gpuwcc (mgr.14180) 1147 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:00.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:00 smithi156 bash[28307]: cluster 2023-12-21T05:14:00.250643+0000 mgr.smithi079.gpuwcc (mgr.14180) 1148 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 351 B/s rd, 0 op/s 2023-12-21T05:14:02.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:02 smithi079 bash[24931]: cluster 2023-12-21T05:14:02.251893+0000 mgr.smithi079.gpuwcc (mgr.14180) 1149 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:02.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:02 smithi156 bash[28307]: cluster 2023-12-21T05:14:02.251893+0000 mgr.smithi079.gpuwcc (mgr.14180) 1149 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:03.630 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:14:03.631 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:12:42.267849Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:46.507640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.trxynr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\nDeploy daemon haproxy.nfs.foo.smithi156.trxynr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.237427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.offvae on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\nDeploy daemon haproxy.nfs.foo.smithi079.offvae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.241379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.etcjvp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:50.244173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:04.434 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:04.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:04 smithi079 bash[24931]: audit 2023-12-21T05:14:03.620300+0000 mgr.smithi079.gpuwcc (mgr.14180) 1150 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:04.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:04 smithi079 bash[24931]: cluster 2023-12-21T05:14:04.252714+0000 mgr.smithi079.gpuwcc (mgr.14180) 1151 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:04.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:04 smithi156 bash[28307]: audit 2023-12-21T05:14:03.620300+0000 mgr.smithi079.gpuwcc (mgr.14180) 1150 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:04.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:04 smithi156 bash[28307]: cluster 2023-12-21T05:14:04.252714+0000 mgr.smithi079.gpuwcc (mgr.14180) 1151 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:05.435 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:05.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:05 smithi079 bash[24931]: audit 2023-12-21T05:14:04.855437+0000 mon.smithi079 (mon.0) 958 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:14:06.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:05 smithi156 bash[28307]: audit 2023-12-21T05:14:04.855437+0000 mon.smithi079 (mon.0) 958 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:14:07.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:07 smithi079 bash[24931]: cluster 2023-12-21T05:14:06.254204+0000 mgr.smithi079.gpuwcc (mgr.14180) 1152 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:07.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:07 smithi156 bash[28307]: cluster 2023-12-21T05:14:06.254204+0000 mgr.smithi079.gpuwcc (mgr.14180) 1152 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:08.692 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:14:08.692 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:12:42.267849Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:46.507640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.trxynr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\nDeploy daemon haproxy.nfs.foo.smithi156.trxynr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.237427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.offvae on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\nDeploy daemon haproxy.nfs.foo.smithi079.offvae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.241379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.etcjvp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:50.244173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:08.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:08 smithi079 bash[24931]: cluster 2023-12-21T05:14:08.254770+0000 mgr.smithi079.gpuwcc (mgr.14180) 1153 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:08.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:08 smithi156 bash[28307]: cluster 2023-12-21T05:14:08.254770+0000 mgr.smithi079.gpuwcc (mgr.14180) 1153 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:09.498 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:09.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:09 smithi079 bash[24931]: audit 2023-12-21T05:14:08.683566+0000 mgr.smithi079.gpuwcc (mgr.14180) 1154 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:09.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:09 smithi156 bash[28307]: audit 2023-12-21T05:14:08.683566+0000 mgr.smithi079.gpuwcc (mgr.14180) 1154 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:10.499 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:10.700 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:10 smithi079 bash[24931]: cluster 2023-12-21T05:14:10.256054+0000 mgr.smithi079.gpuwcc (mgr.14180) 1155 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:14:10.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:10 smithi156 bash[28307]: cluster 2023-12-21T05:14:10.256054+0000 mgr.smithi079.gpuwcc (mgr.14180) 1155 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:14:12.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:12 smithi079 bash[24931]: cluster 2023-12-21T05:14:12.257340+0000 mgr.smithi079.gpuwcc (mgr.14180) 1156 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:12.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:12 smithi156 bash[28307]: cluster 2023-12-21T05:14:12.257340+0000 mgr.smithi079.gpuwcc (mgr.14180) 1156 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:13.620 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:14:13.620 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:12:42.267849Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:46.507640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.trxynr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\nDeploy daemon haproxy.nfs.foo.smithi156.trxynr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.237427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.offvae on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\nDeploy daemon haproxy.nfs.foo.smithi079.offvae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.241379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.etcjvp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:50.244173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:14.431 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:14.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:14 smithi079 bash[24931]: audit 2023-12-21T05:14:13.608654+0000 mgr.smithi079.gpuwcc (mgr.14180) 1157 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:14.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:14 smithi079 bash[24931]: cluster 2023-12-21T05:14:14.258285+0000 mgr.smithi079.gpuwcc (mgr.14180) 1158 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:14.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:14 smithi156 bash[28307]: audit 2023-12-21T05:14:13.608654+0000 mgr.smithi079.gpuwcc (mgr.14180) 1157 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:14.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:14 smithi156 bash[28307]: cluster 2023-12-21T05:14:14.258285+0000 mgr.smithi079.gpuwcc (mgr.14180) 1158 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:15.432 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:17.376 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:17 smithi079 bash[24931]: cluster 2023-12-21T05:14:16.259525+0000 mgr.smithi079.gpuwcc (mgr.14180) 1159 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:17.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:17 smithi156 bash[28307]: cluster 2023-12-21T05:14:16.259525+0000 mgr.smithi079.gpuwcc (mgr.14180) 1159 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:18.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:18 smithi079 bash[24931]: cluster 2023-12-21T05:14:18.260192+0000 mgr.smithi079.gpuwcc (mgr.14180) 1160 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:18.614 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:14:18.614 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:12:42.267849Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:46.507640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.trxynr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\nDeploy daemon haproxy.nfs.foo.smithi156.trxynr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.237427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.offvae on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\nDeploy daemon haproxy.nfs.foo.smithi079.offvae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.241379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.etcjvp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:50.244173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:18.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:18 smithi156 bash[28307]: cluster 2023-12-21T05:14:18.260192+0000 mgr.smithi079.gpuwcc (mgr.14180) 1160 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:19.377 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:19.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:19 smithi079 bash[24931]: audit 2023-12-21T05:14:18.606136+0000 mgr.smithi079.gpuwcc (mgr.14180) 1161 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:19.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:19 smithi156 bash[28307]: audit 2023-12-21T05:14:18.606136+0000 mgr.smithi079.gpuwcc (mgr.14180) 1161 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:20.379 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:20.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:20 smithi079 bash[24931]: cluster 2023-12-21T05:14:20.261410+0000 mgr.smithi079.gpuwcc (mgr.14180) 1162 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:14:20.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:20 smithi156 bash[28307]: cluster 2023-12-21T05:14:20.261410+0000 mgr.smithi079.gpuwcc (mgr.14180) 1162 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:14:22.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:22 smithi079 bash[24931]: cluster 2023-12-21T05:14:22.262133+0000 mgr.smithi079.gpuwcc (mgr.14180) 1163 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:22.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:22 smithi156 bash[28307]: cluster 2023-12-21T05:14:22.262133+0000 mgr.smithi079.gpuwcc (mgr.14180) 1163 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:23.290 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:14:23.290 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:12:42.267849Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:46.507640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.trxynr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\nDeploy daemon haproxy.nfs.foo.smithi156.trxynr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.237427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.offvae on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\nDeploy daemon haproxy.nfs.foo.smithi079.offvae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.241379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.etcjvp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:50.244173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:23.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:23 smithi079 bash[24931]: audit 2023-12-21T05:14:23.279871+0000 mgr.smithi079.gpuwcc (mgr.14180) 1164 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:23.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:23 smithi156 bash[28307]: audit 2023-12-21T05:14:23.279871+0000 mgr.smithi079.gpuwcc (mgr.14180) 1164 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:24.021 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:24.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:24 smithi079 bash[24931]: cluster 2023-12-21T05:14:24.262863+0000 mgr.smithi079.gpuwcc (mgr.14180) 1165 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:24.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:24 smithi156 bash[28307]: cluster 2023-12-21T05:14:24.262863+0000 mgr.smithi079.gpuwcc (mgr.14180) 1165 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:25.022 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:27.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:27 smithi079 bash[24931]: cluster 2023-12-21T05:14:26.264414+0000 mgr.smithi079.gpuwcc (mgr.14180) 1166 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:27.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:27 smithi156 bash[28307]: cluster 2023-12-21T05:14:26.264414+0000 mgr.smithi079.gpuwcc (mgr.14180) 1166 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:28.073 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:14:28.073 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:12:42.267849Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:46.507640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.trxynr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\nDeploy daemon haproxy.nfs.foo.smithi156.trxynr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.237427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.offvae on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\nDeploy daemon haproxy.nfs.foo.smithi079.offvae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.241379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.etcjvp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:50.244173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:28.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:28 smithi079 bash[24931]: audit 2023-12-21T05:14:28.068568+0000 mgr.smithi079.gpuwcc (mgr.14180) 1167 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:28.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:28 smithi079 bash[24931]: cluster 2023-12-21T05:14:28.265424+0000 mgr.smithi079.gpuwcc (mgr.14180) 1168 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:28.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:28 smithi156 bash[28307]: audit 2023-12-21T05:14:28.068568+0000 mgr.smithi079.gpuwcc (mgr.14180) 1167 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:28.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:28 smithi156 bash[28307]: cluster 2023-12-21T05:14:28.265424+0000 mgr.smithi079.gpuwcc (mgr.14180) 1168 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:28.799 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:29.800 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:30.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:30 smithi079 bash[24931]: cluster 2023-12-21T05:14:30.266673+0000 mgr.smithi079.gpuwcc (mgr.14180) 1169 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:14:30.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:30 smithi156 bash[28307]: cluster 2023-12-21T05:14:30.266673+0000 mgr.smithi079.gpuwcc (mgr.14180) 1169 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:14:32.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:32 smithi079 bash[24931]: cluster 2023-12-21T05:14:32.267856+0000 mgr.smithi079.gpuwcc (mgr.14180) 1170 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:32.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:32 smithi156 bash[28307]: cluster 2023-12-21T05:14:32.267856+0000 mgr.smithi079.gpuwcc (mgr.14180) 1170 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:32.920 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:14:32.921 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:12:42.267849Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:46.507640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.trxynr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\nDeploy daemon haproxy.nfs.foo.smithi156.trxynr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.237427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.offvae on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\nDeploy daemon haproxy.nfs.foo.smithi079.offvae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.241379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.etcjvp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:50.244173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:33.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:33 smithi079 bash[24931]: audit 2023-12-21T05:14:32.911061+0000 mgr.smithi079.gpuwcc (mgr.14180) 1171 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:33.686 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:33.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:33 smithi156 bash[28307]: audit 2023-12-21T05:14:32.911061+0000 mgr.smithi079.gpuwcc (mgr.14180) 1171 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:34.687 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:34.699 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:34 smithi079 bash[24931]: cluster 2023-12-21T05:14:34.268778+0000 mgr.smithi079.gpuwcc (mgr.14180) 1172 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:34.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:34 smithi156 bash[28307]: cluster 2023-12-21T05:14:34.268778+0000 mgr.smithi079.gpuwcc (mgr.14180) 1172 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:37.461 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:37 smithi079 bash[24931]: cluster 2023-12-21T05:14:36.269758+0000 mgr.smithi079.gpuwcc (mgr.14180) 1173 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:37.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:37 smithi156 bash[28307]: cluster 2023-12-21T05:14:36.269758+0000 mgr.smithi079.gpuwcc (mgr.14180) 1173 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:37.879 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:14:37.879 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:12:42.267849Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:46.507640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.trxynr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\nDeploy daemon haproxy.nfs.foo.smithi156.trxynr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.237427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.offvae on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\nDeploy daemon haproxy.nfs.foo.smithi079.offvae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.241379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.etcjvp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:50.244173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:38.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:38 smithi079 bash[24931]: audit 2023-12-21T05:14:37.869400+0000 mgr.smithi079.gpuwcc (mgr.14180) 1174 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:38.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:38 smithi079 bash[24931]: cluster 2023-12-21T05:14:38.270670+0000 mgr.smithi079.gpuwcc (mgr.14180) 1175 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:38.700 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:38.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:38 smithi156 bash[28307]: audit 2023-12-21T05:14:37.869400+0000 mgr.smithi079.gpuwcc (mgr.14180) 1174 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:38.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:38 smithi156 bash[28307]: cluster 2023-12-21T05:14:38.270670+0000 mgr.smithi079.gpuwcc (mgr.14180) 1175 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:39.702 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:40.684 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:40 smithi079 bash[24931]: cluster 2023-12-21T05:14:40.271509+0000 mgr.smithi079.gpuwcc (mgr.14180) 1176 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:14:40.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:40 smithi156 bash[28307]: cluster 2023-12-21T05:14:40.271509+0000 mgr.smithi079.gpuwcc (mgr.14180) 1176 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:14:42.700 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:14:42.701 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:12:42.267849Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:46.507640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.trxynr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\nDeploy daemon haproxy.nfs.foo.smithi156.trxynr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.237427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.offvae on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\nDeploy daemon haproxy.nfs.foo.smithi079.offvae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.241379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.etcjvp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:50.244173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:42.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:42 smithi079 bash[24931]: cluster 2023-12-21T05:14:42.272313+0000 mgr.smithi079.gpuwcc (mgr.14180) 1177 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:42.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:42 smithi156 bash[28307]: cluster 2023-12-21T05:14:42.272313+0000 mgr.smithi079.gpuwcc (mgr.14180) 1177 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:43.494 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:43.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:43 smithi079 bash[24931]: audit 2023-12-21T05:14:42.695618+0000 mgr.smithi079.gpuwcc (mgr.14180) 1178 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:43.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:43 smithi156 bash[28307]: audit 2023-12-21T05:14:42.695618+0000 mgr.smithi079.gpuwcc (mgr.14180) 1178 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:44.495 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:44.694 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:44 smithi079 bash[24931]: cluster 2023-12-21T05:14:44.273164+0000 mgr.smithi079.gpuwcc (mgr.14180) 1179 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:44.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:44 smithi156 bash[28307]: cluster 2023-12-21T05:14:44.273164+0000 mgr.smithi079.gpuwcc (mgr.14180) 1179 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:47.460 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:14:47.461 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:12:42.267849Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:46.507640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.trxynr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\nDeploy daemon haproxy.nfs.foo.smithi156.trxynr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.237427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.offvae on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\nDeploy daemon haproxy.nfs.foo.smithi079.offvae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.241379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.etcjvp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:50.244173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:47.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:47 smithi079 bash[24931]: cluster 2023-12-21T05:14:46.274779+0000 mgr.smithi079.gpuwcc (mgr.14180) 1180 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:47.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:47 smithi156 bash[28307]: cluster 2023-12-21T05:14:46.274779+0000 mgr.smithi079.gpuwcc (mgr.14180) 1180 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:48.223 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:48.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:48 smithi079 bash[24931]: audit 2023-12-21T05:14:47.449838+0000 mgr.smithi079.gpuwcc (mgr.14180) 1181 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:48.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:48 smithi079 bash[24931]: cluster 2023-12-21T05:14:48.275772+0000 mgr.smithi079.gpuwcc (mgr.14180) 1182 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:48.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:48 smithi156 bash[28307]: audit 2023-12-21T05:14:47.449838+0000 mgr.smithi079.gpuwcc (mgr.14180) 1181 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:48.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:48 smithi156 bash[28307]: cluster 2023-12-21T05:14:48.275772+0000 mgr.smithi079.gpuwcc (mgr.14180) 1182 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:49.224 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:50.562 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:50 smithi079 bash[24931]: audit 2023-12-21T05:14:50.248079+0000 mon.smithi079 (mon.0) 959 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:14:50.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:50 smithi156 bash[28307]: audit 2023-12-21T05:14:50.248079+0000 mon.smithi079 (mon.0) 959 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:14:51.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:51 smithi079 bash[24931]: cluster 2023-12-21T05:14:50.276945+0000 mgr.smithi079.gpuwcc (mgr.14180) 1183 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:14:51.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:51 smithi079 bash[24931]: audit 2023-12-21T05:14:50.553728+0000 mon.smithi079 (mon.0) 960 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:14:51.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:51 smithi079 bash[24931]: audit 2023-12-21T05:14:50.555140+0000 mon.smithi079 (mon.0) 961 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:14:51.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:51 smithi079 bash[24931]: audit 2023-12-21T05:14:50.565251+0000 mon.smithi079 (mon.0) 962 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:14:51.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:51 smithi079 bash[24931]: audit 2023-12-21T05:14:50.571741+0000 mon.smithi079 (mon.0) 963 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:14:51.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:51 smithi079 bash[24931]: audit 2023-12-21T05:14:50.585380+0000 mon.smithi079 (mon.0) 964 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:14:51.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:51 smithi156 bash[28307]: cluster 2023-12-21T05:14:50.276945+0000 mgr.smithi079.gpuwcc (mgr.14180) 1183 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:14:51.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:51 smithi156 bash[28307]: audit 2023-12-21T05:14:50.553728+0000 mon.smithi079 (mon.0) 960 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:14:51.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:51 smithi156 bash[28307]: audit 2023-12-21T05:14:50.555140+0000 mon.smithi079 (mon.0) 961 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:14:51.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:51 smithi156 bash[28307]: audit 2023-12-21T05:14:50.565251+0000 mon.smithi079 (mon.0) 962 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:14:51.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:51 smithi156 bash[28307]: audit 2023-12-21T05:14:50.571741+0000 mon.smithi079 (mon.0) 963 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:14:51.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:51 smithi156 bash[28307]: audit 2023-12-21T05:14:50.585380+0000 mon.smithi079 (mon.0) 964 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:14:52.308 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:14:52.308 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:12:42.267849Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zusbtk on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:46.507640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.trxynr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\nDeploy daemon haproxy.nfs.foo.smithi156.trxynr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.237427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.offvae on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\nDeploy daemon haproxy.nfs.foo.smithi079.offvae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.241379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.etcjvp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:50.244173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:52.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:52 smithi079 bash[24931]: cluster 2023-12-21T05:14:50.566051+0000 mgr.smithi079.gpuwcc (mgr.14180) 1184 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:14:52.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:52 smithi079 bash[24931]: cephadm 2023-12-21T05:14:50.589183+0000 mgr.smithi079.gpuwcc (mgr.14180) 1185 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.zsoqiu on smithi156 2023-12-21T05:14:52.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:52 smithi079 bash[24931]: cluster 2023-12-21T05:14:51.561544+0000 mon.smithi079 (mon.0) 965 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:14:52.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:52 smithi079 bash[24931]: cluster 2023-12-21T05:14:51.561585+0000 mon.smithi079 (mon.0) 966 : cluster [INF] Cluster is now healthy 2023-12-21T05:14:52.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:52 smithi156 bash[28307]: cluster 2023-12-21T05:14:50.566051+0000 mgr.smithi079.gpuwcc (mgr.14180) 1184 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:14:52.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:52 smithi156 bash[28307]: cephadm 2023-12-21T05:14:50.589183+0000 mgr.smithi079.gpuwcc (mgr.14180) 1185 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.zsoqiu on smithi156 2023-12-21T05:14:52.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:52 smithi156 bash[28307]: cluster 2023-12-21T05:14:51.561544+0000 mon.smithi079 (mon.0) 965 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:14:52.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:52 smithi156 bash[28307]: cluster 2023-12-21T05:14:51.561585+0000 mon.smithi079 (mon.0) 966 : cluster [INF] Cluster is now healthy 2023-12-21T05:14:53.087 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:53.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:53 smithi079 bash[24931]: audit 2023-12-21T05:14:52.298099+0000 mgr.smithi079.gpuwcc (mgr.14180) 1186 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:53.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:53 smithi156 bash[28307]: audit 2023-12-21T05:14:52.298099+0000 mgr.smithi079.gpuwcc (mgr.14180) 1186 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:54.089 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:54.376 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:54 smithi079 bash[24931]: cluster 2023-12-21T05:14:52.566953+0000 mgr.smithi079.gpuwcc (mgr.14180) 1187 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:14:54.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:54 smithi156 bash[28307]: cluster 2023-12-21T05:14:52.566953+0000 mgr.smithi079.gpuwcc (mgr.14180) 1187 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:14:55.696 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: cephadm 2023-12-21T05:14:54.376950+0000 mgr.smithi079.gpuwcc (mgr.14180) 1188 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu 2023-12-21T05:14:55.696 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:14:55.696 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu 2023-12-21T05:14:55.696 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu 2023-12-21T05:14:55.696 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:14:55.697 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu 2023-12-21T05:14:55.697 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.zsoqiu ... 2023-12-21T05:14:55.697 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:55.697 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:14:55.697 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:14:55.697 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:14:55.697 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:55.697 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:14:55.697 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:14:55.697 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:14:55.697 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:14:55.698 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:14:55.698 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu 2023-12-21T05:14:55.698 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:14:55.698 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu 2023-12-21T05:14:55.698 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu 2023-12-21T05:14:55.698 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:14:55.698 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu 2023-12-21T05:14:55.698 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.zsoqiu ... 2023-12-21T05:14:55.698 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:55.698 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:14:55.698 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:14:55.698 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:14:55.698 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:55.698 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: cephadm 2023-12-21T05:14:54.377413+0000 mgr.smithi079.gpuwcc (mgr.14180) 1189 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.zsoqiu 2023-12-21T05:14:55.699 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: audit 2023-12-21T05:14:54.378006+0000 mon.smithi079 (mon.0) 967 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.zsoqiu"}]: dispatch 2023-12-21T05:14:55.699 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: cephadm 2023-12-21T05:14:54.379585+0000 mgr.smithi079.gpuwcc (mgr.14180) 1190 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.zsoqiu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu 2023-12-21T05:14:55.699 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:14:55.699 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu 2023-12-21T05:14:55.699 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu 2023-12-21T05:14:55.699 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:14:55.699 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu 2023-12-21T05:14:55.699 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.zsoqiu ... 2023-12-21T05:14:55.699 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:55.699 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:14:55.699 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:14:55.699 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:14:55.699 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:55.699 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: cephadm 2023-12-21T05:14:54.384117+0000 mgr.smithi079.gpuwcc (mgr.14180) 1191 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.bxxodq on smithi079 2023-12-21T05:14:55.699 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:55 smithi079 bash[24931]: cluster 2023-12-21T05:14:54.567487+0000 mgr.smithi079.gpuwcc (mgr.14180) 1192 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:14:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: cephadm 2023-12-21T05:14:54.376950+0000 mgr.smithi079.gpuwcc (mgr.14180) 1188 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu 2023-12-21T05:14:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:14:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu 2023-12-21T05:14:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu 2023-12-21T05:14:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:14:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu 2023-12-21T05:14:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.zsoqiu ... 2023-12-21T05:14:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:14:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:14:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:14:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:14:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:14:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:14:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:14:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:14:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu 2023-12-21T05:14:55.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:14:55.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu 2023-12-21T05:14:55.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu 2023-12-21T05:14:55.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:14:55.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu 2023-12-21T05:14:55.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.zsoqiu ... 2023-12-21T05:14:55.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:55.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:14:55.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:14:55.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:14:55.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:55.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: cephadm 2023-12-21T05:14:54.377413+0000 mgr.smithi079.gpuwcc (mgr.14180) 1189 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.zsoqiu 2023-12-21T05:14:55.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: audit 2023-12-21T05:14:54.378006+0000 mon.smithi079 (mon.0) 967 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.zsoqiu"}]: dispatch 2023-12-21T05:14:55.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: cephadm 2023-12-21T05:14:54.379585+0000 mgr.smithi079.gpuwcc (mgr.14180) 1190 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.zsoqiu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu 2023-12-21T05:14:55.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:14:55.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu 2023-12-21T05:14:55.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu 2023-12-21T05:14:55.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:14:55.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu 2023-12-21T05:14:55.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.zsoqiu ... 2023-12-21T05:14:55.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:55.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:14:55.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:14:55.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:14:55.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:55.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: cephadm 2023-12-21T05:14:54.384117+0000 mgr.smithi079.gpuwcc (mgr.14180) 1191 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.bxxodq on smithi079 2023-12-21T05:14:55.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:55 smithi156 bash[28307]: cluster 2023-12-21T05:14:54.567487+0000 mgr.smithi079.gpuwcc (mgr.14180) 1192 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:14:57.363 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:14:57.363 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:13:46.507640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.trxynr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-trxynr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.trxynr\nDeploy daemon haproxy.nfs.foo.smithi156.trxynr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.237427Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.offvae on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-offvae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.offvae\nDeploy daemon haproxy.nfs.foo.smithi079.offvae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:50.241379Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.etcjvp on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:50.244173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:54.379336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.zsoqiu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\nDeploy daemon haproxy.nfs.foo.smithi156.zsoqiu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:58.101 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:58.329 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:58 smithi079 bash[24931]: cluster 2023-12-21T05:14:56.568680+0000 mgr.smithi079.gpuwcc (mgr.14180) 1193 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:14:58.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:58 smithi156 bash[28307]: cluster 2023-12-21T05:14:56.568680+0000 mgr.smithi079.gpuwcc (mgr.14180) 1193 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:14:59.102 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:59.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:59 smithi079 bash[24931]: audit 2023-12-21T05:14:57.354436+0000 mgr.smithi079.gpuwcc (mgr.14180) 1194 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:59.547 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:14:59 smithi079 bash[24931]: audit 2023-12-21T05:14:58.405364+0000 mon.smithi079 (mon.0) 968 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.bxxodq"}]: dispatch 2023-12-21T05:14:59.548 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:59 smithi156 bash[28307]: audit 2023-12-21T05:14:57.354436+0000 mgr.smithi079.gpuwcc (mgr.14180) 1194 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:59.548 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:14:59 smithi156 bash[28307]: audit 2023-12-21T05:14:58.405364+0000 mon.smithi079 (mon.0) 968 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.bxxodq"}]: dispatch 2023-12-21T05:15:00.377 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: cephadm 2023-12-21T05:14:58.404316+0000 mgr.smithi079.gpuwcc (mgr.14180) 1195 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq 2023-12-21T05:15:00.377 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:15:00.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq 2023-12-21T05:15:00.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq 2023-12-21T05:15:00.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:15:00.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq 2023-12-21T05:15:00.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.bxxodq ... 2023-12-21T05:15:00.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:15:00.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:15:00.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:15:00.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:15:00.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:15:00.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:15:00.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:15:00.378 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:15:00.379 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:15:00.379 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:15:00.379 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq 2023-12-21T05:15:00.379 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:15:00.379 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq 2023-12-21T05:15:00.379 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq 2023-12-21T05:15:00.379 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:15:00.379 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq 2023-12-21T05:15:00.379 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.bxxodq ... 2023-12-21T05:15:00.379 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:15:00.379 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:15:00.379 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:15:00.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:15:00.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:15:00.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: cephadm 2023-12-21T05:14:58.404812+0000 mgr.smithi079.gpuwcc (mgr.14180) 1196 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.bxxodq 2023-12-21T05:15:00.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: cephadm 2023-12-21T05:14:58.406890+0000 mgr.smithi079.gpuwcc (mgr.14180) 1197 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.bxxodq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq 2023-12-21T05:15:00.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:15:00.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq 2023-12-21T05:15:00.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq 2023-12-21T05:15:00.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:15:00.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq 2023-12-21T05:15:00.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.bxxodq ... 2023-12-21T05:15:00.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:15:00.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:15:00.380 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:15:00.381 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:15:00.381 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:15:00.381 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: cephadm 2023-12-21T05:14:58.410535+0000 mgr.smithi079.gpuwcc (mgr.14180) 1198 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.yqvvba on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:15:00.381 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: cephadm 2023-12-21T05:14:58.412834+0000 mgr.smithi079.gpuwcc (mgr.14180) 1199 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:15:00.381 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: cluster 2023-12-21T05:14:58.414042+0000 mgr.smithi079.gpuwcc (mgr.14180) 1200 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-12-21T05:15:00.381 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:00 smithi079 bash[24931]: cluster 2023-12-21T05:14:59.147057+0000 mon.smithi079 (mon.0) 969 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:15:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: cephadm 2023-12-21T05:14:58.404316+0000 mgr.smithi079.gpuwcc (mgr.14180) 1195 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq 2023-12-21T05:15:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:15:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq 2023-12-21T05:15:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq 2023-12-21T05:15:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:15:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq 2023-12-21T05:15:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.bxxodq ... 2023-12-21T05:15:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:15:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:15:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:15:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:15:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:15:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:15:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:15:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:15:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:15:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:15:00.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq 2023-12-21T05:15:00.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:15:00.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq 2023-12-21T05:15:00.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq 2023-12-21T05:15:00.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:15:00.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq 2023-12-21T05:15:00.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.bxxodq ... 2023-12-21T05:15:00.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:15:00.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:15:00.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:15:00.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:15:00.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:15:00.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: cephadm 2023-12-21T05:14:58.404812+0000 mgr.smithi079.gpuwcc (mgr.14180) 1196 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.bxxodq 2023-12-21T05:15:00.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: cephadm 2023-12-21T05:14:58.406890+0000 mgr.smithi079.gpuwcc (mgr.14180) 1197 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.bxxodq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq 2023-12-21T05:15:00.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:15:00.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq 2023-12-21T05:15:00.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq 2023-12-21T05:15:00.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:15:00.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq 2023-12-21T05:15:00.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.bxxodq ... 2023-12-21T05:15:00.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:15:00.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:15:00.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:15:00.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:15:00.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:15:00.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: cephadm 2023-12-21T05:14:58.410535+0000 mgr.smithi079.gpuwcc (mgr.14180) 1198 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.yqvvba on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:15:00.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: cephadm 2023-12-21T05:14:58.412834+0000 mgr.smithi079.gpuwcc (mgr.14180) 1199 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:15:00.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: cluster 2023-12-21T05:14:58.414042+0000 mgr.smithi079.gpuwcc (mgr.14180) 1200 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-12-21T05:15:00.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:00 smithi156 bash[28307]: cluster 2023-12-21T05:14:59.147057+0000 mon.smithi079 (mon.0) 969 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:15:01.896 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:15:01.896 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:13:50.244173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:54.379336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.zsoqiu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\nDeploy daemon haproxy.nfs.foo.smithi156.zsoqiu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.406582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bxxodq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\nDeploy daemon haproxy.nfs.foo.smithi079.bxxodq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.410399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yqvvba on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:58.412703Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:02.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:02 smithi079 bash[24931]: cluster 2023-12-21T05:15:00.415353+0000 mgr.smithi079.gpuwcc (mgr.14180) 1201 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-12-21T05:15:02.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:02 smithi156 bash[28307]: cluster 2023-12-21T05:15:00.415353+0000 mgr.smithi079.gpuwcc (mgr.14180) 1201 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-12-21T05:15:02.608 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:03.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:03 smithi079 bash[24931]: audit 2023-12-21T05:15:01.885961+0000 mgr.smithi079.gpuwcc (mgr.14180) 1202 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:03.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:03 smithi079 bash[24931]: audit 2023-12-21T05:15:02.997516+0000 mon.smithi079 (mon.0) 970 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:15:03.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:03 smithi156 bash[28307]: audit 2023-12-21T05:15:01.885961+0000 mgr.smithi079.gpuwcc (mgr.14180) 1202 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:03.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:03 smithi156 bash[28307]: audit 2023-12-21T05:15:02.997516+0000 mon.smithi079 (mon.0) 970 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:15:03.610 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:04.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:04 smithi079 bash[24931]: cluster 2023-12-21T05:15:02.416448+0000 mgr.smithi079.gpuwcc (mgr.14180) 1203 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T05:15:04.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:04 smithi156 bash[28307]: cluster 2023-12-21T05:15:02.416448+0000 mgr.smithi079.gpuwcc (mgr.14180) 1203 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T05:15:06.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:06 smithi079 bash[24931]: cluster 2023-12-21T05:15:04.417319+0000 mgr.smithi079.gpuwcc (mgr.14180) 1204 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T05:15:06.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:06 smithi156 bash[28307]: cluster 2023-12-21T05:15:04.417319+0000 mgr.smithi079.gpuwcc (mgr.14180) 1204 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T05:15:06.611 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:15:06.611 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:13:50.244173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:54.379336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.zsoqiu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\nDeploy daemon haproxy.nfs.foo.smithi156.zsoqiu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.406582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bxxodq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\nDeploy daemon haproxy.nfs.foo.smithi079.bxxodq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.410399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yqvvba on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:58.412703Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:07.337 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:08.338 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:08.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:08 smithi079 bash[24931]: cluster 2023-12-21T05:15:06.418792+0000 mgr.smithi079.gpuwcc (mgr.14180) 1205 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T05:15:08.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:08 smithi079 bash[24931]: audit 2023-12-21T05:15:06.601723+0000 mgr.smithi079.gpuwcc (mgr.14180) 1206 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:08.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:08 smithi156 bash[28307]: cluster 2023-12-21T05:15:06.418792+0000 mgr.smithi079.gpuwcc (mgr.14180) 1205 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T05:15:08.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:08 smithi156 bash[28307]: audit 2023-12-21T05:15:06.601723+0000 mgr.smithi079.gpuwcc (mgr.14180) 1206 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:10.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:10 smithi079 bash[24931]: cluster 2023-12-21T05:15:08.419702+0000 mgr.smithi079.gpuwcc (mgr.14180) 1207 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T05:15:10.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:10 smithi156 bash[28307]: cluster 2023-12-21T05:15:08.419702+0000 mgr.smithi079.gpuwcc (mgr.14180) 1207 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T05:15:11.324 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:15:11.324 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:13:50.244173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:54.379336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.zsoqiu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\nDeploy daemon haproxy.nfs.foo.smithi156.zsoqiu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.406582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bxxodq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\nDeploy daemon haproxy.nfs.foo.smithi079.bxxodq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.410399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yqvvba on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:58.412703Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:12.067 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:12.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:12 smithi079 bash[24931]: cluster 2023-12-21T05:15:10.420976+0000 mgr.smithi079.gpuwcc (mgr.14180) 1208 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:15:12.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:12 smithi079 bash[24931]: audit 2023-12-21T05:15:11.315996+0000 mgr.smithi079.gpuwcc (mgr.14180) 1209 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:12.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:12 smithi156 bash[28307]: cluster 2023-12-21T05:15:10.420976+0000 mgr.smithi079.gpuwcc (mgr.14180) 1208 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:15:12.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:12 smithi156 bash[28307]: audit 2023-12-21T05:15:11.315996+0000 mgr.smithi079.gpuwcc (mgr.14180) 1209 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:13.068 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:14.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:14 smithi079 bash[24931]: cluster 2023-12-21T05:15:12.422118+0000 mgr.smithi079.gpuwcc (mgr.14180) 1210 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:14.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:14 smithi156 bash[28307]: cluster 2023-12-21T05:15:12.422118+0000 mgr.smithi079.gpuwcc (mgr.14180) 1210 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:16.285 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:15:16.285 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:13:50.244173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:54.379336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.zsoqiu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\nDeploy daemon haproxy.nfs.foo.smithi156.zsoqiu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.406582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bxxodq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\nDeploy daemon haproxy.nfs.foo.smithi079.bxxodq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.410399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yqvvba on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:58.412703Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:16.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:16 smithi079 bash[24931]: cluster 2023-12-21T05:15:14.423048+0000 mgr.smithi079.gpuwcc (mgr.14180) 1211 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:16.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:16 smithi156 bash[28307]: cluster 2023-12-21T05:15:14.423048+0000 mgr.smithi079.gpuwcc (mgr.14180) 1211 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:17.042 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:17.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:17 smithi079 bash[24931]: audit 2023-12-21T05:15:16.277466+0000 mgr.smithi079.gpuwcc (mgr.14180) 1212 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:17.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:17 smithi156 bash[28307]: audit 2023-12-21T05:15:16.277466+0000 mgr.smithi079.gpuwcc (mgr.14180) 1212 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:18.043 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:18.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:18 smithi079 bash[24931]: cluster 2023-12-21T05:15:16.424667+0000 mgr.smithi079.gpuwcc (mgr.14180) 1213 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:18.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:18 smithi156 bash[28307]: cluster 2023-12-21T05:15:16.424667+0000 mgr.smithi079.gpuwcc (mgr.14180) 1213 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:20.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:20 smithi079 bash[24931]: cluster 2023-12-21T05:15:18.425529+0000 mgr.smithi079.gpuwcc (mgr.14180) 1214 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:20.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:20 smithi156 bash[28307]: cluster 2023-12-21T05:15:18.425529+0000 mgr.smithi079.gpuwcc (mgr.14180) 1214 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:21.201 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:15:21.202 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:13:50.244173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:54.379336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.zsoqiu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\nDeploy daemon haproxy.nfs.foo.smithi156.zsoqiu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.406582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bxxodq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\nDeploy daemon haproxy.nfs.foo.smithi079.bxxodq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.410399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yqvvba on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:58.412703Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:21.955 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:22.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:22 smithi156 bash[28307]: cluster 2023-12-21T05:15:20.426779+0000 mgr.smithi079.gpuwcc (mgr.14180) 1215 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:15:22.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:22 smithi156 bash[28307]: audit 2023-12-21T05:15:21.197193+0000 mgr.smithi079.gpuwcc (mgr.14180) 1216 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:22.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:22 smithi079 bash[24931]: cluster 2023-12-21T05:15:20.426779+0000 mgr.smithi079.gpuwcc (mgr.14180) 1215 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:15:22.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:22 smithi079 bash[24931]: audit 2023-12-21T05:15:21.197193+0000 mgr.smithi079.gpuwcc (mgr.14180) 1216 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:22.956 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:24.471 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:24 smithi079 bash[24931]: cluster 2023-12-21T05:15:22.428056+0000 mgr.smithi079.gpuwcc (mgr.14180) 1217 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:24.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:24 smithi156 bash[28307]: cluster 2023-12-21T05:15:22.428056+0000 mgr.smithi079.gpuwcc (mgr.14180) 1217 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:26.207 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:15:26.207 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:13:50.244173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:54.379336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.zsoqiu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\nDeploy daemon haproxy.nfs.foo.smithi156.zsoqiu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.406582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bxxodq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\nDeploy daemon haproxy.nfs.foo.smithi079.bxxodq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.410399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yqvvba on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:58.412703Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:26.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:26 smithi079 bash[24931]: cluster 2023-12-21T05:15:24.428962+0000 mgr.smithi079.gpuwcc (mgr.14180) 1218 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:26.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:26 smithi156 bash[28307]: cluster 2023-12-21T05:15:24.428962+0000 mgr.smithi079.gpuwcc (mgr.14180) 1218 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:26.994 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:27.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:27 smithi079 bash[24931]: audit 2023-12-21T05:15:26.198354+0000 mgr.smithi079.gpuwcc (mgr.14180) 1219 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:27.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:27 smithi156 bash[28307]: audit 2023-12-21T05:15:26.198354+0000 mgr.smithi079.gpuwcc (mgr.14180) 1219 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:27.995 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:28.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:28 smithi079 bash[24931]: cluster 2023-12-21T05:15:26.430177+0000 mgr.smithi079.gpuwcc (mgr.14180) 1220 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:28.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:28 smithi156 bash[28307]: cluster 2023-12-21T05:15:26.430177+0000 mgr.smithi079.gpuwcc (mgr.14180) 1220 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:30.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:30 smithi079 bash[24931]: cluster 2023-12-21T05:15:28.430641+0000 mgr.smithi079.gpuwcc (mgr.14180) 1221 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:30.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:30 smithi156 bash[28307]: cluster 2023-12-21T05:15:28.430641+0000 mgr.smithi079.gpuwcc (mgr.14180) 1221 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:31.176 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:15:31.176 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:13:50.244173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:54.379336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.zsoqiu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\nDeploy daemon haproxy.nfs.foo.smithi156.zsoqiu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.406582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bxxodq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\nDeploy daemon haproxy.nfs.foo.smithi079.bxxodq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.410399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yqvvba on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:58.412703Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:31.907 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:32.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:32 smithi079 bash[24931]: cluster 2023-12-21T05:15:30.431944+0000 mgr.smithi079.gpuwcc (mgr.14180) 1222 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:15:32.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:32 smithi079 bash[24931]: audit 2023-12-21T05:15:31.167461+0000 mgr.smithi079.gpuwcc (mgr.14180) 1223 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:32.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:32 smithi156 bash[28307]: cluster 2023-12-21T05:15:30.431944+0000 mgr.smithi079.gpuwcc (mgr.14180) 1222 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:15:32.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:32 smithi156 bash[28307]: audit 2023-12-21T05:15:31.167461+0000 mgr.smithi079.gpuwcc (mgr.14180) 1223 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:32.909 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:34.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:34 smithi079 bash[24931]: cluster 2023-12-21T05:15:32.433142+0000 mgr.smithi079.gpuwcc (mgr.14180) 1224 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:34.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:34 smithi156 bash[28307]: cluster 2023-12-21T05:15:32.433142+0000 mgr.smithi079.gpuwcc (mgr.14180) 1224 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:36.002 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:15:36.002 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:13:50.244173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:54.379336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.zsoqiu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\nDeploy daemon haproxy.nfs.foo.smithi156.zsoqiu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.406582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bxxodq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\nDeploy daemon haproxy.nfs.foo.smithi079.bxxodq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.410399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yqvvba on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:58.412703Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:36.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:36 smithi079 bash[24931]: cluster 2023-12-21T05:15:34.434026+0000 mgr.smithi079.gpuwcc (mgr.14180) 1225 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:36.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:36 smithi156 bash[28307]: cluster 2023-12-21T05:15:34.434026+0000 mgr.smithi079.gpuwcc (mgr.14180) 1225 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:36.756 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:37.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:37 smithi079 bash[24931]: audit 2023-12-21T05:15:35.995683+0000 mgr.smithi079.gpuwcc (mgr.14180) 1226 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:37.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:37 smithi079 bash[24931]: cluster 2023-12-21T05:15:36.435547+0000 mgr.smithi079.gpuwcc (mgr.14180) 1227 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:37.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:37 smithi156 bash[28307]: audit 2023-12-21T05:15:35.995683+0000 mgr.smithi079.gpuwcc (mgr.14180) 1226 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:37.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:37 smithi156 bash[28307]: cluster 2023-12-21T05:15:36.435547+0000 mgr.smithi079.gpuwcc (mgr.14180) 1227 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:37.757 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:39.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:39 smithi079 bash[24931]: cluster 2023-12-21T05:15:38.436402+0000 mgr.smithi079.gpuwcc (mgr.14180) 1228 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:39.991 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:39 smithi156 bash[28307]: cluster 2023-12-21T05:15:38.436402+0000 mgr.smithi079.gpuwcc (mgr.14180) 1228 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:40.684 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:15:40.684 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:13:50.244173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:54.379336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.zsoqiu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\nDeploy daemon haproxy.nfs.foo.smithi156.zsoqiu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.406582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bxxodq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\nDeploy daemon haproxy.nfs.foo.smithi079.bxxodq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.410399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yqvvba on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:58.412703Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:41.386 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:42.387 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:42.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:42 smithi079 bash[24931]: cluster 2023-12-21T05:15:40.437631+0000 mgr.smithi079.gpuwcc (mgr.14180) 1229 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:15:42.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:42 smithi079 bash[24931]: audit 2023-12-21T05:15:40.676055+0000 mgr.smithi079.gpuwcc (mgr.14180) 1230 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:42.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:42 smithi156 bash[28307]: cluster 2023-12-21T05:15:40.437631+0000 mgr.smithi079.gpuwcc (mgr.14180) 1229 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:15:42.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:42 smithi156 bash[28307]: audit 2023-12-21T05:15:40.676055+0000 mgr.smithi079.gpuwcc (mgr.14180) 1230 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:44.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:44 smithi079 bash[24931]: cluster 2023-12-21T05:15:42.438856+0000 mgr.smithi079.gpuwcc (mgr.14180) 1231 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:44.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:44 smithi156 bash[28307]: cluster 2023-12-21T05:15:42.438856+0000 mgr.smithi079.gpuwcc (mgr.14180) 1231 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:45.567 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:15:45.652 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:13:50.244173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:54.379336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.zsoqiu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\nDeploy daemon haproxy.nfs.foo.smithi156.zsoqiu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.406582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bxxodq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\nDeploy daemon haproxy.nfs.foo.smithi079.bxxodq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.410399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yqvvba on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:58.412703Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:46.328 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:46.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:46 smithi079 bash[24931]: cluster 2023-12-21T05:15:44.439812+0000 mgr.smithi079.gpuwcc (mgr.14180) 1232 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:46.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:46 smithi156 bash[28307]: cluster 2023-12-21T05:15:44.439812+0000 mgr.smithi079.gpuwcc (mgr.14180) 1232 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:47.329 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:47.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:47 smithi079 bash[24931]: audit 2023-12-21T05:15:45.556313+0000 mgr.smithi079.gpuwcc (mgr.14180) 1233 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:47.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:47 smithi156 bash[28307]: audit 2023-12-21T05:15:45.556313+0000 mgr.smithi079.gpuwcc (mgr.14180) 1233 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:48.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:48 smithi079 bash[24931]: cluster 2023-12-21T05:15:46.441334+0000 mgr.smithi079.gpuwcc (mgr.14180) 1234 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:48.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:48 smithi156 bash[28307]: cluster 2023-12-21T05:15:46.441334+0000 mgr.smithi079.gpuwcc (mgr.14180) 1234 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:50.191 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:15:50.191 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:13:50.244173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:54.379336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.zsoqiu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\nDeploy daemon haproxy.nfs.foo.smithi156.zsoqiu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.406582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bxxodq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\nDeploy daemon haproxy.nfs.foo.smithi079.bxxodq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.410399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yqvvba on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:58.412703Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:50.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:50 smithi079 bash[24931]: cluster 2023-12-21T05:15:48.442229+0000 mgr.smithi079.gpuwcc (mgr.14180) 1235 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:50.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:50 smithi156 bash[28307]: cluster 2023-12-21T05:15:48.442229+0000 mgr.smithi079.gpuwcc (mgr.14180) 1235 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:50.928 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:51.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:51 smithi079 bash[24931]: audit 2023-12-21T05:15:50.186543+0000 mgr.smithi079.gpuwcc (mgr.14180) 1236 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:51.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:51 smithi156 bash[28307]: audit 2023-12-21T05:15:50.186543+0000 mgr.smithi079.gpuwcc (mgr.14180) 1236 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:51.930 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:52.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:52 smithi079 bash[24931]: cluster 2023-12-21T05:15:50.443102+0000 mgr.smithi079.gpuwcc (mgr.14180) 1237 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:15:52.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:52 smithi156 bash[28307]: cluster 2023-12-21T05:15:50.443102+0000 mgr.smithi079.gpuwcc (mgr.14180) 1237 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:15:54.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:54 smithi079 bash[24931]: cluster 2023-12-21T05:15:52.444316+0000 mgr.smithi079.gpuwcc (mgr.14180) 1238 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:54.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:54 smithi156 bash[28307]: cluster 2023-12-21T05:15:52.444316+0000 mgr.smithi079.gpuwcc (mgr.14180) 1238 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:55.222 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:15:55.223 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:13:50.244173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:54.379336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.zsoqiu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\nDeploy daemon haproxy.nfs.foo.smithi156.zsoqiu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.406582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bxxodq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\nDeploy daemon haproxy.nfs.foo.smithi079.bxxodq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.410399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yqvvba on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:58.412703Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:55.984 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:56.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:56 smithi079 bash[24931]: cluster 2023-12-21T05:15:54.445166+0000 mgr.smithi079.gpuwcc (mgr.14180) 1239 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:56.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:56 smithi079 bash[24931]: audit 2023-12-21T05:15:55.211407+0000 mgr.smithi079.gpuwcc (mgr.14180) 1240 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:56.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:56 smithi156 bash[28307]: cluster 2023-12-21T05:15:54.445166+0000 mgr.smithi079.gpuwcc (mgr.14180) 1239 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:56.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:56 smithi156 bash[28307]: audit 2023-12-21T05:15:55.211407+0000 mgr.smithi079.gpuwcc (mgr.14180) 1240 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:56.985 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:58.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:58 smithi079 bash[24931]: cluster 2023-12-21T05:15:56.446281+0000 mgr.smithi079.gpuwcc (mgr.14180) 1241 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:58.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:58 smithi156 bash[28307]: cluster 2023-12-21T05:15:56.446281+0000 mgr.smithi079.gpuwcc (mgr.14180) 1241 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:59.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:59 smithi079 bash[24931]: audit 2023-12-21T05:15:58.417215+0000 mon.smithi079 (mon.0) 971 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:15:59.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:59 smithi079 bash[24931]: audit 2023-12-21T05:15:58.726308+0000 mon.smithi079 (mon.0) 972 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:15:59.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:59 smithi079 bash[24931]: audit 2023-12-21T05:15:58.727720+0000 mon.smithi079 (mon.0) 973 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:15:59.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:59 smithi079 bash[24931]: audit 2023-12-21T05:15:58.734032+0000 mon.smithi079 (mon.0) 974 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:15:59.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:59 smithi079 bash[24931]: audit 2023-12-21T05:15:58.742423+0000 mon.smithi079 (mon.0) 975 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:15:59.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:15:59 smithi079 bash[24931]: audit 2023-12-21T05:15:58.756568+0000 mon.smithi079 (mon.0) 976 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:15:59.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:59 smithi156 bash[28307]: audit 2023-12-21T05:15:58.417215+0000 mon.smithi079 (mon.0) 971 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:15:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:59 smithi156 bash[28307]: audit 2023-12-21T05:15:58.726308+0000 mon.smithi079 (mon.0) 972 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:15:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:59 smithi156 bash[28307]: audit 2023-12-21T05:15:58.727720+0000 mon.smithi079 (mon.0) 973 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:15:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:59 smithi156 bash[28307]: audit 2023-12-21T05:15:58.734032+0000 mon.smithi079 (mon.0) 974 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:15:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:59 smithi156 bash[28307]: audit 2023-12-21T05:15:58.742423+0000 mon.smithi079 (mon.0) 975 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:15:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:15:59 smithi156 bash[28307]: audit 2023-12-21T05:15:58.756568+0000 mon.smithi079 (mon.0) 976 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:16:00.050 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:16:00.050 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:13:50.244173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gkvbrs on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:54.379336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.zsoqiu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\nDeploy daemon haproxy.nfs.foo.smithi156.zsoqiu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.406582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bxxodq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\nDeploy daemon haproxy.nfs.foo.smithi079.bxxodq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.410399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yqvvba on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:58.412703Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:00.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:00 smithi079 bash[24931]: cluster 2023-12-21T05:15:58.446763+0000 mgr.smithi079.gpuwcc (mgr.14180) 1242 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:00.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:00 smithi079 bash[24931]: cluster 2023-12-21T05:15:58.734601+0000 mgr.smithi079.gpuwcc (mgr.14180) 1243 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:16:00.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:00 smithi079 bash[24931]: cephadm 2023-12-21T05:15:58.760629+0000 mgr.smithi079.gpuwcc (mgr.14180) 1244 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.mdpmbe on smithi156 2023-12-21T05:16:00.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:00 smithi079 bash[24931]: cluster 2023-12-21T05:15:59.217994+0000 mon.smithi079 (mon.0) 977 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:16:00.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:00 smithi079 bash[24931]: cluster 2023-12-21T05:15:59.218047+0000 mon.smithi079 (mon.0) 978 : cluster [INF] Cluster is now healthy 2023-12-21T05:16:00.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:00 smithi156 bash[28307]: cluster 2023-12-21T05:15:58.446763+0000 mgr.smithi079.gpuwcc (mgr.14180) 1242 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:00 smithi156 bash[28307]: cluster 2023-12-21T05:15:58.734601+0000 mgr.smithi079.gpuwcc (mgr.14180) 1243 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:16:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:00 smithi156 bash[28307]: cephadm 2023-12-21T05:15:58.760629+0000 mgr.smithi079.gpuwcc (mgr.14180) 1244 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.mdpmbe on smithi156 2023-12-21T05:16:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:00 smithi156 bash[28307]: cluster 2023-12-21T05:15:59.217994+0000 mon.smithi079 (mon.0) 977 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:16:00.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:00 smithi156 bash[28307]: cluster 2023-12-21T05:15:59.218047+0000 mon.smithi079 (mon.0) 978 : cluster [INF] Cluster is now healthy 2023-12-21T05:16:00.726 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:01.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:01 smithi156 bash[28307]: audit 2023-12-21T05:16:00.040630+0000 mgr.smithi079.gpuwcc (mgr.14180) 1245 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:01.727 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:01.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:01 smithi079 bash[24931]: audit 2023-12-21T05:16:00.040630+0000 mgr.smithi079.gpuwcc (mgr.14180) 1245 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:02.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:02 smithi156 bash[28307]: cluster 2023-12-21T05:16:00.735580+0000 mgr.smithi079.gpuwcc (mgr.14180) 1246 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:16:02.590 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:02 smithi079 bash[24931]: cluster 2023-12-21T05:16:00.735580+0000 mgr.smithi079.gpuwcc (mgr.14180) 1246 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:16:03.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:03 smithi079 bash[24931]: audit 2023-12-21T05:16:02.592303+0000 mon.smithi079 (mon.0) 979 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.mdpmbe"}]: dispatch 2023-12-21T05:16:03.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:03 smithi156 bash[28307]: audit 2023-12-21T05:16:02.592303+0000 mon.smithi079 (mon.0) 979 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.mdpmbe"}]: dispatch 2023-12-21T05:16:04.521 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: cephadm 2023-12-21T05:16:02.591375+0000 mgr.smithi079.gpuwcc (mgr.14180) 1247 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe 2023-12-21T05:16:04.522 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:16:04.522 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe 2023-12-21T05:16:04.522 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe 2023-12-21T05:16:04.522 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:16:04.522 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe 2023-12-21T05:16:04.522 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.mdpmbe ... 2023-12-21T05:16:04.522 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:16:04.522 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:16:04.522 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:16:04.522 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:16:04.522 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:16:04.522 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:16:04.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:16:04.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:16:04.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:16:04.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:16:04.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe 2023-12-21T05:16:04.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:16:04.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe 2023-12-21T05:16:04.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe 2023-12-21T05:16:04.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:16:04.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe 2023-12-21T05:16:04.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.mdpmbe ... 2023-12-21T05:16:04.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:16:04.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:16:04.523 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:16:04.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:16:04.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:16:04.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: cephadm 2023-12-21T05:16:02.591689+0000 mgr.smithi079.gpuwcc (mgr.14180) 1248 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.mdpmbe 2023-12-21T05:16:04.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: cephadm 2023-12-21T05:16:02.594053+0000 mgr.smithi079.gpuwcc (mgr.14180) 1249 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.mdpmbe on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe 2023-12-21T05:16:04.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:16:04.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe 2023-12-21T05:16:04.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe 2023-12-21T05:16:04.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:16:04.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe 2023-12-21T05:16:04.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.mdpmbe ... 2023-12-21T05:16:04.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:16:04.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:16:04.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:16:04.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:16:04.524 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:16:04.525 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: cephadm 2023-12-21T05:16:02.598030+0000 mgr.smithi079.gpuwcc (mgr.14180) 1250 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.ewoknk on smithi079 2023-12-21T05:16:04.525 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:04 smithi079 bash[24931]: cluster 2023-12-21T05:16:02.736318+0000 mgr.smithi079.gpuwcc (mgr.14180) 1251 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:16:04.549 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: cephadm 2023-12-21T05:16:02.591375+0000 mgr.smithi079.gpuwcc (mgr.14180) 1247 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe 2023-12-21T05:16:04.549 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:16:04.549 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe 2023-12-21T05:16:04.549 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe 2023-12-21T05:16:04.549 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:16:04.549 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe 2023-12-21T05:16:04.549 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.mdpmbe ... 2023-12-21T05:16:04.549 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:16:04.549 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:16:04.549 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:16:04.550 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:16:04.550 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:16:04.550 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:16:04.550 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:16:04.550 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:16:04.550 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:16:04.550 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:16:04.550 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe 2023-12-21T05:16:04.550 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:16:04.550 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe 2023-12-21T05:16:04.550 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe 2023-12-21T05:16:04.550 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:16:04.550 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe 2023-12-21T05:16:04.550 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.mdpmbe ... 2023-12-21T05:16:04.550 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:16:04.551 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:16:04.551 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:16:04.551 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:16:04.551 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:16:04.551 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: cephadm 2023-12-21T05:16:02.591689+0000 mgr.smithi079.gpuwcc (mgr.14180) 1248 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.mdpmbe 2023-12-21T05:16:04.551 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: cephadm 2023-12-21T05:16:02.594053+0000 mgr.smithi079.gpuwcc (mgr.14180) 1249 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.mdpmbe on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe 2023-12-21T05:16:04.551 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:16:04.551 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe 2023-12-21T05:16:04.551 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe 2023-12-21T05:16:04.551 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:16:04.551 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe 2023-12-21T05:16:04.552 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.mdpmbe ... 2023-12-21T05:16:04.552 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:16:04.552 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:16:04.552 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:16:04.552 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:16:04.552 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:16:04.552 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: cephadm 2023-12-21T05:16:02.598030+0000 mgr.smithi079.gpuwcc (mgr.14180) 1250 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.ewoknk on smithi079 2023-12-21T05:16:04.552 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:04 smithi156 bash[28307]: cluster 2023-12-21T05:16:02.736318+0000 mgr.smithi079.gpuwcc (mgr.14180) 1251 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:16:04.903 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:16:04.903 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:14:54.379336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.zsoqiu on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-zsoqiu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.zsoqiu\nDeploy daemon haproxy.nfs.foo.smithi156.zsoqiu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.406582Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bxxodq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-bxxodq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.bxxodq\nDeploy daemon haproxy.nfs.foo.smithi079.bxxodq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:58.410399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.yqvvba on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:58.412703Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:02.593805Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.mdpmbe on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\nDeploy daemon haproxy.nfs.foo.smithi156.mdpmbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:05.650 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:05.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:05 smithi079 bash[24931]: cluster 2023-12-21T05:16:04.737012+0000 mgr.smithi079.gpuwcc (mgr.14180) 1252 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:16:05.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:05 smithi079 bash[24931]: audit 2023-12-21T05:16:04.856147+0000 mon.smithi079 (mon.0) 980 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:16:05.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:05 smithi079 bash[24931]: audit 2023-12-21T05:16:04.884244+0000 mgr.smithi079.gpuwcc (mgr.14180) 1253 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:06.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:05 smithi156 bash[28307]: cluster 2023-12-21T05:16:04.737012+0000 mgr.smithi079.gpuwcc (mgr.14180) 1252 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:16:06.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:05 smithi156 bash[28307]: audit 2023-12-21T05:16:04.856147+0000 mon.smithi079 (mon.0) 980 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:16:06.242 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:05 smithi156 bash[28307]: audit 2023-12-21T05:16:04.884244+0000 mgr.smithi079.gpuwcc (mgr.14180) 1253 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:06.651 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:07.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:07 smithi079 bash[24931]: audit 2023-12-21T05:16:06.388833+0000 mon.smithi079 (mon.0) 981 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.ewoknk"}]: dispatch 2023-12-21T05:16:07.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:07 smithi156 bash[28307]: audit 2023-12-21T05:16:06.388833+0000 mon.smithi079 (mon.0) 981 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.ewoknk"}]: dispatch 2023-12-21T05:16:08.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: cephadm 2023-12-21T05:16:06.387880+0000 mgr.smithi079.gpuwcc (mgr.14180) 1254 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk 2023-12-21T05:16:08.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:16:08.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk 2023-12-21T05:16:08.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk 2023-12-21T05:16:08.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:16:08.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk 2023-12-21T05:16:08.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.ewoknk ... 2023-12-21T05:16:08.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:16:08.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:16:08.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:16:08.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:16:08.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:16:08.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:16:08.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:16:08.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:16:08.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:16:08.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:16:08.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk 2023-12-21T05:16:08.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:16:08.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk 2023-12-21T05:16:08.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk 2023-12-21T05:16:08.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:16:08.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk 2023-12-21T05:16:08.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.ewoknk ... 2023-12-21T05:16:08.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:16:08.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:16:08.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:16:08.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:16:08.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:16:08.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: cephadm 2023-12-21T05:16:06.388328+0000 mgr.smithi079.gpuwcc (mgr.14180) 1255 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.ewoknk 2023-12-21T05:16:08.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: cephadm 2023-12-21T05:16:06.389994+0000 mgr.smithi079.gpuwcc (mgr.14180) 1256 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.ewoknk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk 2023-12-21T05:16:08.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:16:08.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk 2023-12-21T05:16:08.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk 2023-12-21T05:16:08.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:16:08.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk 2023-12-21T05:16:08.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.ewoknk ... 2023-12-21T05:16:08.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:16:08.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:16:08.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:16:08.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:16:08.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:16:08.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: cephadm 2023-12-21T05:16:06.393257+0000 mgr.smithi079.gpuwcc (mgr.14180) 1257 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.dbdihk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:16:08.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: cephadm 2023-12-21T05:16:06.396082+0000 mgr.smithi079.gpuwcc (mgr.14180) 1258 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:16:08.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: cluster 2023-12-21T05:16:06.397633+0000 mgr.smithi079.gpuwcc (mgr.14180) 1259 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-12-21T05:16:08.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: cluster 2023-12-21T05:16:07.165292+0000 mon.smithi079 (mon.0) 982 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:16:08.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:08 smithi079 bash[24931]: audit 2023-12-21T05:16:08.046032+0000 mon.smithi079 (mon.0) 983 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:16:08.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: cephadm 2023-12-21T05:16:06.387880+0000 mgr.smithi079.gpuwcc (mgr.14180) 1254 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk 2023-12-21T05:16:08.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:16:08.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk 2023-12-21T05:16:08.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk 2023-12-21T05:16:08.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:16:08.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk 2023-12-21T05:16:08.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.ewoknk ... 2023-12-21T05:16:08.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:16:08.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:16:08.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:16:08.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:16:08.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:16:08.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:16:08.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:16:08.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:16:08.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:16:08.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:16:08.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk 2023-12-21T05:16:08.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:16:08.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk 2023-12-21T05:16:08.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk 2023-12-21T05:16:08.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:16:08.493 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk 2023-12-21T05:16:08.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.ewoknk ... 2023-12-21T05:16:08.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:16:08.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:16:08.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:16:08.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:16:08.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:16:08.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: cephadm 2023-12-21T05:16:06.388328+0000 mgr.smithi079.gpuwcc (mgr.14180) 1255 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.ewoknk 2023-12-21T05:16:08.494 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: cephadm 2023-12-21T05:16:06.389994+0000 mgr.smithi079.gpuwcc (mgr.14180) 1256 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.ewoknk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk 2023-12-21T05:16:08.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:16:08.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk 2023-12-21T05:16:08.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk 2023-12-21T05:16:08.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:16:08.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk 2023-12-21T05:16:08.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.ewoknk ... 2023-12-21T05:16:08.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:16:08.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:16:08.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:16:08.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:16:08.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:16:08.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: cephadm 2023-12-21T05:16:06.393257+0000 mgr.smithi079.gpuwcc (mgr.14180) 1257 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.dbdihk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:16:08.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: cephadm 2023-12-21T05:16:06.396082+0000 mgr.smithi079.gpuwcc (mgr.14180) 1258 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:16:08.495 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: cluster 2023-12-21T05:16:06.397633+0000 mgr.smithi079.gpuwcc (mgr.14180) 1259 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-12-21T05:16:08.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: cluster 2023-12-21T05:16:07.165292+0000 mon.smithi079 (mon.0) 982 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:16:08.496 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:08 smithi156 bash[28307]: audit 2023-12-21T05:16:08.046032+0000 mon.smithi079 (mon.0) 983 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:16:09.845 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:16:09.845 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:14:58.412703Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:02.593805Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.mdpmbe on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\nDeploy daemon haproxy.nfs.foo.smithi156.mdpmbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.389806Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ewoknk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\nDeploy daemon haproxy.nfs.foo.smithi079.ewoknk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.393095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dbdihk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:06.395925Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:10.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:10 smithi079 bash[24931]: cluster 2023-12-21T05:16:08.398641+0000 mgr.smithi079.gpuwcc (mgr.14180) 1260 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-12-21T05:16:10.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:10 smithi156 bash[28307]: cluster 2023-12-21T05:16:08.398641+0000 mgr.smithi079.gpuwcc (mgr.14180) 1260 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-12-21T05:16:10.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:11.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:11 smithi079 bash[24931]: audit 2023-12-21T05:16:09.835423+0000 mgr.smithi079.gpuwcc (mgr.14180) 1261 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:11.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:11 smithi156 bash[28307]: audit 2023-12-21T05:16:09.835423+0000 mgr.smithi079.gpuwcc (mgr.14180) 1261 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:11.549 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:12.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:12 smithi079 bash[24931]: cluster 2023-12-21T05:16:10.399916+0000 mgr.smithi079.gpuwcc (mgr.14180) 1262 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 351 B/s rd, 0 op/s 2023-12-21T05:16:12.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:12 smithi156 bash[28307]: cluster 2023-12-21T05:16:10.399916+0000 mgr.smithi079.gpuwcc (mgr.14180) 1262 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 351 B/s rd, 0 op/s 2023-12-21T05:16:14.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:14 smithi079 bash[24931]: cluster 2023-12-21T05:16:12.401119+0000 mgr.smithi079.gpuwcc (mgr.14180) 1263 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:16:14.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:14 smithi156 bash[28307]: cluster 2023-12-21T05:16:12.401119+0000 mgr.smithi079.gpuwcc (mgr.14180) 1263 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:16:14.710 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:16:14.711 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:14:58.412703Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:02.593805Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.mdpmbe on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\nDeploy daemon haproxy.nfs.foo.smithi156.mdpmbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.389806Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ewoknk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\nDeploy daemon haproxy.nfs.foo.smithi079.ewoknk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.393095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dbdihk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:06.395925Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:15.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:16.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:16 smithi079 bash[24931]: cluster 2023-12-21T05:16:14.401691+0000 mgr.smithi079.gpuwcc (mgr.14180) 1264 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:16:16.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:16 smithi079 bash[24931]: audit 2023-12-21T05:16:14.701856+0000 mgr.smithi079.gpuwcc (mgr.14180) 1265 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:16.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:16 smithi156 bash[28307]: cluster 2023-12-21T05:16:14.401691+0000 mgr.smithi079.gpuwcc (mgr.14180) 1264 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:16:16.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:16 smithi156 bash[28307]: audit 2023-12-21T05:16:14.701856+0000 mgr.smithi079.gpuwcc (mgr.14180) 1265 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:16.515 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:18.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:18 smithi079 bash[24931]: cluster 2023-12-21T05:16:16.403141+0000 mgr.smithi079.gpuwcc (mgr.14180) 1266 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:16:18.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:18 smithi156 bash[28307]: cluster 2023-12-21T05:16:16.403141+0000 mgr.smithi079.gpuwcc (mgr.14180) 1266 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:16:19.609 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:16:19.609 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:14:58.412703Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:02.593805Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.mdpmbe on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\nDeploy daemon haproxy.nfs.foo.smithi156.mdpmbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.389806Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ewoknk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\nDeploy daemon haproxy.nfs.foo.smithi079.ewoknk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.393095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dbdihk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:06.395925Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:20.328 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:20.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:20 smithi079 bash[24931]: cluster 2023-12-21T05:16:18.403907+0000 mgr.smithi079.gpuwcc (mgr.14180) 1267 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:20.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:20 smithi079 bash[24931]: audit 2023-12-21T05:16:19.854750+0000 mon.smithi079 (mon.0) 984 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:16:20.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:20 smithi156 bash[28307]: cluster 2023-12-21T05:16:18.403907+0000 mgr.smithi079.gpuwcc (mgr.14180) 1267 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:20.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:20 smithi156 bash[28307]: audit 2023-12-21T05:16:19.854750+0000 mon.smithi079 (mon.0) 984 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:16:21.328 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:21.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:21 smithi156 bash[28307]: audit 2023-12-21T05:16:19.600610+0000 mgr.smithi079.gpuwcc (mgr.14180) 1268 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:21.516 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:21 smithi079 bash[24931]: audit 2023-12-21T05:16:19.600610+0000 mgr.smithi079.gpuwcc (mgr.14180) 1268 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:22.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:22 smithi156 bash[28307]: cluster 2023-12-21T05:16:20.405133+0000 mgr.smithi079.gpuwcc (mgr.14180) 1269 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:16:22.552 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:22 smithi079 bash[24931]: cluster 2023-12-21T05:16:20.405133+0000 mgr.smithi079.gpuwcc (mgr.14180) 1269 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:16:24.240 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:16:24.240 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:14:58.412703Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:02.593805Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.mdpmbe on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\nDeploy daemon haproxy.nfs.foo.smithi156.mdpmbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.389806Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ewoknk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\nDeploy daemon haproxy.nfs.foo.smithi079.ewoknk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.393095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dbdihk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:06.395925Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:24.548 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:24 smithi156 bash[28307]: cluster 2023-12-21T05:16:22.405961+0000 mgr.smithi079.gpuwcc (mgr.14180) 1270 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:24.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:24 smithi079 bash[24931]: cluster 2023-12-21T05:16:22.405961+0000 mgr.smithi079.gpuwcc (mgr.14180) 1270 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:25.024 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:25.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:25 smithi079 bash[24931]: audit 2023-12-21T05:16:24.231924+0000 mgr.smithi079.gpuwcc (mgr.14180) 1271 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:25.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:25 smithi156 bash[28307]: audit 2023-12-21T05:16:24.231924+0000 mgr.smithi079.gpuwcc (mgr.14180) 1271 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:26.026 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:26.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:26 smithi079 bash[24931]: cluster 2023-12-21T05:16:24.406896+0000 mgr.smithi079.gpuwcc (mgr.14180) 1272 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:26.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:26 smithi156 bash[28307]: cluster 2023-12-21T05:16:24.406896+0000 mgr.smithi079.gpuwcc (mgr.14180) 1272 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:28.689 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:28 smithi079 bash[24931]: cluster 2023-12-21T05:16:26.408345+0000 mgr.smithi079.gpuwcc (mgr.14180) 1273 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:28.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:28 smithi156 bash[28307]: cluster 2023-12-21T05:16:26.408345+0000 mgr.smithi079.gpuwcc (mgr.14180) 1273 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:29.110 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:16:29.111 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:14:58.412703Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:02.593805Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.mdpmbe on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\nDeploy daemon haproxy.nfs.foo.smithi156.mdpmbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.389806Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ewoknk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\nDeploy daemon haproxy.nfs.foo.smithi079.ewoknk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.393095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dbdihk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:06.395925Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:29.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:30.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:30 smithi079 bash[24931]: cluster 2023-12-21T05:16:28.409267+0000 mgr.smithi079.gpuwcc (mgr.14180) 1274 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:30.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:30 smithi079 bash[24931]: audit 2023-12-21T05:16:29.099855+0000 mgr.smithi079.gpuwcc (mgr.14180) 1275 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:30.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:30 smithi156 bash[28307]: cluster 2023-12-21T05:16:28.409267+0000 mgr.smithi079.gpuwcc (mgr.14180) 1274 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:30.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:30 smithi156 bash[28307]: audit 2023-12-21T05:16:29.099855+0000 mgr.smithi079.gpuwcc (mgr.14180) 1275 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:30.866 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:32.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:32 smithi079 bash[24931]: cluster 2023-12-21T05:16:30.410686+0000 mgr.smithi079.gpuwcc (mgr.14180) 1276 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:16:32.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:32 smithi156 bash[28307]: cluster 2023-12-21T05:16:30.410686+0000 mgr.smithi079.gpuwcc (mgr.14180) 1276 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:16:34.011 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:16:34.011 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:14:58.412703Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:02.593805Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.mdpmbe on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\nDeploy daemon haproxy.nfs.foo.smithi156.mdpmbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.389806Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ewoknk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\nDeploy daemon haproxy.nfs.foo.smithi079.ewoknk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.393095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dbdihk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:06.395925Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:34.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:34 smithi079 bash[24931]: cluster 2023-12-21T05:16:32.411568+0000 mgr.smithi079.gpuwcc (mgr.14180) 1277 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:34.549 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:34 smithi156 bash[28307]: cluster 2023-12-21T05:16:32.411568+0000 mgr.smithi079.gpuwcc (mgr.14180) 1277 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:34.763 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:35.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:35 smithi079 bash[24931]: audit 2023-12-21T05:16:34.000878+0000 mgr.smithi079.gpuwcc (mgr.14180) 1278 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:35.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:35 smithi156 bash[28307]: audit 2023-12-21T05:16:34.000878+0000 mgr.smithi079.gpuwcc (mgr.14180) 1278 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:35.764 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:36.710 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:36 smithi079 bash[24931]: cluster 2023-12-21T05:16:34.412411+0000 mgr.smithi079.gpuwcc (mgr.14180) 1279 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:36.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:36 smithi156 bash[28307]: cluster 2023-12-21T05:16:34.412411+0000 mgr.smithi079.gpuwcc (mgr.14180) 1279 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:38.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:38 smithi079 bash[24931]: cluster 2023-12-21T05:16:36.413948+0000 mgr.smithi079.gpuwcc (mgr.14180) 1280 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:38.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:38 smithi156 bash[28307]: cluster 2023-12-21T05:16:36.413948+0000 mgr.smithi079.gpuwcc (mgr.14180) 1280 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:38.755 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:16:38.755 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:14:58.412703Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:02.593805Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.mdpmbe on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\nDeploy daemon haproxy.nfs.foo.smithi156.mdpmbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.389806Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ewoknk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\nDeploy daemon haproxy.nfs.foo.smithi079.ewoknk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.393095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dbdihk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:06.395925Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:39.542 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:40.544 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:40.557 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:40 smithi079 bash[24931]: cluster 2023-12-21T05:16:38.414447+0000 mgr.smithi079.gpuwcc (mgr.14180) 1281 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:40.557 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:40 smithi079 bash[24931]: audit 2023-12-21T05:16:38.747174+0000 mgr.smithi079.gpuwcc (mgr.14180) 1282 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:40.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:40 smithi156 bash[28307]: cluster 2023-12-21T05:16:38.414447+0000 mgr.smithi079.gpuwcc (mgr.14180) 1281 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:40.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:40 smithi156 bash[28307]: audit 2023-12-21T05:16:38.747174+0000 mgr.smithi079.gpuwcc (mgr.14180) 1282 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:42.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:42 smithi079 bash[24931]: cluster 2023-12-21T05:16:40.415769+0000 mgr.smithi079.gpuwcc (mgr.14180) 1283 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:16:42.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:42 smithi156 bash[28307]: cluster 2023-12-21T05:16:40.415769+0000 mgr.smithi079.gpuwcc (mgr.14180) 1283 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:16:43.615 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:16:43.615 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:14:58.412703Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:02.593805Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.mdpmbe on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\nDeploy daemon haproxy.nfs.foo.smithi156.mdpmbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.389806Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ewoknk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\nDeploy daemon haproxy.nfs.foo.smithi079.ewoknk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.393095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dbdihk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:06.395925Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:44.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:44.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:44 smithi079 bash[24931]: cluster 2023-12-21T05:16:42.417049+0000 mgr.smithi079.gpuwcc (mgr.14180) 1284 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:44.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:44 smithi156 bash[28307]: cluster 2023-12-21T05:16:42.417049+0000 mgr.smithi079.gpuwcc (mgr.14180) 1284 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:45.349 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:45.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:45 smithi079 bash[24931]: audit 2023-12-21T05:16:43.604064+0000 mgr.smithi079.gpuwcc (mgr.14180) 1285 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:45.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:45 smithi156 bash[28307]: audit 2023-12-21T05:16:43.604064+0000 mgr.smithi079.gpuwcc (mgr.14180) 1285 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:46.696 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:46 smithi079 bash[24931]: cluster 2023-12-21T05:16:44.418157+0000 mgr.smithi079.gpuwcc (mgr.14180) 1286 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:46.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:46 smithi156 bash[28307]: cluster 2023-12-21T05:16:44.418157+0000 mgr.smithi079.gpuwcc (mgr.14180) 1286 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:48.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:48 smithi079 bash[24931]: cluster 2023-12-21T05:16:46.419799+0000 mgr.smithi079.gpuwcc (mgr.14180) 1287 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:48.491 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:16:48.491 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:14:58.412703Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:02.593805Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.mdpmbe on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\nDeploy daemon haproxy.nfs.foo.smithi156.mdpmbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.389806Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ewoknk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\nDeploy daemon haproxy.nfs.foo.smithi079.ewoknk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.393095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dbdihk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:06.395925Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:48.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:48 smithi156 bash[28307]: cluster 2023-12-21T05:16:46.419799+0000 mgr.smithi079.gpuwcc (mgr.14180) 1287 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:49.240 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:50.241 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:50.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:50 smithi079 bash[24931]: cluster 2023-12-21T05:16:48.420635+0000 mgr.smithi079.gpuwcc (mgr.14180) 1288 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:50.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:50 smithi079 bash[24931]: audit 2023-12-21T05:16:48.482699+0000 mgr.smithi079.gpuwcc (mgr.14180) 1289 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:50.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:50 smithi156 bash[28307]: cluster 2023-12-21T05:16:48.420635+0000 mgr.smithi079.gpuwcc (mgr.14180) 1288 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:50.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:50 smithi156 bash[28307]: audit 2023-12-21T05:16:48.482699+0000 mgr.smithi079.gpuwcc (mgr.14180) 1289 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:52.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:52 smithi079 bash[24931]: cluster 2023-12-21T05:16:50.421922+0000 mgr.smithi079.gpuwcc (mgr.14180) 1290 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:16:52.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:52 smithi156 bash[28307]: cluster 2023-12-21T05:16:50.421922+0000 mgr.smithi079.gpuwcc (mgr.14180) 1290 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:16:53.241 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:16:53.242 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:14:58.412703Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:02.593805Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.mdpmbe on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\nDeploy daemon haproxy.nfs.foo.smithi156.mdpmbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.389806Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ewoknk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\nDeploy daemon haproxy.nfs.foo.smithi079.ewoknk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.393095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dbdihk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:06.395925Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:53.962 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:54.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:54 smithi079 bash[24931]: cluster 2023-12-21T05:16:52.423188+0000 mgr.smithi079.gpuwcc (mgr.14180) 1291 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:54.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:54 smithi079 bash[24931]: audit 2023-12-21T05:16:53.237042+0000 mgr.smithi079.gpuwcc (mgr.14180) 1292 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:54.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:54 smithi156 bash[28307]: cluster 2023-12-21T05:16:52.423188+0000 mgr.smithi079.gpuwcc (mgr.14180) 1291 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:54.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:54 smithi156 bash[28307]: audit 2023-12-21T05:16:53.237042+0000 mgr.smithi079.gpuwcc (mgr.14180) 1292 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:54.962 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:56.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:56 smithi079 bash[24931]: cluster 2023-12-21T05:16:54.424100+0000 mgr.smithi079.gpuwcc (mgr.14180) 1293 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:56.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:56 smithi156 bash[28307]: cluster 2023-12-21T05:16:54.424100+0000 mgr.smithi079.gpuwcc (mgr.14180) 1293 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:57.984 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:16:57.984 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:14:58.412703Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:02.593805Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.mdpmbe on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\nDeploy daemon haproxy.nfs.foo.smithi156.mdpmbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.389806Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ewoknk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\nDeploy daemon haproxy.nfs.foo.smithi079.ewoknk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.393095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dbdihk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:06.395925Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:58.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:58 smithi079 bash[24931]: cluster 2023-12-21T05:16:56.425738+0000 mgr.smithi079.gpuwcc (mgr.14180) 1294 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:58.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:58 smithi156 bash[28307]: cluster 2023-12-21T05:16:56.425738+0000 mgr.smithi079.gpuwcc (mgr.14180) 1294 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:58.726 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:59.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:16:59 smithi079 bash[24931]: audit 2023-12-21T05:16:57.974423+0000 mgr.smithi079.gpuwcc (mgr.14180) 1295 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:59.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:16:59 smithi156 bash[28307]: audit 2023-12-21T05:16:57.974423+0000 mgr.smithi079.gpuwcc (mgr.14180) 1295 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:59.727 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:00.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:00 smithi079 bash[24931]: cluster 2023-12-21T05:16:58.426349+0000 mgr.smithi079.gpuwcc (mgr.14180) 1296 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:00.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:00 smithi156 bash[28307]: cluster 2023-12-21T05:16:58.426349+0000 mgr.smithi079.gpuwcc (mgr.14180) 1296 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:02.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:02 smithi079 bash[24931]: cluster 2023-12-21T05:17:00.427632+0000 mgr.smithi079.gpuwcc (mgr.14180) 1297 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:17:02.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:02 smithi156 bash[28307]: cluster 2023-12-21T05:17:00.427632+0000 mgr.smithi079.gpuwcc (mgr.14180) 1297 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:17:02.903 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:17:02.903 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:14:58.412703Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:02.593805Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.mdpmbe on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\nDeploy daemon haproxy.nfs.foo.smithi156.mdpmbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.389806Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ewoknk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\nDeploy daemon haproxy.nfs.foo.smithi079.ewoknk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.393095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dbdihk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:06.395925Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:03.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:04.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:04 smithi079 bash[24931]: cluster 2023-12-21T05:17:02.428761+0000 mgr.smithi079.gpuwcc (mgr.14180) 1298 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:04.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:04 smithi079 bash[24931]: audit 2023-12-21T05:17:02.892022+0000 mgr.smithi079.gpuwcc (mgr.14180) 1299 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:04.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:04 smithi156 bash[28307]: cluster 2023-12-21T05:17:02.428761+0000 mgr.smithi079.gpuwcc (mgr.14180) 1298 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:04.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:04 smithi156 bash[28307]: audit 2023-12-21T05:17:02.892022+0000 mgr.smithi079.gpuwcc (mgr.14180) 1299 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:04.634 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:06.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:06 smithi079 bash[24931]: cluster 2023-12-21T05:17:04.429657+0000 mgr.smithi079.gpuwcc (mgr.14180) 1300 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:06.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:06 smithi156 bash[28307]: cluster 2023-12-21T05:17:04.429657+0000 mgr.smithi079.gpuwcc (mgr.14180) 1300 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:07.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:07 smithi079 bash[24931]: audit 2023-12-21T05:17:06.399771+0000 mon.smithi079 (mon.0) 985 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:17:07.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:07 smithi079 bash[24931]: audit 2023-12-21T05:17:06.700975+0000 mon.smithi079 (mon.0) 986 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:17:07.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:07 smithi079 bash[24931]: audit 2023-12-21T05:17:06.702381+0000 mon.smithi079 (mon.0) 987 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:17:07.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:07 smithi079 bash[24931]: audit 2023-12-21T05:17:06.709988+0000 mon.smithi079 (mon.0) 988 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:17:07.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:07 smithi079 bash[24931]: audit 2023-12-21T05:17:06.716508+0000 mon.smithi079 (mon.0) 989 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:17:07.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:07 smithi079 bash[24931]: audit 2023-12-21T05:17:06.727479+0000 mon.smithi079 (mon.0) 990 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:17:07.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:07 smithi156 bash[28307]: audit 2023-12-21T05:17:06.399771+0000 mon.smithi079 (mon.0) 985 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:17:07.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:07 smithi156 bash[28307]: audit 2023-12-21T05:17:06.700975+0000 mon.smithi079 (mon.0) 986 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:17:07.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:07 smithi156 bash[28307]: audit 2023-12-21T05:17:06.702381+0000 mon.smithi079 (mon.0) 987 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:17:07.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:07 smithi156 bash[28307]: audit 2023-12-21T05:17:06.709988+0000 mon.smithi079 (mon.0) 988 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:17:07.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:07 smithi156 bash[28307]: audit 2023-12-21T05:17:06.716508+0000 mon.smithi079 (mon.0) 989 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:17:07.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:07 smithi156 bash[28307]: audit 2023-12-21T05:17:06.727479+0000 mon.smithi079 (mon.0) 990 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:17:07.627 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:17:07.627 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:14:58.412703Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vucted on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:02.593805Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.mdpmbe on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\nDeploy daemon haproxy.nfs.foo.smithi156.mdpmbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.389806Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ewoknk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\nDeploy daemon haproxy.nfs.foo.smithi079.ewoknk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.393095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dbdihk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:06.395925Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:08.368 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:08.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:08 smithi156 bash[28307]: cluster 2023-12-21T05:17:06.431227+0000 mgr.smithi079.gpuwcc (mgr.14180) 1301 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:08.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:08 smithi156 bash[28307]: cluster 2023-12-21T05:17:06.710734+0000 mgr.smithi079.gpuwcc (mgr.14180) 1302 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:17:08.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:08 smithi156 bash[28307]: cephadm 2023-12-21T05:17:06.730053+0000 mgr.smithi079.gpuwcc (mgr.14180) 1303 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.axkiyh on smithi156 2023-12-21T05:17:08.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:08 smithi156 bash[28307]: cluster 2023-12-21T05:17:07.225911+0000 mon.smithi079 (mon.0) 991 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:17:08.492 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:08 smithi156 bash[28307]: cluster 2023-12-21T05:17:07.225971+0000 mon.smithi079 (mon.0) 992 : cluster [INF] Cluster is now healthy 2023-12-21T05:17:08.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:08 smithi079 bash[24931]: cluster 2023-12-21T05:17:06.431227+0000 mgr.smithi079.gpuwcc (mgr.14180) 1301 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:08.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:08 smithi079 bash[24931]: cluster 2023-12-21T05:17:06.710734+0000 mgr.smithi079.gpuwcc (mgr.14180) 1302 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:17:08.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:08 smithi079 bash[24931]: cephadm 2023-12-21T05:17:06.730053+0000 mgr.smithi079.gpuwcc (mgr.14180) 1303 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.axkiyh on smithi156 2023-12-21T05:17:08.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:08 smithi079 bash[24931]: cluster 2023-12-21T05:17:07.225911+0000 mon.smithi079 (mon.0) 991 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:17:08.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:08 smithi079 bash[24931]: cluster 2023-12-21T05:17:07.225971+0000 mon.smithi079 (mon.0) 992 : cluster [INF] Cluster is now healthy 2023-12-21T05:17:09.370 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:09.571 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:09 smithi079 bash[24931]: audit 2023-12-21T05:17:07.618874+0000 mgr.smithi079.gpuwcc (mgr.14180) 1304 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:09.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:09 smithi156 bash[28307]: audit 2023-12-21T05:17:07.618874+0000 mgr.smithi079.gpuwcc (mgr.14180) 1304 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:10.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:10 smithi156 bash[28307]: cluster 2023-12-21T05:17:08.711368+0000 mgr.smithi079.gpuwcc (mgr.14180) 1305 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:17:10.572 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:10 smithi079 bash[24931]: cluster 2023-12-21T05:17:08.711368+0000 mgr.smithi079.gpuwcc (mgr.14180) 1305 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:17:11.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:11 smithi079 bash[24931]: audit 2023-12-21T05:17:10.623903+0000 mon.smithi079 (mon.0) 993 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.axkiyh"}]: dispatch 2023-12-21T05:17:11.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:11 smithi156 bash[28307]: audit 2023-12-21T05:17:10.623903+0000 mon.smithi079 (mon.0) 993 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.axkiyh"}]: dispatch 2023-12-21T05:17:12.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: cephadm 2023-12-21T05:17:10.622998+0000 mgr.smithi079.gpuwcc (mgr.14180) 1306 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh 2023-12-21T05:17:12.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:17:12.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh 2023-12-21T05:17:12.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh 2023-12-21T05:17:12.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:17:12.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh 2023-12-21T05:17:12.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.axkiyh ... 2023-12-21T05:17:12.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:12.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:17:12.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:17:12.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:17:12.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:12.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:17:12.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:17:12.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:17:12.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:17:12.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:17:12.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh 2023-12-21T05:17:12.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:17:12.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh 2023-12-21T05:17:12.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh 2023-12-21T05:17:12.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:17:12.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh 2023-12-21T05:17:12.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.axkiyh ... 2023-12-21T05:17:12.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:12.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:17:12.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:17:12.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:17:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: cephadm 2023-12-21T05:17:10.623268+0000 mgr.smithi079.gpuwcc (mgr.14180) 1307 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.axkiyh 2023-12-21T05:17:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: cephadm 2023-12-21T05:17:10.625388+0000 mgr.smithi079.gpuwcc (mgr.14180) 1308 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.axkiyh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh 2023-12-21T05:17:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:17:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh 2023-12-21T05:17:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh 2023-12-21T05:17:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:17:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh 2023-12-21T05:17:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.axkiyh ... 2023-12-21T05:17:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:17:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:17:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:17:12.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:12.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: cephadm 2023-12-21T05:17:10.628099+0000 mgr.smithi079.gpuwcc (mgr.14180) 1309 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.iwmnpz on smithi079 2023-12-21T05:17:12.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:12 smithi079 bash[24931]: cluster 2023-12-21T05:17:10.712294+0000 mgr.smithi079.gpuwcc (mgr.14180) 1310 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:17:12.579 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:17:12.579 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:16:02.593805Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.mdpmbe on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-mdpmbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.mdpmbe\nDeploy daemon haproxy.nfs.foo.smithi156.mdpmbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.389806Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ewoknk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ewoknk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ewoknk\nDeploy daemon haproxy.nfs.foo.smithi079.ewoknk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:16:06.393095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.dbdihk on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:16:06.395925Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:10.625258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axkiyh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\nDeploy daemon haproxy.nfs.foo.smithi156.axkiyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:12.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: cephadm 2023-12-21T05:17:10.622998+0000 mgr.smithi079.gpuwcc (mgr.14180) 1306 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh 2023-12-21T05:17:12.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:17:12.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh 2023-12-21T05:17:12.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh 2023-12-21T05:17:12.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:17:12.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh 2023-12-21T05:17:12.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.axkiyh ... 2023-12-21T05:17:12.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:12.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:17:12.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:17:12.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:17:12.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:12.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:17:12.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:17:12.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:17:12.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:17:12.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:17:12.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh 2023-12-21T05:17:12.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:17:12.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh 2023-12-21T05:17:12.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh 2023-12-21T05:17:12.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:17:12.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh 2023-12-21T05:17:12.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.axkiyh ... 2023-12-21T05:17:12.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:12.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:17:12.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:17:12.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:17:12.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:12.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: cephadm 2023-12-21T05:17:10.623268+0000 mgr.smithi079.gpuwcc (mgr.14180) 1307 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.axkiyh 2023-12-21T05:17:12.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: cephadm 2023-12-21T05:17:10.625388+0000 mgr.smithi079.gpuwcc (mgr.14180) 1308 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.axkiyh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh 2023-12-21T05:17:12.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:17:12.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh 2023-12-21T05:17:12.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh 2023-12-21T05:17:12.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:17:12.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh 2023-12-21T05:17:12.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.axkiyh ... 2023-12-21T05:17:12.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:12.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:17:12.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:17:12.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:17:12.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:12.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: cephadm 2023-12-21T05:17:10.628099+0000 mgr.smithi079.gpuwcc (mgr.14180) 1309 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.iwmnpz on smithi079 2023-12-21T05:17:12.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:12 smithi156 bash[28307]: cluster 2023-12-21T05:17:10.712294+0000 mgr.smithi079.gpuwcc (mgr.14180) 1310 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:17:13.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:14.320 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:14.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:14 smithi079 bash[24931]: audit 2023-12-21T05:17:12.572475+0000 mgr.smithi079.gpuwcc (mgr.14180) 1311 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:14.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:14 smithi079 bash[24931]: cluster 2023-12-21T05:17:12.713141+0000 mgr.smithi079.gpuwcc (mgr.14180) 1312 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:17:14.548 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:14 smithi156 bash[28307]: audit 2023-12-21T05:17:12.572475+0000 mgr.smithi079.gpuwcc (mgr.14180) 1311 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:14.548 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:14 smithi156 bash[28307]: cluster 2023-12-21T05:17:12.713141+0000 mgr.smithi079.gpuwcc (mgr.14180) 1312 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:17:15.660 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:15 smithi079 bash[24931]: audit 2023-12-21T05:17:14.978697+0000 mon.smithi079 (mon.0) 994 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.iwmnpz"}]: dispatch 2023-12-21T05:17:15.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:15 smithi156 bash[28307]: audit 2023-12-21T05:17:14.978697+0000 mon.smithi079 (mon.0) 994 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.iwmnpz"}]: dispatch 2023-12-21T05:17:16.577 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: cluster 2023-12-21T05:17:14.713727+0000 mgr.smithi079.gpuwcc (mgr.14180) 1313 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:17:16.577 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: cephadm 2023-12-21T05:17:14.977517+0000 mgr.smithi079.gpuwcc (mgr.14180) 1314 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz 2023-12-21T05:17:16.578 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:17:16.578 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz 2023-12-21T05:17:16.578 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz 2023-12-21T05:17:16.578 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:17:16.578 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz 2023-12-21T05:17:16.578 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.iwmnpz ... 2023-12-21T05:17:16.578 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:16.578 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:17:16.578 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:17:16.578 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:17:16.578 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:16.578 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:17:16.579 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:17:16.579 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:17:16.579 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:17:16.579 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:17:16.579 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz 2023-12-21T05:17:16.579 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:17:16.579 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz 2023-12-21T05:17:16.579 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz 2023-12-21T05:17:16.579 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:17:16.579 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz 2023-12-21T05:17:16.579 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.iwmnpz ... 2023-12-21T05:17:16.580 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:16.580 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:17:16.580 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:17:16.580 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:17:16.580 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:16.580 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: cephadm 2023-12-21T05:17:14.978015+0000 mgr.smithi079.gpuwcc (mgr.14180) 1315 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.iwmnpz 2023-12-21T05:17:16.580 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: cephadm 2023-12-21T05:17:14.980267+0000 mgr.smithi079.gpuwcc (mgr.14180) 1316 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.iwmnpz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz 2023-12-21T05:17:16.580 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:17:16.580 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz 2023-12-21T05:17:16.581 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz 2023-12-21T05:17:16.581 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:17:16.581 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz 2023-12-21T05:17:16.581 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.iwmnpz ... 2023-12-21T05:17:16.581 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:16.581 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:17:16.581 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:17:16.581 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:17:16.581 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:16.581 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: cephadm 2023-12-21T05:17:14.984234+0000 mgr.smithi079.gpuwcc (mgr.14180) 1317 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.ciqfed on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:17:16.581 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: cephadm 2023-12-21T05:17:14.986421+0000 mgr.smithi079.gpuwcc (mgr.14180) 1318 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:17:16.581 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: cluster 2023-12-21T05:17:14.987340+0000 mgr.smithi079.gpuwcc (mgr.14180) 1319 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2023-12-21T05:17:16.581 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:16 smithi079 bash[24931]: cluster 2023-12-21T05:17:15.265529+0000 mon.smithi079 (mon.0) 995 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:17:16.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: cluster 2023-12-21T05:17:14.713727+0000 mgr.smithi079.gpuwcc (mgr.14180) 1313 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:17:16.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: cephadm 2023-12-21T05:17:14.977517+0000 mgr.smithi079.gpuwcc (mgr.14180) 1314 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz 2023-12-21T05:17:16.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:17:16.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz 2023-12-21T05:17:16.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz 2023-12-21T05:17:16.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:17:16.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz 2023-12-21T05:17:16.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.iwmnpz ... 2023-12-21T05:17:16.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:16.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:17:16.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:17:16.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:17:16.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:16.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:17:16.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:17:16.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:17:16.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:17:16.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:17:16.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz 2023-12-21T05:17:16.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:17:16.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz 2023-12-21T05:17:16.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz 2023-12-21T05:17:16.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:17:16.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz 2023-12-21T05:17:16.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.iwmnpz ... 2023-12-21T05:17:16.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:16.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:17:16.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:17:16.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:17:16.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:16.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: cephadm 2023-12-21T05:17:14.978015+0000 mgr.smithi079.gpuwcc (mgr.14180) 1315 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.iwmnpz 2023-12-21T05:17:16.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: cephadm 2023-12-21T05:17:14.980267+0000 mgr.smithi079.gpuwcc (mgr.14180) 1316 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.iwmnpz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz 2023-12-21T05:17:16.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:17:16.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz 2023-12-21T05:17:16.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz 2023-12-21T05:17:16.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:17:16.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz 2023-12-21T05:17:16.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.iwmnpz ... 2023-12-21T05:17:16.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:16.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:17:16.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:17:16.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:17:16.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:16.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: cephadm 2023-12-21T05:17:14.984234+0000 mgr.smithi079.gpuwcc (mgr.14180) 1317 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.ciqfed on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:17:16.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: cephadm 2023-12-21T05:17:14.986421+0000 mgr.smithi079.gpuwcc (mgr.14180) 1318 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:17:16.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: cluster 2023-12-21T05:17:14.987340+0000 mgr.smithi079.gpuwcc (mgr.14180) 1319 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2023-12-21T05:17:16.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:16 smithi156 bash[28307]: cluster 2023-12-21T05:17:15.265529+0000 mon.smithi079 (mon.0) 995 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:17:17.827 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:17:17.827 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:16:06.395925Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:10.625258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axkiyh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\nDeploy daemon haproxy.nfs.foo.smithi156.axkiyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.980001Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.iwmnpz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\nDeploy daemon haproxy.nfs.foo.smithi079.iwmnpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.984096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ciqfed on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:14.986287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:18.559 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:18 smithi079 bash[24931]: cluster 2023-12-21T05:17:16.988700+0000 mgr.smithi079.gpuwcc (mgr.14180) 1320 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:17:18.559 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:18 smithi079 bash[24931]: audit 2023-12-21T05:17:18.095415+0000 mon.smithi079 (mon.0) 996 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:17:18.560 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:18.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:18 smithi156 bash[28307]: cluster 2023-12-21T05:17:16.988700+0000 mgr.smithi079.gpuwcc (mgr.14180) 1320 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:17:18.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:18 smithi156 bash[28307]: audit 2023-12-21T05:17:18.095415+0000 mon.smithi079 (mon.0) 996 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:17:19.562 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:19.573 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:19 smithi079 bash[24931]: audit 2023-12-21T05:17:17.815833+0000 mgr.smithi079.gpuwcc (mgr.14180) 1321 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:19.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:19 smithi156 bash[28307]: audit 2023-12-21T05:17:17.815833+0000 mgr.smithi079.gpuwcc (mgr.14180) 1321 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:20.699 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:20 smithi079 bash[24931]: cluster 2023-12-21T05:17:18.989595+0000 mgr.smithi079.gpuwcc (mgr.14180) 1322 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:17:20.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:20 smithi156 bash[28307]: cluster 2023-12-21T05:17:18.989595+0000 mgr.smithi079.gpuwcc (mgr.14180) 1322 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:17:22.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:22 smithi079 bash[24931]: cluster 2023-12-21T05:17:20.990945+0000 mgr.smithi079.gpuwcc (mgr.14180) 1323 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:17:22.740 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:17:22.740 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:16:06.395925Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:10.625258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axkiyh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\nDeploy daemon haproxy.nfs.foo.smithi156.axkiyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.980001Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.iwmnpz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\nDeploy daemon haproxy.nfs.foo.smithi079.iwmnpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.984096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ciqfed on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:14.986287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:22.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:22 smithi156 bash[28307]: cluster 2023-12-21T05:17:20.990945+0000 mgr.smithi079.gpuwcc (mgr.14180) 1323 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:17:23.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:24.514 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:24.711 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:24 smithi079 bash[24931]: audit 2023-12-21T05:17:22.730789+0000 mgr.smithi079.gpuwcc (mgr.14180) 1324 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:24.711 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:24 smithi079 bash[24931]: cluster 2023-12-21T05:17:22.991773+0000 mgr.smithi079.gpuwcc (mgr.14180) 1325 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:17:24.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:24 smithi156 bash[28307]: audit 2023-12-21T05:17:22.730789+0000 mgr.smithi079.gpuwcc (mgr.14180) 1324 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:24.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:24 smithi156 bash[28307]: cluster 2023-12-21T05:17:22.991773+0000 mgr.smithi079.gpuwcc (mgr.14180) 1325 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:17:26.573 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:26 smithi079 bash[24931]: cluster 2023-12-21T05:17:24.992677+0000 mgr.smithi079.gpuwcc (mgr.14180) 1326 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:17:26.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:26 smithi156 bash[28307]: cluster 2023-12-21T05:17:24.992677+0000 mgr.smithi079.gpuwcc (mgr.14180) 1326 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:17:27.680 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:17:27.680 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:16:06.395925Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:10.625258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axkiyh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\nDeploy daemon haproxy.nfs.foo.smithi156.axkiyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.980001Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.iwmnpz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\nDeploy daemon haproxy.nfs.foo.smithi079.iwmnpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.984096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ciqfed on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:14.986287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:28.408 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:28.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:28 smithi079 bash[24931]: cluster 2023-12-21T05:17:26.994166+0000 mgr.smithi079.gpuwcc (mgr.14180) 1327 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:28.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:28 smithi156 bash[28307]: cluster 2023-12-21T05:17:26.994166+0000 mgr.smithi079.gpuwcc (mgr.14180) 1327 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:29.409 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:29.601 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:29 smithi079 bash[24931]: audit 2023-12-21T05:17:27.674684+0000 mgr.smithi079.gpuwcc (mgr.14180) 1328 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:29.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:29 smithi156 bash[28307]: audit 2023-12-21T05:17:27.674684+0000 mgr.smithi079.gpuwcc (mgr.14180) 1328 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:30.600 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:30 smithi079 bash[24931]: cluster 2023-12-21T05:17:28.995083+0000 mgr.smithi079.gpuwcc (mgr.14180) 1329 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:30.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:30 smithi156 bash[28307]: cluster 2023-12-21T05:17:28.995083+0000 mgr.smithi079.gpuwcc (mgr.14180) 1329 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:32.390 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:17:32.390 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:16:06.395925Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:10.625258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axkiyh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\nDeploy daemon haproxy.nfs.foo.smithi156.axkiyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.980001Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.iwmnpz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\nDeploy daemon haproxy.nfs.foo.smithi079.iwmnpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.984096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ciqfed on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:14.986287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:32.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:32 smithi079 bash[24931]: cluster 2023-12-21T05:17:30.996404+0000 mgr.smithi079.gpuwcc (mgr.14180) 1330 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:17:32.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:32 smithi156 bash[28307]: cluster 2023-12-21T05:17:30.996404+0000 mgr.smithi079.gpuwcc (mgr.14180) 1330 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:17:33.140 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:34.141 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:34.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:34 smithi079 bash[24931]: audit 2023-12-21T05:17:32.381181+0000 mgr.smithi079.gpuwcc (mgr.14180) 1331 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:34.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:34 smithi079 bash[24931]: cluster 2023-12-21T05:17:32.997551+0000 mgr.smithi079.gpuwcc (mgr.14180) 1332 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:34.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:34 smithi156 bash[28307]: audit 2023-12-21T05:17:32.381181+0000 mgr.smithi079.gpuwcc (mgr.14180) 1331 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:34.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:34 smithi156 bash[28307]: cluster 2023-12-21T05:17:32.997551+0000 mgr.smithi079.gpuwcc (mgr.14180) 1332 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:36.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:36 smithi079 bash[24931]: cluster 2023-12-21T05:17:34.998645+0000 mgr.smithi079.gpuwcc (mgr.14180) 1333 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:36.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:36 smithi156 bash[28307]: cluster 2023-12-21T05:17:34.998645+0000 mgr.smithi079.gpuwcc (mgr.14180) 1333 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:37.330 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:17:37.330 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:16:06.395925Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:10.625258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axkiyh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\nDeploy daemon haproxy.nfs.foo.smithi156.axkiyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.980001Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.iwmnpz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\nDeploy daemon haproxy.nfs.foo.smithi079.iwmnpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.984096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ciqfed on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:14.986287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:37.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:37 smithi079 bash[24931]: cluster 2023-12-21T05:17:37.000070+0000 mgr.smithi079.gpuwcc (mgr.14180) 1334 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:37.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:37 smithi079 bash[24931]: audit 2023-12-21T05:17:37.325155+0000 mgr.smithi079.gpuwcc (mgr.14180) 1335 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:37.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:37 smithi156 bash[28307]: cluster 2023-12-21T05:17:37.000070+0000 mgr.smithi079.gpuwcc (mgr.14180) 1334 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:37.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:37 smithi156 bash[28307]: audit 2023-12-21T05:17:37.325155+0000 mgr.smithi079.gpuwcc (mgr.14180) 1335 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:38.068 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:39.069 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:40.393 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:40 smithi079 bash[24931]: cluster 2023-12-21T05:17:39.000993+0000 mgr.smithi079.gpuwcc (mgr.14180) 1336 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:40.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:40 smithi156 bash[28307]: cluster 2023-12-21T05:17:39.000993+0000 mgr.smithi079.gpuwcc (mgr.14180) 1336 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:42.088 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:17:42.089 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:16:06.395925Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:10.625258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axkiyh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\nDeploy daemon haproxy.nfs.foo.smithi156.axkiyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.980001Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.iwmnpz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\nDeploy daemon haproxy.nfs.foo.smithi079.iwmnpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.984096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ciqfed on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:14.986287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:42.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:42 smithi079 bash[24931]: cluster 2023-12-21T05:17:41.001811+0000 mgr.smithi079.gpuwcc (mgr.14180) 1337 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:17:42.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:42 smithi156 bash[28307]: cluster 2023-12-21T05:17:41.001811+0000 mgr.smithi079.gpuwcc (mgr.14180) 1337 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:17:42.876 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:43.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:43 smithi079 bash[24931]: audit 2023-12-21T05:17:42.079154+0000 mgr.smithi079.gpuwcc (mgr.14180) 1338 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:43.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:43 smithi156 bash[28307]: audit 2023-12-21T05:17:42.079154+0000 mgr.smithi079.gpuwcc (mgr.14180) 1338 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:43.877 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:44.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:44 smithi079 bash[24931]: cluster 2023-12-21T05:17:43.002885+0000 mgr.smithi079.gpuwcc (mgr.14180) 1339 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:44.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:44 smithi156 bash[28307]: cluster 2023-12-21T05:17:43.002885+0000 mgr.smithi079.gpuwcc (mgr.14180) 1339 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:46.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:46 smithi079 bash[24931]: cluster 2023-12-21T05:17:45.004015+0000 mgr.smithi079.gpuwcc (mgr.14180) 1340 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:46.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:46 smithi156 bash[28307]: cluster 2023-12-21T05:17:45.004015+0000 mgr.smithi079.gpuwcc (mgr.14180) 1340 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:47.187 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:17:47.187 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:16:06.395925Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:10.625258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axkiyh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\nDeploy daemon haproxy.nfs.foo.smithi156.axkiyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.980001Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.iwmnpz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\nDeploy daemon haproxy.nfs.foo.smithi079.iwmnpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.984096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ciqfed on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:14.986287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:47.955 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:48.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:48 smithi079 bash[24931]: cluster 2023-12-21T05:17:47.004950+0000 mgr.smithi079.gpuwcc (mgr.14180) 1341 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:48.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:48 smithi079 bash[24931]: audit 2023-12-21T05:17:47.177890+0000 mgr.smithi079.gpuwcc (mgr.14180) 1342 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:48.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:48 smithi156 bash[28307]: cluster 2023-12-21T05:17:47.004950+0000 mgr.smithi079.gpuwcc (mgr.14180) 1341 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:48.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:48 smithi156 bash[28307]: audit 2023-12-21T05:17:47.177890+0000 mgr.smithi079.gpuwcc (mgr.14180) 1342 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:48.956 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:50.323 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:50 smithi079 bash[24931]: cluster 2023-12-21T05:17:49.005780+0000 mgr.smithi079.gpuwcc (mgr.14180) 1343 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:50.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:50 smithi156 bash[28307]: cluster 2023-12-21T05:17:49.005780+0000 mgr.smithi079.gpuwcc (mgr.14180) 1343 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:52.081 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:17:52.081 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:16:06.395925Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:10.625258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axkiyh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\nDeploy daemon haproxy.nfs.foo.smithi156.axkiyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.980001Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.iwmnpz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\nDeploy daemon haproxy.nfs.foo.smithi079.iwmnpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.984096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ciqfed on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:14.986287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:52.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:52 smithi079 bash[24931]: cluster 2023-12-21T05:17:51.007063+0000 mgr.smithi079.gpuwcc (mgr.14180) 1344 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:17:52.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:52 smithi156 bash[28307]: cluster 2023-12-21T05:17:51.007063+0000 mgr.smithi079.gpuwcc (mgr.14180) 1344 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:17:52.853 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:53.560 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:53 smithi079 bash[24931]: audit 2023-12-21T05:17:52.076694+0000 mgr.smithi079.gpuwcc (mgr.14180) 1345 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:53.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:53 smithi156 bash[28307]: audit 2023-12-21T05:17:52.076694+0000 mgr.smithi079.gpuwcc (mgr.14180) 1345 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:53.854 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:54.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:54 smithi079 bash[24931]: cluster 2023-12-21T05:17:53.008242+0000 mgr.smithi079.gpuwcc (mgr.14180) 1346 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:54.548 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:54 smithi156 bash[28307]: cluster 2023-12-21T05:17:53.008242+0000 mgr.smithi079.gpuwcc (mgr.14180) 1346 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:56.684 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:56 smithi079 bash[24931]: cluster 2023-12-21T05:17:55.009080+0000 mgr.smithi079.gpuwcc (mgr.14180) 1347 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:56.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:56 smithi156 bash[28307]: cluster 2023-12-21T05:17:55.009080+0000 mgr.smithi079.gpuwcc (mgr.14180) 1347 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:57.082 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:17:57.082 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:16:06.395925Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:10.625258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axkiyh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\nDeploy daemon haproxy.nfs.foo.smithi156.axkiyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.980001Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.iwmnpz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\nDeploy daemon haproxy.nfs.foo.smithi079.iwmnpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.984096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ciqfed on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:14.986287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:57.924 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:58.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:58 smithi079 bash[24931]: cluster 2023-12-21T05:17:57.010378+0000 mgr.smithi079.gpuwcc (mgr.14180) 1348 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:58.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:17:58 smithi079 bash[24931]: audit 2023-12-21T05:17:57.073941+0000 mgr.smithi079.gpuwcc (mgr.14180) 1349 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:58.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:58 smithi156 bash[28307]: cluster 2023-12-21T05:17:57.010378+0000 mgr.smithi079.gpuwcc (mgr.14180) 1348 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:58.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:17:58 smithi156 bash[28307]: audit 2023-12-21T05:17:57.073941+0000 mgr.smithi079.gpuwcc (mgr.14180) 1349 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:58.924 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:18:00.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:00 smithi079 bash[24931]: cluster 2023-12-21T05:17:59.011260+0000 mgr.smithi079.gpuwcc (mgr.14180) 1350 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:00.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:00 smithi156 bash[28307]: cluster 2023-12-21T05:17:59.011260+0000 mgr.smithi079.gpuwcc (mgr.14180) 1350 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:01.980 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:18:01.980 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:16:06.395925Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:10.625258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axkiyh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\nDeploy daemon haproxy.nfs.foo.smithi156.axkiyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.980001Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.iwmnpz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\nDeploy daemon haproxy.nfs.foo.smithi079.iwmnpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.984096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ciqfed on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:14.986287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:18:02.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:02 smithi079 bash[24931]: cluster 2023-12-21T05:18:01.012654+0000 mgr.smithi079.gpuwcc (mgr.14180) 1351 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:18:02.729 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:18:02.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:02 smithi156 bash[28307]: cluster 2023-12-21T05:18:01.012654+0000 mgr.smithi079.gpuwcc (mgr.14180) 1351 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:18:03.560 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:03 smithi079 bash[24931]: audit 2023-12-21T05:18:01.970334+0000 mgr.smithi079.gpuwcc (mgr.14180) 1352 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:18:03.730 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:18:03.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:03 smithi156 bash[28307]: audit 2023-12-21T05:18:01.970334+0000 mgr.smithi079.gpuwcc (mgr.14180) 1352 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:18:04.548 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:04 smithi156 bash[28307]: cluster 2023-12-21T05:18:03.013910+0000 mgr.smithi079.gpuwcc (mgr.14180) 1353 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:04.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:04 smithi079 bash[24931]: cluster 2023-12-21T05:18:03.013910+0000 mgr.smithi079.gpuwcc (mgr.14180) 1353 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:06.559 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:06 smithi079 bash[24931]: cluster 2023-12-21T05:18:05.014859+0000 mgr.smithi079.gpuwcc (mgr.14180) 1354 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:06.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:06 smithi156 bash[28307]: cluster 2023-12-21T05:18:05.014859+0000 mgr.smithi079.gpuwcc (mgr.14180) 1354 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:06.955 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:18:06.955 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:16:06.395925Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:10.625258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axkiyh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\nDeploy daemon haproxy.nfs.foo.smithi156.axkiyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.980001Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.iwmnpz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\nDeploy daemon haproxy.nfs.foo.smithi079.iwmnpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.984096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ciqfed on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:14.986287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:18:07.713 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:18:08.714 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:18:08.727 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:08 smithi079 bash[24931]: audit 2023-12-21T05:18:06.943907+0000 mgr.smithi079.gpuwcc (mgr.14180) 1355 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:18:08.727 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:08 smithi079 bash[24931]: cluster 2023-12-21T05:18:07.016203+0000 mgr.smithi079.gpuwcc (mgr.14180) 1356 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:08.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:08 smithi156 bash[28307]: audit 2023-12-21T05:18:06.943907+0000 mgr.smithi079.gpuwcc (mgr.14180) 1355 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:18:08.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:08 smithi156 bash[28307]: cluster 2023-12-21T05:18:07.016203+0000 mgr.smithi079.gpuwcc (mgr.14180) 1356 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:10.560 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:10 smithi079 bash[24931]: cluster 2023-12-21T05:18:09.017149+0000 mgr.smithi079.gpuwcc (mgr.14180) 1357 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:10.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:10 smithi156 bash[28307]: cluster 2023-12-21T05:18:09.017149+0000 mgr.smithi079.gpuwcc (mgr.14180) 1357 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:11.763 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:18:11.763 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:16:06.395925Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:10.625258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axkiyh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\nDeploy daemon haproxy.nfs.foo.smithi156.axkiyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.980001Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.iwmnpz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\nDeploy daemon haproxy.nfs.foo.smithi079.iwmnpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.984096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ciqfed on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:14.986287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:18:12.512 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:18:12.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:12 smithi079 bash[24931]: cluster 2023-12-21T05:18:11.018497+0000 mgr.smithi079.gpuwcc (mgr.14180) 1358 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:18:12.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:12 smithi156 bash[28307]: cluster 2023-12-21T05:18:11.018497+0000 mgr.smithi079.gpuwcc (mgr.14180) 1358 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:18:13.513 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:18:13.561 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:13 smithi079 bash[24931]: audit 2023-12-21T05:18:11.753981+0000 mgr.smithi079.gpuwcc (mgr.14180) 1359 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:18:13.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:13 smithi156 bash[28307]: audit 2023-12-21T05:18:11.753981+0000 mgr.smithi079.gpuwcc (mgr.14180) 1359 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:18:14.644 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:14 smithi079 bash[24931]: cluster 2023-12-21T05:18:13.019691+0000 mgr.smithi079.gpuwcc (mgr.14180) 1360 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:14.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:14 smithi156 bash[28307]: cluster 2023-12-21T05:18:13.019691+0000 mgr.smithi079.gpuwcc (mgr.14180) 1360 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:15.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:15 smithi079 bash[24931]: audit 2023-12-21T05:18:14.991529+0000 mon.smithi079 (mon.0) 997 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:18:15.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:15 smithi079 bash[24931]: audit 2023-12-21T05:18:15.290477+0000 mon.smithi079 (mon.0) 998 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:18:15.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:15 smithi079 bash[24931]: audit 2023-12-21T05:18:15.291595+0000 mon.smithi079 (mon.0) 999 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:18:15.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:15 smithi079 bash[24931]: audit 2023-12-21T05:18:15.299104+0000 mon.smithi079 (mon.0) 1000 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:18:15.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:15 smithi079 bash[24931]: audit 2023-12-21T05:18:15.308423+0000 mon.smithi079 (mon.0) 1001 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:18:15.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:15 smithi156 bash[28307]: audit 2023-12-21T05:18:14.991529+0000 mon.smithi079 (mon.0) 997 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:18:15.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:15 smithi156 bash[28307]: audit 2023-12-21T05:18:15.290477+0000 mon.smithi079 (mon.0) 998 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:18:15.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:15 smithi156 bash[28307]: audit 2023-12-21T05:18:15.291595+0000 mon.smithi079 (mon.0) 999 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:18:15.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:15 smithi156 bash[28307]: audit 2023-12-21T05:18:15.299104+0000 mon.smithi079 (mon.0) 1000 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:18:15.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:15 smithi156 bash[28307]: audit 2023-12-21T05:18:15.308423+0000 mon.smithi079 (mon.0) 1001 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:18:16.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:16 smithi079 bash[24931]: cluster 2023-12-21T05:18:15.020272+0000 mgr.smithi079.gpuwcc (mgr.14180) 1361 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:16.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:16 smithi079 bash[24931]: cluster 2023-12-21T05:18:15.299958+0000 mgr.smithi079.gpuwcc (mgr.14180) 1362 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:18:16.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:16 smithi079 bash[24931]: cluster 2023-12-21T05:18:15.312717+0000 mon.smithi079 (mon.0) 1002 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:18:16.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:16 smithi079 bash[24931]: cluster 2023-12-21T05:18:15.312746+0000 mon.smithi079 (mon.0) 1003 : cluster [INF] Cluster is now healthy 2023-12-21T05:18:16.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:16 smithi079 bash[24931]: audit 2023-12-21T05:18:15.324679+0000 mon.smithi079 (mon.0) 1004 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:18:16.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:16 smithi079 bash[24931]: cephadm 2023-12-21T05:18:15.328938+0000 mgr.smithi079.gpuwcc (mgr.14180) 1363 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.ajhdlp on smithi156 2023-12-21T05:18:16.496 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:18:16.496 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:16:06.395925Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yleepl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:10.625258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axkiyh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\nDeploy daemon haproxy.nfs.foo.smithi156.axkiyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.980001Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.iwmnpz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\nDeploy daemon haproxy.nfs.foo.smithi079.iwmnpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.984096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ciqfed on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:14.986287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:18:16.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:16 smithi156 bash[28307]: cluster 2023-12-21T05:18:15.020272+0000 mgr.smithi079.gpuwcc (mgr.14180) 1361 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:16.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:16 smithi156 bash[28307]: cluster 2023-12-21T05:18:15.299958+0000 mgr.smithi079.gpuwcc (mgr.14180) 1362 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:18:16.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:16 smithi156 bash[28307]: cluster 2023-12-21T05:18:15.312717+0000 mon.smithi079 (mon.0) 1002 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:18:16.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:16 smithi156 bash[28307]: cluster 2023-12-21T05:18:15.312746+0000 mon.smithi079 (mon.0) 1003 : cluster [INF] Cluster is now healthy 2023-12-21T05:18:16.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:16 smithi156 bash[28307]: audit 2023-12-21T05:18:15.324679+0000 mon.smithi079 (mon.0) 1004 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:18:16.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:16 smithi156 bash[28307]: cephadm 2023-12-21T05:18:15.328938+0000 mgr.smithi079.gpuwcc (mgr.14180) 1363 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.ajhdlp on smithi156 2023-12-21T05:18:17.230 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:18:18.231 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:18:18.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:18 smithi079 bash[24931]: audit 2023-12-21T05:18:16.487672+0000 mgr.smithi079.gpuwcc (mgr.14180) 1364 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:18:18.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:18 smithi079 bash[24931]: cluster 2023-12-21T05:18:17.300902+0000 mgr.smithi079.gpuwcc (mgr.14180) 1365 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:18:18.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:18 smithi156 bash[28307]: audit 2023-12-21T05:18:16.487672+0000 mgr.smithi079.gpuwcc (mgr.14180) 1364 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:18:18.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:18 smithi156 bash[28307]: cluster 2023-12-21T05:18:17.300902+0000 mgr.smithi079.gpuwcc (mgr.14180) 1365 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:18:19.467 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:19 smithi079 bash[24931]: audit 2023-12-21T05:18:19.296504+0000 mon.smithi079 (mon.0) 1005 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.ajhdlp"}]: dispatch 2023-12-21T05:18:19.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:19 smithi156 bash[28307]: audit 2023-12-21T05:18:19.296504+0000 mon.smithi079 (mon.0) 1005 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.ajhdlp"}]: dispatch 2023-12-21T05:18:20.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: cephadm 2023-12-21T05:18:19.295528+0000 mgr.smithi079.gpuwcc (mgr.14180) 1366 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp 2023-12-21T05:18:20.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:18:20.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp 2023-12-21T05:18:20.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp 2023-12-21T05:18:20.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:18:20.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp 2023-12-21T05:18:20.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.ajhdlp ... 2023-12-21T05:18:20.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:18:20.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:18:20.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:18:20.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:18:20.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:18:20.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:18:20.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:18:20.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:18:20.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:18:20.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:18:20.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp 2023-12-21T05:18:20.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:18:20.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp 2023-12-21T05:18:20.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp 2023-12-21T05:18:20.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:18:20.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp 2023-12-21T05:18:20.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.ajhdlp ... 2023-12-21T05:18:20.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:18:20.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:18:20.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:18:20.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:18:20.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:18:20.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: cephadm 2023-12-21T05:18:19.295875+0000 mgr.smithi079.gpuwcc (mgr.14180) 1367 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.ajhdlp 2023-12-21T05:18:20.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: cephadm 2023-12-21T05:18:19.298065+0000 mgr.smithi079.gpuwcc (mgr.14180) 1368 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.ajhdlp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp 2023-12-21T05:18:20.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:18:20.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp 2023-12-21T05:18:20.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp 2023-12-21T05:18:20.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:18:20.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp 2023-12-21T05:18:20.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.ajhdlp ... 2023-12-21T05:18:20.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:18:20.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:18:20.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:18:20.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:18:20.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:18:20.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: cluster 2023-12-21T05:18:19.301294+0000 mgr.smithi079.gpuwcc (mgr.14180) 1369 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:18:20.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: cephadm 2023-12-21T05:18:19.302800+0000 mgr.smithi079.gpuwcc (mgr.14180) 1370 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.izmnhr on smithi079 2023-12-21T05:18:20.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:20 smithi079 bash[24931]: audit 2023-12-21T05:18:19.857652+0000 mon.smithi079 (mon.0) 1006 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:18:20.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: cephadm 2023-12-21T05:18:19.295528+0000 mgr.smithi079.gpuwcc (mgr.14180) 1366 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp 2023-12-21T05:18:20.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:18:20.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp 2023-12-21T05:18:20.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp 2023-12-21T05:18:20.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:18:20.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp 2023-12-21T05:18:20.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.ajhdlp ... 2023-12-21T05:18:20.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:18:20.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:18:20.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:18:20.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:18:20.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:18:20.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:18:20.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:18:20.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:18:20.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:18:20.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:18:20.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp 2023-12-21T05:18:20.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:18:20.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp 2023-12-21T05:18:20.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp 2023-12-21T05:18:20.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:18:20.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp 2023-12-21T05:18:20.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.ajhdlp ... 2023-12-21T05:18:20.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:18:20.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:18:20.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:18:20.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:18:20.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:18:20.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: cephadm 2023-12-21T05:18:19.295875+0000 mgr.smithi079.gpuwcc (mgr.14180) 1367 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.ajhdlp 2023-12-21T05:18:20.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: cephadm 2023-12-21T05:18:19.298065+0000 mgr.smithi079.gpuwcc (mgr.14180) 1368 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.ajhdlp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp 2023-12-21T05:18:20.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:18:20.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp 2023-12-21T05:18:20.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp 2023-12-21T05:18:20.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:18:20.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp 2023-12-21T05:18:20.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.ajhdlp ... 2023-12-21T05:18:20.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:18:20.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:18:20.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:18:20.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:18:20.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:18:20.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: cluster 2023-12-21T05:18:19.301294+0000 mgr.smithi079.gpuwcc (mgr.14180) 1369 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:18:20.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: cephadm 2023-12-21T05:18:19.302800+0000 mgr.smithi079.gpuwcc (mgr.14180) 1370 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.izmnhr on smithi079 2023-12-21T05:18:20.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:20 smithi156 bash[28307]: audit 2023-12-21T05:18:19.857652+0000 mon.smithi079 (mon.0) 1006 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:18:21.268 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:18:21.269 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:17:10.625258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.axkiyh on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-axkiyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.axkiyh\nDeploy daemon haproxy.nfs.foo.smithi156.axkiyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.980001Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.iwmnpz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iwmnpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iwmnpz\nDeploy daemon haproxy.nfs.foo.smithi079.iwmnpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:17:14.984096Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.ciqfed on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:14.986287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:19.297831Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ajhdlp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\nDeploy daemon haproxy.nfs.foo.smithi156.ajhdlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:18:22.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:18:22.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:22 smithi079 bash[24931]: audit 2023-12-21T05:18:21.259085+0000 mgr.smithi079.gpuwcc (mgr.14180) 1371 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:18:22.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:22 smithi079 bash[24931]: cluster 2023-12-21T05:18:21.302344+0000 mgr.smithi079.gpuwcc (mgr.14180) 1372 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:18:22.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:22 smithi156 bash[28307]: audit 2023-12-21T05:18:21.259085+0000 mgr.smithi079.gpuwcc (mgr.14180) 1371 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:18:22.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:22 smithi156 bash[28307]: cluster 2023-12-21T05:18:21.302344+0000 mgr.smithi079.gpuwcc (mgr.14180) 1372 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:18:23.002 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:18:24.615 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:24 smithi079 bash[24931]: cluster 2023-12-21T05:18:23.302965+0000 mgr.smithi079.gpuwcc (mgr.14180) 1373 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:18:24.616 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:24 smithi079 bash[24931]: audit 2023-12-21T05:18:23.784010+0000 mon.smithi079 (mon.0) 1007 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.izmnhr"}]: dispatch 2023-12-21T05:18:24.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:24 smithi156 bash[28307]: cluster 2023-12-21T05:18:23.302965+0000 mgr.smithi079.gpuwcc (mgr.14180) 1373 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:18:24.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:24 smithi156 bash[28307]: audit 2023-12-21T05:18:23.784010+0000 mon.smithi079 (mon.0) 1007 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.izmnhr"}]: dispatch 2023-12-21T05:18:25.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: cephadm 2023-12-21T05:18:23.782818+0000 mgr.smithi079.gpuwcc (mgr.14180) 1374 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr 2023-12-21T05:18:25.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:18:25.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr 2023-12-21T05:18:25.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr 2023-12-21T05:18:25.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:18:25.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr 2023-12-21T05:18:25.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.izmnhr ... 2023-12-21T05:18:25.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:18:25.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:18:25.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:18:25.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:18:25.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:18:25.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:18:25.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:18:25.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:18:25.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:18:25.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:18:25.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr 2023-12-21T05:18:25.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:18:25.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr 2023-12-21T05:18:25.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr 2023-12-21T05:18:25.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:18:25.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr 2023-12-21T05:18:25.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.izmnhr ... 2023-12-21T05:18:25.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:18:25.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:18:25.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:18:25.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:18:25.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:18:25.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: cephadm 2023-12-21T05:18:23.783435+0000 mgr.smithi079.gpuwcc (mgr.14180) 1375 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.izmnhr 2023-12-21T05:18:25.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: cephadm 2023-12-21T05:18:23.785151+0000 mgr.smithi079.gpuwcc (mgr.14180) 1376 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.izmnhr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr 2023-12-21T05:18:25.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:18:25.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr 2023-12-21T05:18:25.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr 2023-12-21T05:18:25.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:18:25.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr 2023-12-21T05:18:25.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.izmnhr ... 2023-12-21T05:18:25.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:18:25.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:18:25.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:18:25.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:18:25.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:18:25.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: cephadm 2023-12-21T05:18:23.788647+0000 mgr.smithi079.gpuwcc (mgr.14180) 1377 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.flmjhd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:18:25.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: cephadm 2023-12-21T05:18:23.790919+0000 mgr.smithi079.gpuwcc (mgr.14180) 1378 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:18:25.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: cluster 2023-12-21T05:18:23.791760+0000 mgr.smithi079.gpuwcc (mgr.14180) 1379 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 233 B/s rd, 0 op/s 2023-12-21T05:18:25.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:25 smithi079 bash[24931]: cluster 2023-12-21T05:18:24.356111+0000 mon.smithi079 (mon.0) 1008 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:18:25.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: cephadm 2023-12-21T05:18:23.782818+0000 mgr.smithi079.gpuwcc (mgr.14180) 1374 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr 2023-12-21T05:18:25.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:18:25.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr 2023-12-21T05:18:25.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr 2023-12-21T05:18:25.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:18:25.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr 2023-12-21T05:18:25.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.izmnhr ... 2023-12-21T05:18:25.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:18:25.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:18:25.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:18:25.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:18:25.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:18:25.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:18:25.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:18:25.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:18:25.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:18:25.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:18:25.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr 2023-12-21T05:18:25.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:18:25.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr 2023-12-21T05:18:25.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr 2023-12-21T05:18:25.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:18:25.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr 2023-12-21T05:18:25.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.izmnhr ... 2023-12-21T05:18:25.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:18:25.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:18:25.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:18:25.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:18:25.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:18:25.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: cephadm 2023-12-21T05:18:23.783435+0000 mgr.smithi079.gpuwcc (mgr.14180) 1375 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.izmnhr 2023-12-21T05:18:25.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: cephadm 2023-12-21T05:18:23.785151+0000 mgr.smithi079.gpuwcc (mgr.14180) 1376 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.izmnhr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr 2023-12-21T05:18:25.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:18:25.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr 2023-12-21T05:18:25.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr 2023-12-21T05:18:25.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:18:25.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr 2023-12-21T05:18:25.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.izmnhr ... 2023-12-21T05:18:25.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:18:25.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:18:25.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:18:25.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:18:25.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:18:25.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: cephadm 2023-12-21T05:18:23.788647+0000 mgr.smithi079.gpuwcc (mgr.14180) 1377 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.flmjhd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:18:25.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: cephadm 2023-12-21T05:18:23.790919+0000 mgr.smithi079.gpuwcc (mgr.14180) 1378 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:18:25.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: cluster 2023-12-21T05:18:23.791760+0000 mgr.smithi079.gpuwcc (mgr.14180) 1379 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 233 B/s rd, 0 op/s 2023-12-21T05:18:25.747 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:25 smithi156 bash[28307]: cluster 2023-12-21T05:18:24.356111+0000 mon.smithi079 (mon.0) 1008 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:18:26.396 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:18:26.396 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:17:14.986287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:19.297831Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ajhdlp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\nDeploy daemon haproxy.nfs.foo.smithi156.ajhdlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.784894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.izmnhr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\nDeploy daemon haproxy.nfs.foo.smithi079.izmnhr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.788512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.flmjhd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:23.790780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:18:27.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:18:27.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:27 smithi079 bash[24931]: cluster 2023-12-21T05:18:25.792924+0000 mgr.smithi079.gpuwcc (mgr.14180) 1380 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-21T05:18:27.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:27 smithi156 bash[28307]: cluster 2023-12-21T05:18:25.792924+0000 mgr.smithi079.gpuwcc (mgr.14180) 1380 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-21T05:18:28.193 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:18:28.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:28 smithi079 bash[24931]: audit 2023-12-21T05:18:26.387126+0000 mgr.smithi079.gpuwcc (mgr.14180) 1381 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:18:28.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:28 smithi079 bash[24931]: audit 2023-12-21T05:18:28.146977+0000 mon.smithi079 (mon.0) 1009 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:18:28.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:28 smithi156 bash[28307]: audit 2023-12-21T05:18:26.387126+0000 mgr.smithi079.gpuwcc (mgr.14180) 1381 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:18:28.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:28 smithi156 bash[28307]: audit 2023-12-21T05:18:28.146977+0000 mon.smithi079 (mon.0) 1009 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:18:29.448 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:29 smithi079 bash[24931]: cluster 2023-12-21T05:18:27.794100+0000 mgr.smithi079.gpuwcc (mgr.14180) 1382 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-21T05:18:29.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:29 smithi156 bash[28307]: cluster 2023-12-21T05:18:27.794100+0000 mgr.smithi079.gpuwcc (mgr.14180) 1382 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-21T05:18:31.052 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:18:31.052 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:17:14.986287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:19.297831Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ajhdlp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\nDeploy daemon haproxy.nfs.foo.smithi156.ajhdlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.784894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.izmnhr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\nDeploy daemon haproxy.nfs.foo.smithi079.izmnhr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.788512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.flmjhd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:23.790780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:18:31.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:31 smithi079 bash[24931]: cluster 2023-12-21T05:18:29.794961+0000 mgr.smithi079.gpuwcc (mgr.14180) 1383 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-21T05:18:31.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:31 smithi156 bash[28307]: cluster 2023-12-21T05:18:29.794961+0000 mgr.smithi079.gpuwcc (mgr.14180) 1383 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-21T05:18:31.828 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:18:32.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:32 smithi156 bash[28307]: audit 2023-12-21T05:18:31.048083+0000 mgr.smithi079.gpuwcc (mgr.14180) 1384 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:18:32.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:32 smithi079 bash[24931]: audit 2023-12-21T05:18:31.048083+0000 mgr.smithi079.gpuwcc (mgr.14180) 1384 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:18:32.830 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:18:33.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:33 smithi079 bash[24931]: cluster 2023-12-21T05:18:31.796521+0000 mgr.smithi079.gpuwcc (mgr.14180) 1385 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-21T05:18:33.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:33 smithi156 bash[28307]: cluster 2023-12-21T05:18:31.796521+0000 mgr.smithi079.gpuwcc (mgr.14180) 1385 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-21T05:18:35.552 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:35 smithi079 bash[24931]: cluster 2023-12-21T05:18:33.797400+0000 mgr.smithi079.gpuwcc (mgr.14180) 1386 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-21T05:18:35.553 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:35 smithi079 bash[24931]: audit 2023-12-21T05:18:34.860186+0000 mon.smithi079 (mon.0) 1010 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:18:35.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:35 smithi156 bash[28307]: cluster 2023-12-21T05:18:33.797400+0000 mgr.smithi079.gpuwcc (mgr.14180) 1386 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-21T05:18:35.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:35 smithi156 bash[28307]: audit 2023-12-21T05:18:34.860186+0000 mon.smithi079 (mon.0) 1010 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:18:35.974 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:18:35.975 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:17:14.986287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:19.297831Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ajhdlp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\nDeploy daemon haproxy.nfs.foo.smithi156.ajhdlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.784894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.izmnhr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\nDeploy daemon haproxy.nfs.foo.smithi079.izmnhr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.788512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.flmjhd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:23.790780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:18:36.738 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:18:37.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:37 smithi079 bash[24931]: cluster 2023-12-21T05:18:35.798787+0000 mgr.smithi079.gpuwcc (mgr.14180) 1387 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:37.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:37 smithi079 bash[24931]: audit 2023-12-21T05:18:35.963563+0000 mgr.smithi079.gpuwcc (mgr.14180) 1388 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:18:37.739 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:18:37.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:37 smithi156 bash[28307]: cluster 2023-12-21T05:18:35.798787+0000 mgr.smithi079.gpuwcc (mgr.14180) 1387 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:37.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:37 smithi156 bash[28307]: audit 2023-12-21T05:18:35.963563+0000 mgr.smithi079.gpuwcc (mgr.14180) 1388 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:18:39.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:39 smithi079 bash[24931]: cluster 2023-12-21T05:18:37.800035+0000 mgr.smithi079.gpuwcc (mgr.14180) 1389 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:39.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:39 smithi156 bash[28307]: cluster 2023-12-21T05:18:37.800035+0000 mgr.smithi079.gpuwcc (mgr.14180) 1389 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:40.900 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:18:40.900 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:17:14.986287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:19.297831Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ajhdlp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\nDeploy daemon haproxy.nfs.foo.smithi156.ajhdlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.784894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.izmnhr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\nDeploy daemon haproxy.nfs.foo.smithi079.izmnhr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.788512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.flmjhd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:23.790780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:18:41.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:41 smithi079 bash[24931]: cluster 2023-12-21T05:18:39.800763+0000 mgr.smithi079.gpuwcc (mgr.14180) 1390 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:41.597 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:18:41.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:41 smithi156 bash[28307]: cluster 2023-12-21T05:18:39.800763+0000 mgr.smithi079.gpuwcc (mgr.14180) 1390 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:42.597 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:18:42.611 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:42 smithi079 bash[24931]: audit 2023-12-21T05:18:40.888963+0000 mgr.smithi079.gpuwcc (mgr.14180) 1391 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:18:42.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:42 smithi156 bash[28307]: audit 2023-12-21T05:18:40.888963+0000 mgr.smithi079.gpuwcc (mgr.14180) 1391 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:18:43.561 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:43 smithi079 bash[24931]: cluster 2023-12-21T05:18:41.802338+0000 mgr.smithi079.gpuwcc (mgr.14180) 1392 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:18:43.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:43 smithi156 bash[28307]: cluster 2023-12-21T05:18:41.802338+0000 mgr.smithi079.gpuwcc (mgr.14180) 1392 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:18:45.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:45 smithi079 bash[24931]: cluster 2023-12-21T05:18:43.803268+0000 mgr.smithi079.gpuwcc (mgr.14180) 1393 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:45.599 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:18:45.599 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:17:14.986287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:19.297831Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ajhdlp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\nDeploy daemon haproxy.nfs.foo.smithi156.ajhdlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.784894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.izmnhr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\nDeploy daemon haproxy.nfs.foo.smithi079.izmnhr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.788512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.flmjhd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:23.790780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:18:45.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:45 smithi156 bash[28307]: cluster 2023-12-21T05:18:43.803268+0000 mgr.smithi079.gpuwcc (mgr.14180) 1393 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:46.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:18:47.354 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:18:47.552 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:47 smithi079 bash[24931]: audit 2023-12-21T05:18:45.588463+0000 mgr.smithi079.gpuwcc (mgr.14180) 1394 : audit [DBG] from='client.25375 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:18:47.552 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:47 smithi079 bash[24931]: cluster 2023-12-21T05:18:45.804625+0000 mgr.smithi079.gpuwcc (mgr.14180) 1395 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:47.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:47 smithi156 bash[28307]: audit 2023-12-21T05:18:45.588463+0000 mgr.smithi079.gpuwcc (mgr.14180) 1394 : audit [DBG] from='client.25375 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:18:47.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:47 smithi156 bash[28307]: cluster 2023-12-21T05:18:45.804625+0000 mgr.smithi079.gpuwcc (mgr.14180) 1395 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:49.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:49 smithi079 bash[24931]: cluster 2023-12-21T05:18:47.805849+0000 mgr.smithi079.gpuwcc (mgr.14180) 1396 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:49.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:49 smithi156 bash[28307]: cluster 2023-12-21T05:18:47.805849+0000 mgr.smithi079.gpuwcc (mgr.14180) 1396 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:50.419 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:18:50.419 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:17:14.986287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:19.297831Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ajhdlp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\nDeploy daemon haproxy.nfs.foo.smithi156.ajhdlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.784894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.izmnhr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\nDeploy daemon haproxy.nfs.foo.smithi079.izmnhr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.788512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.flmjhd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:23.790780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:18:51.118 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:18:51.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:51 smithi079 bash[24931]: cluster 2023-12-21T05:18:49.806729+0000 mgr.smithi079.gpuwcc (mgr.14180) 1397 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:51.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:51 smithi156 bash[28307]: cluster 2023-12-21T05:18:49.806729+0000 mgr.smithi079.gpuwcc (mgr.14180) 1397 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:52.119 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:18:52.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:52 smithi079 bash[24931]: audit 2023-12-21T05:18:50.414871+0000 mgr.smithi079.gpuwcc (mgr.14180) 1398 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:18:52.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:52 smithi156 bash[28307]: audit 2023-12-21T05:18:50.414871+0000 mgr.smithi079.gpuwcc (mgr.14180) 1398 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:18:53.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:53 smithi079 bash[24931]: cluster 2023-12-21T05:18:51.808213+0000 mgr.smithi079.gpuwcc (mgr.14180) 1399 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:18:53.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:53 smithi156 bash[28307]: cluster 2023-12-21T05:18:51.808213+0000 mgr.smithi079.gpuwcc (mgr.14180) 1399 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:18:55.334 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:18:55.334 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:17:14.986287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:19.297831Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ajhdlp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\nDeploy daemon haproxy.nfs.foo.smithi156.ajhdlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.784894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.izmnhr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\nDeploy daemon haproxy.nfs.foo.smithi079.izmnhr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.788512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.flmjhd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:23.790780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:18:55.567 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:55 smithi079 bash[24931]: cluster 2023-12-21T05:18:53.809178+0000 mgr.smithi079.gpuwcc (mgr.14180) 1400 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:55.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:55 smithi156 bash[28307]: cluster 2023-12-21T05:18:53.809178+0000 mgr.smithi079.gpuwcc (mgr.14180) 1400 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:56.068 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:18:56.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:56 smithi079 bash[24931]: audit 2023-12-21T05:18:55.324962+0000 mgr.smithi079.gpuwcc (mgr.14180) 1401 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:18:56.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:56 smithi156 bash[28307]: audit 2023-12-21T05:18:55.324962+0000 mgr.smithi079.gpuwcc (mgr.14180) 1401 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:18:57.070 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:18:57.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:57 smithi079 bash[24931]: cluster 2023-12-21T05:18:55.810499+0000 mgr.smithi079.gpuwcc (mgr.14180) 1402 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:57.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:57 smithi156 bash[28307]: cluster 2023-12-21T05:18:55.810499+0000 mgr.smithi079.gpuwcc (mgr.14180) 1402 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:59.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:18:59 smithi079 bash[24931]: cluster 2023-12-21T05:18:57.811461+0000 mgr.smithi079.gpuwcc (mgr.14180) 1403 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:18:59.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:18:59 smithi156 bash[28307]: cluster 2023-12-21T05:18:57.811461+0000 mgr.smithi079.gpuwcc (mgr.14180) 1403 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:00.250 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:19:00.251 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:17:14.986287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:19.297831Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ajhdlp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\nDeploy daemon haproxy.nfs.foo.smithi156.ajhdlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.784894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.izmnhr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\nDeploy daemon haproxy.nfs.foo.smithi079.izmnhr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.788512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.flmjhd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:23.790780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:19:01.036 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:19:01.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:01 smithi079 bash[24931]: cluster 2023-12-21T05:18:59.812362+0000 mgr.smithi079.gpuwcc (mgr.14180) 1404 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:01.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:01 smithi079 bash[24931]: audit 2023-12-21T05:19:00.242357+0000 mgr.smithi079.gpuwcc (mgr.14180) 1405 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:19:01.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:01 smithi156 bash[28307]: cluster 2023-12-21T05:18:59.812362+0000 mgr.smithi079.gpuwcc (mgr.14180) 1404 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:01.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:01 smithi156 bash[28307]: audit 2023-12-21T05:19:00.242357+0000 mgr.smithi079.gpuwcc (mgr.14180) 1405 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:19:02.037 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:19:03.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:03 smithi079 bash[24931]: cluster 2023-12-21T05:19:01.813970+0000 mgr.smithi079.gpuwcc (mgr.14180) 1406 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:19:03.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:03 smithi156 bash[28307]: cluster 2023-12-21T05:19:01.813970+0000 mgr.smithi079.gpuwcc (mgr.14180) 1406 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:19:05.148 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:19:05.149 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:17:14.986287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:19.297831Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ajhdlp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\nDeploy daemon haproxy.nfs.foo.smithi156.ajhdlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.784894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.izmnhr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\nDeploy daemon haproxy.nfs.foo.smithi079.izmnhr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.788512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.flmjhd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:23.790780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:19:05.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:05 smithi079 bash[24931]: cluster 2023-12-21T05:19:03.814844+0000 mgr.smithi079.gpuwcc (mgr.14180) 1407 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:05.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:05 smithi156 bash[28307]: cluster 2023-12-21T05:19:03.814844+0000 mgr.smithi079.gpuwcc (mgr.14180) 1407 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:05.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:19:06.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:06 smithi079 bash[24931]: audit 2023-12-21T05:19:05.140106+0000 mgr.smithi079.gpuwcc (mgr.14180) 1408 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:19:06.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:06 smithi156 bash[28307]: audit 2023-12-21T05:19:05.140106+0000 mgr.smithi079.gpuwcc (mgr.14180) 1408 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:19:06.938 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:19:07.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:07 smithi079 bash[24931]: cluster 2023-12-21T05:19:05.816165+0000 mgr.smithi079.gpuwcc (mgr.14180) 1409 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:07.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:07 smithi156 bash[28307]: cluster 2023-12-21T05:19:05.816165+0000 mgr.smithi079.gpuwcc (mgr.14180) 1409 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:09.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:09 smithi079 bash[24931]: cluster 2023-12-21T05:19:07.817405+0000 mgr.smithi079.gpuwcc (mgr.14180) 1410 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:09.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:09 smithi156 bash[28307]: cluster 2023-12-21T05:19:07.817405+0000 mgr.smithi079.gpuwcc (mgr.14180) 1410 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:09.817 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:19:09.818 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:17:14.986287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:19.297831Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ajhdlp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\nDeploy daemon haproxy.nfs.foo.smithi156.ajhdlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.784894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.izmnhr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\nDeploy daemon haproxy.nfs.foo.smithi079.izmnhr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.788512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.flmjhd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:23.790780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:19:10.542 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:19:10.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:10 smithi079 bash[24931]: audit 2023-12-21T05:19:09.809499+0000 mgr.smithi079.gpuwcc (mgr.14180) 1411 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:19:10.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:10 smithi079 bash[24931]: cluster 2023-12-21T05:19:09.818193+0000 mgr.smithi079.gpuwcc (mgr.14180) 1412 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:10.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:10 smithi156 bash[28307]: audit 2023-12-21T05:19:09.809499+0000 mgr.smithi079.gpuwcc (mgr.14180) 1411 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:19:10.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:10 smithi156 bash[28307]: cluster 2023-12-21T05:19:09.818193+0000 mgr.smithi079.gpuwcc (mgr.14180) 1412 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:11.543 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:19:13.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:13 smithi079 bash[24931]: cluster 2023-12-21T05:19:11.819669+0000 mgr.smithi079.gpuwcc (mgr.14180) 1413 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:19:13.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:13 smithi156 bash[28307]: cluster 2023-12-21T05:19:11.819669+0000 mgr.smithi079.gpuwcc (mgr.14180) 1413 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:19:14.896 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:19:14.896 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:17:14.986287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:19.297831Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ajhdlp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\nDeploy daemon haproxy.nfs.foo.smithi156.ajhdlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.784894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.izmnhr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\nDeploy daemon haproxy.nfs.foo.smithi079.izmnhr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.788512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.flmjhd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:23.790780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:19:15.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:15 smithi079 bash[24931]: cluster 2023-12-21T05:19:13.820519+0000 mgr.smithi079.gpuwcc (mgr.14180) 1414 : cluster [DBG] pgmap v913: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:15.490 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:15 smithi156 bash[28307]: cluster 2023-12-21T05:19:13.820519+0000 mgr.smithi079.gpuwcc (mgr.14180) 1414 : cluster [DBG] pgmap v913: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:15.617 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:19:16.491 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:16 smithi156 bash[28307]: audit 2023-12-21T05:19:14.885851+0000 mgr.smithi079.gpuwcc (mgr.14180) 1415 : audit [DBG] from='client.25397 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:19:16.618 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:19:16.631 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:16 smithi079 bash[24931]: audit 2023-12-21T05:19:14.885851+0000 mgr.smithi079.gpuwcc (mgr.14180) 1415 : audit [DBG] from='client.25397 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:19:17.582 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:17 smithi079 bash[24931]: cluster 2023-12-21T05:19:15.821837+0000 mgr.smithi079.gpuwcc (mgr.14180) 1416 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:17.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:17 smithi156 bash[28307]: cluster 2023-12-21T05:19:15.821837+0000 mgr.smithi079.gpuwcc (mgr.14180) 1416 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:19.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:19 smithi079 bash[24931]: cluster 2023-12-21T05:19:17.822675+0000 mgr.smithi079.gpuwcc (mgr.14180) 1417 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:19.549 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:19:19.549 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:17:14.986287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:19.297831Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ajhdlp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\nDeploy daemon haproxy.nfs.foo.smithi156.ajhdlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.784894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.izmnhr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\nDeploy daemon haproxy.nfs.foo.smithi079.izmnhr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.788512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.flmjhd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:23.790780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:19:19.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:19 smithi156 bash[28307]: cluster 2023-12-21T05:19:17.822675+0000 mgr.smithi079.gpuwcc (mgr.14180) 1417 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:20.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:19:21.283 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:19:21.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:21 smithi079 bash[24931]: audit 2023-12-21T05:19:19.540879+0000 mgr.smithi079.gpuwcc (mgr.14180) 1418 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:19:21.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:21 smithi079 bash[24931]: cluster 2023-12-21T05:19:19.823300+0000 mgr.smithi079.gpuwcc (mgr.14180) 1419 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:21.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:21 smithi156 bash[28307]: audit 2023-12-21T05:19:19.540879+0000 mgr.smithi079.gpuwcc (mgr.14180) 1418 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:19:21.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:21 smithi156 bash[28307]: cluster 2023-12-21T05:19:19.823300+0000 mgr.smithi079.gpuwcc (mgr.14180) 1419 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:23.559 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:23 smithi079 bash[24931]: cluster 2023-12-21T05:19:21.824752+0000 mgr.smithi079.gpuwcc (mgr.14180) 1420 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:19:23.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:23 smithi156 bash[28307]: cluster 2023-12-21T05:19:21.824752+0000 mgr.smithi079.gpuwcc (mgr.14180) 1420 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:19:24.363 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:19:24.364 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:17:14.986287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vbgryf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:19.297831Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ajhdlp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\nDeploy daemon haproxy.nfs.foo.smithi156.ajhdlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.784894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.izmnhr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\nDeploy daemon haproxy.nfs.foo.smithi079.izmnhr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.788512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.flmjhd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:23.790780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:19:24.548 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:24 smithi156 bash[28307]: audit 2023-12-21T05:19:23.794728+0000 mon.smithi079 (mon.0) 1011 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:19:24.548 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:24 smithi156 bash[28307]: audit 2023-12-21T05:19:24.096497+0000 mon.smithi079 (mon.0) 1012 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:19:24.548 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:24 smithi156 bash[28307]: audit 2023-12-21T05:19:24.097823+0000 mon.smithi079 (mon.0) 1013 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:19:24.548 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:24 smithi156 bash[28307]: audit 2023-12-21T05:19:24.105355+0000 mon.smithi079 (mon.0) 1014 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:19:24.548 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:24 smithi156 bash[28307]: audit 2023-12-21T05:19:24.112500+0000 mon.smithi079 (mon.0) 1015 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:19:24.549 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:24 smithi156 bash[28307]: audit 2023-12-21T05:19:24.125100+0000 mon.smithi079 (mon.0) 1016 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:19:24.577 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:24 smithi079 bash[24931]: audit 2023-12-21T05:19:23.794728+0000 mon.smithi079 (mon.0) 1011 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:19:24.578 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:24 smithi079 bash[24931]: audit 2023-12-21T05:19:24.096497+0000 mon.smithi079 (mon.0) 1012 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:19:24.578 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:24 smithi079 bash[24931]: audit 2023-12-21T05:19:24.097823+0000 mon.smithi079 (mon.0) 1013 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:19:24.578 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:24 smithi079 bash[24931]: audit 2023-12-21T05:19:24.105355+0000 mon.smithi079 (mon.0) 1014 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:19:24.578 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:24 smithi079 bash[24931]: audit 2023-12-21T05:19:24.112500+0000 mon.smithi079 (mon.0) 1015 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:19:24.578 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:24 smithi079 bash[24931]: audit 2023-12-21T05:19:24.125100+0000 mon.smithi079 (mon.0) 1016 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:19:25.117 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:19:25.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:25 smithi079 bash[24931]: cluster 2023-12-21T05:19:23.825641+0000 mgr.smithi079.gpuwcc (mgr.14180) 1421 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:25.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:25 smithi079 bash[24931]: cluster 2023-12-21T05:19:24.106148+0000 mgr.smithi079.gpuwcc (mgr.14180) 1422 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:19:25.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:25 smithi079 bash[24931]: cephadm 2023-12-21T05:19:24.128581+0000 mgr.smithi079.gpuwcc (mgr.14180) 1423 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.aaoxde on smithi156 2023-12-21T05:19:25.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:25 smithi079 bash[24931]: cluster 2023-12-21T05:19:24.258478+0000 mon.smithi079 (mon.0) 1017 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:19:25.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:25 smithi079 bash[24931]: cluster 2023-12-21T05:19:24.258537+0000 mon.smithi079 (mon.0) 1018 : cluster [INF] Cluster is now healthy 2023-12-21T05:19:25.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:25 smithi079 bash[24931]: audit 2023-12-21T05:19:24.355068+0000 mgr.smithi079.gpuwcc (mgr.14180) 1424 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:19:25.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:25 smithi156 bash[28307]: cluster 2023-12-21T05:19:23.825641+0000 mgr.smithi079.gpuwcc (mgr.14180) 1421 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:25.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:25 smithi156 bash[28307]: cluster 2023-12-21T05:19:24.106148+0000 mgr.smithi079.gpuwcc (mgr.14180) 1422 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:19:25.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:25 smithi156 bash[28307]: cephadm 2023-12-21T05:19:24.128581+0000 mgr.smithi079.gpuwcc (mgr.14180) 1423 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.aaoxde on smithi156 2023-12-21T05:19:25.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:25 smithi156 bash[28307]: cluster 2023-12-21T05:19:24.258478+0000 mon.smithi079 (mon.0) 1017 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:19:25.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:25 smithi156 bash[28307]: cluster 2023-12-21T05:19:24.258537+0000 mon.smithi079 (mon.0) 1018 : cluster [INF] Cluster is now healthy 2023-12-21T05:19:25.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:25 smithi156 bash[28307]: audit 2023-12-21T05:19:24.355068+0000 mgr.smithi079.gpuwcc (mgr.14180) 1424 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:19:26.118 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:19:27.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:27 smithi079 bash[24931]: cluster 2023-12-21T05:19:26.107426+0000 mgr.smithi079.gpuwcc (mgr.14180) 1425 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:19:27.585 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:27 smithi156 bash[28307]: cluster 2023-12-21T05:19:26.107426+0000 mgr.smithi079.gpuwcc (mgr.14180) 1425 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:19:29.217 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:19:29.217 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:18:19.297831Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ajhdlp on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ajhdlp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ajhdlp\nDeploy daemon haproxy.nfs.foo.smithi156.ajhdlp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.784894Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.izmnhr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-izmnhr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.izmnhr\nDeploy daemon haproxy.nfs.foo.smithi079.izmnhr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:18:23.788512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.flmjhd on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:18:23.790780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:28.283841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.aaoxde on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\nDeploy daemon haproxy.nfs.foo.smithi156.aaoxde ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:19:29.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: cluster 2023-12-21T05:19:28.108048+0000 mgr.smithi079.gpuwcc (mgr.14180) 1426 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:19:29.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: cephadm 2023-12-21T05:19:28.278919+0000 mgr.smithi079.gpuwcc (mgr.14180) 1427 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde 2023-12-21T05:19:29.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:19:29.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde 2023-12-21T05:19:29.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde 2023-12-21T05:19:29.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:19:29.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde 2023-12-21T05:19:29.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.aaoxde ... 2023-12-21T05:19:29.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:19:29.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:19:29.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:19:29.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:19:29.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:19:29.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:19:29.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:19:29.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:19:29.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:19:29.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:19:29.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde 2023-12-21T05:19:29.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:19:29.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde 2023-12-21T05:19:29.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde 2023-12-21T05:19:29.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:19:29.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde 2023-12-21T05:19:29.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.aaoxde ... 2023-12-21T05:19:29.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:19:29.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:19:29.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:19:29.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:19:29.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:19:29.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: cephadm 2023-12-21T05:19:28.279399+0000 mgr.smithi079.gpuwcc (mgr.14180) 1428 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.aaoxde 2023-12-21T05:19:29.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: audit 2023-12-21T05:19:28.279908+0000 mon.smithi079 (mon.0) 1019 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.aaoxde"}]: dispatch 2023-12-21T05:19:29.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: cephadm 2023-12-21T05:19:28.283978+0000 mgr.smithi079.gpuwcc (mgr.14180) 1429 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.aaoxde on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde 2023-12-21T05:19:29.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:19:29.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde 2023-12-21T05:19:29.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde 2023-12-21T05:19:29.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:19:29.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde 2023-12-21T05:19:29.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.aaoxde ... 2023-12-21T05:19:29.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:19:29.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:19:29.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:19:29.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:19:29.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:19:29.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:29 smithi079 bash[24931]: cephadm 2023-12-21T05:19:28.286272+0000 mgr.smithi079.gpuwcc (mgr.14180) 1430 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.ctqyne on smithi079 2023-12-21T05:19:29.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: cluster 2023-12-21T05:19:28.108048+0000 mgr.smithi079.gpuwcc (mgr.14180) 1426 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:19:29.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: cephadm 2023-12-21T05:19:28.278919+0000 mgr.smithi079.gpuwcc (mgr.14180) 1427 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde 2023-12-21T05:19:29.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:19:29.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde 2023-12-21T05:19:29.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde 2023-12-21T05:19:29.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:19:29.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde 2023-12-21T05:19:29.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.aaoxde ... 2023-12-21T05:19:29.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:19:29.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:19:29.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:19:29.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:19:29.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:19:29.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:19:29.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:19:29.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:19:29.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:19:29.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:19:29.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde 2023-12-21T05:19:29.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:19:29.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde 2023-12-21T05:19:29.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde 2023-12-21T05:19:29.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:19:29.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde 2023-12-21T05:19:29.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.aaoxde ... 2023-12-21T05:19:29.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:19:29.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:19:29.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:19:29.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:19:29.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:19:29.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: cephadm 2023-12-21T05:19:28.279399+0000 mgr.smithi079.gpuwcc (mgr.14180) 1428 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.aaoxde 2023-12-21T05:19:29.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: audit 2023-12-21T05:19:28.279908+0000 mon.smithi079 (mon.0) 1019 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.aaoxde"}]: dispatch 2023-12-21T05:19:29.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: cephadm 2023-12-21T05:19:28.283978+0000 mgr.smithi079.gpuwcc (mgr.14180) 1429 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.aaoxde on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde 2023-12-21T05:19:29.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:19:29.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde 2023-12-21T05:19:29.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde 2023-12-21T05:19:29.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:19:29.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde 2023-12-21T05:19:29.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.aaoxde ... 2023-12-21T05:19:29.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:19:29.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:19:29.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:19:29.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:19:29.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:19:29.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:29 smithi156 bash[28307]: cephadm 2023-12-21T05:19:28.286272+0000 mgr.smithi079.gpuwcc (mgr.14180) 1430 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.ctqyne on smithi079 2023-12-21T05:19:29.967 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:19:30.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:30 smithi079 bash[24931]: audit 2023-12-21T05:19:29.208587+0000 mgr.smithi079.gpuwcc (mgr.14180) 1431 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:19:30.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:30 smithi156 bash[28307]: audit 2023-12-21T05:19:29.208587+0000 mgr.smithi079.gpuwcc (mgr.14180) 1431 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:19:30.968 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:19:31.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:31 smithi079 bash[24931]: cluster 2023-12-21T05:19:30.109185+0000 mgr.smithi079.gpuwcc (mgr.14180) 1432 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:19:31.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:31 smithi156 bash[28307]: cluster 2023-12-21T05:19:30.109185+0000 mgr.smithi079.gpuwcc (mgr.14180) 1432 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:19:32.476 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:32 smithi079 bash[24931]: audit 2023-12-21T05:19:32.207122+0000 mon.smithi079 (mon.0) 1020 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.ctqyne"}]: dispatch 2023-12-21T05:19:32.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:32 smithi156 bash[28307]: audit 2023-12-21T05:19:32.207122+0000 mon.smithi079 (mon.0) 1020 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.ctqyne"}]: dispatch 2023-12-21T05:19:33.562 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: cluster 2023-12-21T05:19:32.110163+0000 mgr.smithi079.gpuwcc (mgr.14180) 1433 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:19:33.562 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: cephadm 2023-12-21T05:19:32.206310+0000 mgr.smithi079.gpuwcc (mgr.14180) 1434 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne 2023-12-21T05:19:33.562 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:19:33.562 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne 2023-12-21T05:19:33.562 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne 2023-12-21T05:19:33.562 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:19:33.562 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne 2023-12-21T05:19:33.563 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.ctqyne ... 2023-12-21T05:19:33.563 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:19:33.563 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:19:33.563 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:19:33.563 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:19:33.563 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:19:33.563 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:19:33.563 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:19:33.563 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:19:33.563 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:19:33.564 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:19:33.564 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne 2023-12-21T05:19:33.564 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:19:33.564 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne 2023-12-21T05:19:33.564 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne 2023-12-21T05:19:33.564 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:19:33.564 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne 2023-12-21T05:19:33.564 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.ctqyne ... 2023-12-21T05:19:33.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:19:33.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:19:33.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:19:33.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:19:33.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:19:33.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: cephadm 2023-12-21T05:19:32.206625+0000 mgr.smithi079.gpuwcc (mgr.14180) 1435 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.ctqyne 2023-12-21T05:19:33.566 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: cephadm 2023-12-21T05:19:32.208225+0000 mgr.smithi079.gpuwcc (mgr.14180) 1436 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.ctqyne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne 2023-12-21T05:19:33.566 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:19:33.566 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne 2023-12-21T05:19:33.566 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne 2023-12-21T05:19:33.566 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:19:33.566 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne 2023-12-21T05:19:33.566 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.ctqyne ... 2023-12-21T05:19:33.566 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:19:33.566 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:19:33.566 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:19:33.566 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:19:33.567 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:19:33.567 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: cephadm 2023-12-21T05:19:32.210963+0000 mgr.smithi079.gpuwcc (mgr.14180) 1437 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.whnbhz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:19:33.567 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: cephadm 2023-12-21T05:19:32.213489+0000 mgr.smithi079.gpuwcc (mgr.14180) 1438 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:19:33.567 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: cluster 2023-12-21T05:19:32.214483+0000 mgr.smithi079.gpuwcc (mgr.14180) 1439 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 244 B/s rd, 0 op/s 2023-12-21T05:19:33.567 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: cluster 2023-12-21T05:19:32.296630+0000 mon.smithi079 (mon.0) 1021 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:19:33.567 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:33 smithi079 bash[24931]: audit 2023-12-21T05:19:33.192011+0000 mon.smithi079 (mon.0) 1022 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:19:33.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: cluster 2023-12-21T05:19:32.110163+0000 mgr.smithi079.gpuwcc (mgr.14180) 1433 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-21T05:19:33.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: cephadm 2023-12-21T05:19:32.206310+0000 mgr.smithi079.gpuwcc (mgr.14180) 1434 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne 2023-12-21T05:19:33.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:19:33.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne 2023-12-21T05:19:33.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne 2023-12-21T05:19:33.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:19:33.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne 2023-12-21T05:19:33.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.ctqyne ... 2023-12-21T05:19:33.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:19:33.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:19:33.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:19:33.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:19:33.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:19:33.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:19:33.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:19:33.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:19:33.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:19:33.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:19:33.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne 2023-12-21T05:19:33.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:19:33.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne 2023-12-21T05:19:33.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne 2023-12-21T05:19:33.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:19:33.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne 2023-12-21T05:19:33.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.ctqyne ... 2023-12-21T05:19:33.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:19:33.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:19:33.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:19:33.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:19:33.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:19:33.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: cephadm 2023-12-21T05:19:32.206625+0000 mgr.smithi079.gpuwcc (mgr.14180) 1435 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.ctqyne 2023-12-21T05:19:33.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: cephadm 2023-12-21T05:19:32.208225+0000 mgr.smithi079.gpuwcc (mgr.14180) 1436 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.ctqyne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne 2023-12-21T05:19:33.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:19:33.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne 2023-12-21T05:19:33.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne 2023-12-21T05:19:33.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:19:33.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne 2023-12-21T05:19:33.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.ctqyne ... 2023-12-21T05:19:33.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:19:33.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:19:33.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:19:33.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:19:33.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:19:33.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: cephadm 2023-12-21T05:19:32.210963+0000 mgr.smithi079.gpuwcc (mgr.14180) 1437 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.whnbhz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:19:33.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: cephadm 2023-12-21T05:19:32.213489+0000 mgr.smithi079.gpuwcc (mgr.14180) 1438 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:19:33.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: cluster 2023-12-21T05:19:32.214483+0000 mgr.smithi079.gpuwcc (mgr.14180) 1439 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 244 B/s rd, 0 op/s 2023-12-21T05:19:33.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: cluster 2023-12-21T05:19:32.296630+0000 mon.smithi079 (mon.0) 1021 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:19:33.746 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:33 smithi156 bash[28307]: audit 2023-12-21T05:19:33.192011+0000 mon.smithi079 (mon.0) 1022 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:19:34.206 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:19:34.207 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:18:23.790780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:28.283841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.aaoxde on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\nDeploy daemon haproxy.nfs.foo.smithi156.aaoxde ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.208065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ctqyne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\nDeploy daemon haproxy.nfs.foo.smithi079.ctqyne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.210828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.whnbhz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:19:34.936 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:19:35.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:35 smithi079 bash[24931]: audit 2023-12-21T05:19:34.198919+0000 mgr.smithi079.gpuwcc (mgr.14180) 1440 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:19:35.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:35 smithi079 bash[24931]: cluster 2023-12-21T05:19:34.214989+0000 mgr.smithi079.gpuwcc (mgr.14180) 1441 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-12-21T05:19:35.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:35 smithi156 bash[28307]: audit 2023-12-21T05:19:34.198919+0000 mgr.smithi079.gpuwcc (mgr.14180) 1440 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:19:35.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:35 smithi156 bash[28307]: cluster 2023-12-21T05:19:34.214989+0000 mgr.smithi079.gpuwcc (mgr.14180) 1441 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-12-21T05:19:35.937 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:19:37.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:37 smithi079 bash[24931]: cluster 2023-12-21T05:19:36.216448+0000 mgr.smithi079.gpuwcc (mgr.14180) 1442 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-12-21T05:19:37.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:37 smithi156 bash[28307]: cluster 2023-12-21T05:19:36.216448+0000 mgr.smithi079.gpuwcc (mgr.14180) 1442 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-12-21T05:19:38.944 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:19:38.944 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:18:23.790780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:28.283841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.aaoxde on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\nDeploy daemon haproxy.nfs.foo.smithi156.aaoxde ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.208065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ctqyne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\nDeploy daemon haproxy.nfs.foo.smithi079.ctqyne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.210828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.whnbhz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:19:39.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:39 smithi079 bash[24931]: cluster 2023-12-21T05:19:38.217378+0000 mgr.smithi079.gpuwcc (mgr.14180) 1443 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-12-21T05:19:39.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:19:39.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:39 smithi156 bash[28307]: cluster 2023-12-21T05:19:38.217378+0000 mgr.smithi079.gpuwcc (mgr.14180) 1443 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-12-21T05:19:40.608 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:19:40.621 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:40 smithi079 bash[24931]: audit 2023-12-21T05:19:38.939159+0000 mgr.smithi079.gpuwcc (mgr.14180) 1444 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:19:40.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:40 smithi156 bash[28307]: audit 2023-12-21T05:19:38.939159+0000 mgr.smithi079.gpuwcc (mgr.14180) 1444 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:19:41.619 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:41 smithi079 bash[24931]: cluster 2023-12-21T05:19:40.218726+0000 mgr.smithi079.gpuwcc (mgr.14180) 1445 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 405 B/s rd, 0 op/s 2023-12-21T05:19:41.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:41 smithi156 bash[28307]: cluster 2023-12-21T05:19:40.218726+0000 mgr.smithi079.gpuwcc (mgr.14180) 1445 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 405 B/s rd, 0 op/s 2023-12-21T05:19:43.560 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:43 smithi079 bash[24931]: cluster 2023-12-21T05:19:42.220015+0000 mgr.smithi079.gpuwcc (mgr.14180) 1446 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-12-21T05:19:43.652 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:19:43.652 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:18:23.790780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:28.283841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.aaoxde on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\nDeploy daemon haproxy.nfs.foo.smithi156.aaoxde ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.208065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ctqyne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\nDeploy daemon haproxy.nfs.foo.smithi079.ctqyne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.210828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.whnbhz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:19:43.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:43 smithi156 bash[28307]: cluster 2023-12-21T05:19:42.220015+0000 mgr.smithi079.gpuwcc (mgr.14180) 1446 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-12-21T05:19:44.438 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:19:45.439 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:19:45.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:45 smithi079 bash[24931]: audit 2023-12-21T05:19:43.641411+0000 mgr.smithi079.gpuwcc (mgr.14180) 1447 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:19:45.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:45 smithi079 bash[24931]: cluster 2023-12-21T05:19:44.220909+0000 mgr.smithi079.gpuwcc (mgr.14180) 1448 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:45.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:45 smithi156 bash[28307]: audit 2023-12-21T05:19:43.641411+0000 mgr.smithi079.gpuwcc (mgr.14180) 1447 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:19:45.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:45 smithi156 bash[28307]: cluster 2023-12-21T05:19:44.220909+0000 mgr.smithi079.gpuwcc (mgr.14180) 1448 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:47.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:47 smithi079 bash[24931]: cluster 2023-12-21T05:19:46.221698+0000 mgr.smithi079.gpuwcc (mgr.14180) 1449 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:47.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:47 smithi156 bash[28307]: cluster 2023-12-21T05:19:46.221698+0000 mgr.smithi079.gpuwcc (mgr.14180) 1449 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:48.579 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:19:48.579 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:18:23.790780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:28.283841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.aaoxde on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\nDeploy daemon haproxy.nfs.foo.smithi156.aaoxde ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.208065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ctqyne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\nDeploy daemon haproxy.nfs.foo.smithi079.ctqyne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.210828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.whnbhz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:19:49.350 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:19:49.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:49 smithi079 bash[24931]: cluster 2023-12-21T05:19:48.222414+0000 mgr.smithi079.gpuwcc (mgr.14180) 1450 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:49.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:49 smithi156 bash[28307]: cluster 2023-12-21T05:19:48.222414+0000 mgr.smithi079.gpuwcc (mgr.14180) 1450 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:50.351 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:19:50.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:50 smithi079 bash[24931]: audit 2023-12-21T05:19:48.570734+0000 mgr.smithi079.gpuwcc (mgr.14180) 1451 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:19:50.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:50 smithi156 bash[28307]: audit 2023-12-21T05:19:48.570734+0000 mgr.smithi079.gpuwcc (mgr.14180) 1451 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:19:51.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:51 smithi079 bash[24931]: cluster 2023-12-21T05:19:50.223653+0000 mgr.smithi079.gpuwcc (mgr.14180) 1452 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:19:51.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:51 smithi156 bash[28307]: cluster 2023-12-21T05:19:50.223653+0000 mgr.smithi079.gpuwcc (mgr.14180) 1452 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:19:52.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:52 smithi079 bash[24931]: cluster 2023-12-21T05:19:52.224757+0000 mgr.smithi079.gpuwcc (mgr.14180) 1453 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:52.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:52 smithi156 bash[28307]: cluster 2023-12-21T05:19:52.224757+0000 mgr.smithi079.gpuwcc (mgr.14180) 1453 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:53.562 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:19:53.562 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:18:23.790780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:28.283841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.aaoxde on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\nDeploy daemon haproxy.nfs.foo.smithi156.aaoxde ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.208065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ctqyne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\nDeploy daemon haproxy.nfs.foo.smithi079.ctqyne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.210828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.whnbhz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:19:54.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:19:55.352 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:19:55.552 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:55 smithi079 bash[24931]: audit 2023-12-21T05:19:53.557794+0000 mgr.smithi079.gpuwcc (mgr.14180) 1454 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:19:55.552 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:55 smithi079 bash[24931]: cluster 2023-12-21T05:19:54.225709+0000 mgr.smithi079.gpuwcc (mgr.14180) 1455 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:55.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:55 smithi156 bash[28307]: audit 2023-12-21T05:19:53.557794+0000 mgr.smithi079.gpuwcc (mgr.14180) 1454 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:19:55.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:55 smithi156 bash[28307]: cluster 2023-12-21T05:19:54.225709+0000 mgr.smithi079.gpuwcc (mgr.14180) 1455 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:57.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:57 smithi079 bash[24931]: cluster 2023-12-21T05:19:56.227092+0000 mgr.smithi079.gpuwcc (mgr.14180) 1456 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:57.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:57 smithi156 bash[28307]: cluster 2023-12-21T05:19:56.227092+0000 mgr.smithi079.gpuwcc (mgr.14180) 1456 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:58.443 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:19:58.443 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:18:23.790780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:28.283841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.aaoxde on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\nDeploy daemon haproxy.nfs.foo.smithi156.aaoxde ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.208065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ctqyne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\nDeploy daemon haproxy.nfs.foo.smithi079.ctqyne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.210828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.whnbhz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:19:59.216 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:19:59.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:19:59 smithi079 bash[24931]: cluster 2023-12-21T05:19:58.228085+0000 mgr.smithi079.gpuwcc (mgr.14180) 1457 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:19:59.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:19:59 smithi156 bash[28307]: cluster 2023-12-21T05:19:58.228085+0000 mgr.smithi079.gpuwcc (mgr.14180) 1457 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:00.218 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:20:00.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:00 smithi079 bash[24931]: audit 2023-12-21T05:19:58.432065+0000 mgr.smithi079.gpuwcc (mgr.14180) 1458 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:20:00.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:00 smithi079 bash[24931]: cluster 2023-12-21T05:20:00.000180+0000 mon.smithi079 (mon.0) 1023 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-12-21T05:20:00.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:00 smithi156 bash[28307]: audit 2023-12-21T05:19:58.432065+0000 mgr.smithi079.gpuwcc (mgr.14180) 1458 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:20:00.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:00 smithi156 bash[28307]: cluster 2023-12-21T05:20:00.000180+0000 mon.smithi079 (mon.0) 1023 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-12-21T05:20:01.710 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:01 smithi079 bash[24931]: cluster 2023-12-21T05:20:00.229209+0000 mgr.smithi079.gpuwcc (mgr.14180) 1459 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:20:01.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:01 smithi156 bash[28307]: cluster 2023-12-21T05:20:00.229209+0000 mgr.smithi079.gpuwcc (mgr.14180) 1459 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:20:03.456 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:20:03.457 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:18:23.790780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:28.283841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.aaoxde on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\nDeploy daemon haproxy.nfs.foo.smithi156.aaoxde ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.208065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ctqyne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\nDeploy daemon haproxy.nfs.foo.smithi079.ctqyne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.210828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.whnbhz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:20:03.560 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:03 smithi079 bash[24931]: cluster 2023-12-21T05:20:02.230336+0000 mgr.smithi079.gpuwcc (mgr.14180) 1460 : cluster [DBG] pgmap v939: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:03.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:03 smithi156 bash[28307]: cluster 2023-12-21T05:20:02.230336+0000 mgr.smithi079.gpuwcc (mgr.14180) 1460 : cluster [DBG] pgmap v939: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:04.263 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:20:05.264 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:20:05.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:05 smithi079 bash[24931]: audit 2023-12-21T05:20:03.447018+0000 mgr.smithi079.gpuwcc (mgr.14180) 1461 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:20:05.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:05 smithi079 bash[24931]: cluster 2023-12-21T05:20:04.231232+0000 mgr.smithi079.gpuwcc (mgr.14180) 1462 : cluster [DBG] pgmap v940: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:05.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:05 smithi156 bash[28307]: audit 2023-12-21T05:20:03.447018+0000 mgr.smithi079.gpuwcc (mgr.14180) 1461 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:20:05.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:05 smithi156 bash[28307]: cluster 2023-12-21T05:20:04.231232+0000 mgr.smithi079.gpuwcc (mgr.14180) 1462 : cluster [DBG] pgmap v940: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:07.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:07 smithi079 bash[24931]: cluster 2023-12-21T05:20:06.232020+0000 mgr.smithi079.gpuwcc (mgr.14180) 1463 : cluster [DBG] pgmap v941: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:07.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:07 smithi156 bash[28307]: cluster 2023-12-21T05:20:06.232020+0000 mgr.smithi079.gpuwcc (mgr.14180) 1463 : cluster [DBG] pgmap v941: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:08.289 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:20:08.289 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:18:23.790780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:28.283841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.aaoxde on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\nDeploy daemon haproxy.nfs.foo.smithi156.aaoxde ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.208065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ctqyne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\nDeploy daemon haproxy.nfs.foo.smithi079.ctqyne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.210828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.whnbhz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:20:09.046 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:20:09.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:09 smithi079 bash[24931]: cluster 2023-12-21T05:20:08.232829+0000 mgr.smithi079.gpuwcc (mgr.14180) 1464 : cluster [DBG] pgmap v942: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:09.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:09 smithi079 bash[24931]: audit 2023-12-21T05:20:08.281393+0000 mgr.smithi079.gpuwcc (mgr.14180) 1465 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:20:09.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:09 smithi156 bash[28307]: cluster 2023-12-21T05:20:08.232829+0000 mgr.smithi079.gpuwcc (mgr.14180) 1464 : cluster [DBG] pgmap v942: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:09.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:09 smithi156 bash[28307]: audit 2023-12-21T05:20:08.281393+0000 mgr.smithi079.gpuwcc (mgr.14180) 1465 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:20:10.048 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:20:11.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:11 smithi079 bash[24931]: cluster 2023-12-21T05:20:10.233857+0000 mgr.smithi079.gpuwcc (mgr.14180) 1466 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:20:11.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:11 smithi156 bash[28307]: cluster 2023-12-21T05:20:10.233857+0000 mgr.smithi079.gpuwcc (mgr.14180) 1466 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:20:13.146 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:20:13.146 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:18:23.790780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:28.283841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.aaoxde on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\nDeploy daemon haproxy.nfs.foo.smithi156.aaoxde ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.208065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ctqyne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\nDeploy daemon haproxy.nfs.foo.smithi079.ctqyne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.210828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.whnbhz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:20:13.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:13 smithi079 bash[24931]: cluster 2023-12-21T05:20:12.235075+0000 mgr.smithi079.gpuwcc (mgr.14180) 1467 : cluster [DBG] pgmap v944: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:13.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:13 smithi156 bash[28307]: cluster 2023-12-21T05:20:12.235075+0000 mgr.smithi079.gpuwcc (mgr.14180) 1467 : cluster [DBG] pgmap v944: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:13.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:20:14.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:14 smithi079 bash[24931]: audit 2023-12-21T05:20:13.134954+0000 mgr.smithi079.gpuwcc (mgr.14180) 1468 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:20:14.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:14 smithi156 bash[28307]: audit 2023-12-21T05:20:13.134954+0000 mgr.smithi079.gpuwcc (mgr.14180) 1468 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:20:14.901 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:20:15.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:15 smithi079 bash[24931]: cluster 2023-12-21T05:20:14.236016+0000 mgr.smithi079.gpuwcc (mgr.14180) 1469 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:15.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:15 smithi156 bash[28307]: cluster 2023-12-21T05:20:14.236016+0000 mgr.smithi079.gpuwcc (mgr.14180) 1469 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:17.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:17 smithi079 bash[24931]: cluster 2023-12-21T05:20:16.237661+0000 mgr.smithi079.gpuwcc (mgr.14180) 1470 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:17.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:17 smithi156 bash[28307]: cluster 2023-12-21T05:20:16.237661+0000 mgr.smithi079.gpuwcc (mgr.14180) 1470 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:17.975 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:20:17.975 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:18:23.790780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:28.283841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.aaoxde on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\nDeploy daemon haproxy.nfs.foo.smithi156.aaoxde ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.208065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ctqyne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\nDeploy daemon haproxy.nfs.foo.smithi079.ctqyne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.210828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.whnbhz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:20:18.759 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:20:19.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:19 smithi079 bash[24931]: audit 2023-12-21T05:20:17.965354+0000 mgr.smithi079.gpuwcc (mgr.14180) 1471 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:20:19.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:19 smithi079 bash[24931]: cluster 2023-12-21T05:20:18.238526+0000 mgr.smithi079.gpuwcc (mgr.14180) 1472 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:19.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:19 smithi156 bash[28307]: audit 2023-12-21T05:20:17.965354+0000 mgr.smithi079.gpuwcc (mgr.14180) 1471 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:20:19.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:19 smithi156 bash[28307]: cluster 2023-12-21T05:20:18.238526+0000 mgr.smithi079.gpuwcc (mgr.14180) 1472 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:19.759 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:20:21.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:21 smithi079 bash[24931]: cluster 2023-12-21T05:20:20.239792+0000 mgr.smithi079.gpuwcc (mgr.14180) 1473 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:20:21.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:21 smithi156 bash[28307]: cluster 2023-12-21T05:20:20.239792+0000 mgr.smithi079.gpuwcc (mgr.14180) 1473 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:20:22.923 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:20:22.923 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:18:23.790780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:28.283841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.aaoxde on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\nDeploy daemon haproxy.nfs.foo.smithi156.aaoxde ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.208065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ctqyne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\nDeploy daemon haproxy.nfs.foo.smithi079.ctqyne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.210828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.whnbhz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:20:23.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:23 smithi079 bash[24931]: cluster 2023-12-21T05:20:22.240931+0000 mgr.smithi079.gpuwcc (mgr.14180) 1474 : cluster [DBG] pgmap v949: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:23.636 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:20:23.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:23 smithi156 bash[28307]: cluster 2023-12-21T05:20:22.240931+0000 mgr.smithi079.gpuwcc (mgr.14180) 1474 : cluster [DBG] pgmap v949: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:24.637 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:20:24.648 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:24 smithi079 bash[24931]: audit 2023-12-21T05:20:22.913447+0000 mgr.smithi079.gpuwcc (mgr.14180) 1475 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:20:24.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:24 smithi156 bash[28307]: audit 2023-12-21T05:20:22.913447+0000 mgr.smithi079.gpuwcc (mgr.14180) 1475 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:20:25.709 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:25 smithi079 bash[24931]: cluster 2023-12-21T05:20:24.241860+0000 mgr.smithi079.gpuwcc (mgr.14180) 1476 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:25.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:25 smithi156 bash[28307]: cluster 2023-12-21T05:20:24.241860+0000 mgr.smithi079.gpuwcc (mgr.14180) 1476 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:27.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:27 smithi079 bash[24931]: cluster 2023-12-21T05:20:26.243280+0000 mgr.smithi079.gpuwcc (mgr.14180) 1477 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:27.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:27 smithi156 bash[28307]: cluster 2023-12-21T05:20:26.243280+0000 mgr.smithi079.gpuwcc (mgr.14180) 1477 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:27.849 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:20:27.849 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:18:23.790780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:28.283841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.aaoxde on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\nDeploy daemon haproxy.nfs.foo.smithi156.aaoxde ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.208065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ctqyne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\nDeploy daemon haproxy.nfs.foo.smithi079.ctqyne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.210828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.whnbhz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:20:28.617 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:20:29.619 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:20:29.631 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:29 smithi079 bash[24931]: audit 2023-12-21T05:20:27.840499+0000 mgr.smithi079.gpuwcc (mgr.14180) 1478 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:20:29.631 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:29 smithi079 bash[24931]: cluster 2023-12-21T05:20:28.243874+0000 mgr.smithi079.gpuwcc (mgr.14180) 1479 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:29.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:29 smithi156 bash[28307]: audit 2023-12-21T05:20:27.840499+0000 mgr.smithi079.gpuwcc (mgr.14180) 1478 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:20:29.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:29 smithi156 bash[28307]: cluster 2023-12-21T05:20:28.243874+0000 mgr.smithi079.gpuwcc (mgr.14180) 1479 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:31.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:31 smithi079 bash[24931]: cluster 2023-12-21T05:20:30.245116+0000 mgr.smithi079.gpuwcc (mgr.14180) 1480 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:20:31.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:31 smithi156 bash[28307]: cluster 2023-12-21T05:20:30.245116+0000 mgr.smithi079.gpuwcc (mgr.14180) 1480 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:20:32.731 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:32 smithi079 bash[24931]: audit 2023-12-21T05:20:32.218809+0000 mon.smithi079 (mon.0) 1024 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:20:32.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:32 smithi156 bash[28307]: audit 2023-12-21T05:20:32.218809+0000 mon.smithi079 (mon.0) 1024 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:20:32.880 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:20:32.880 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:18:23.790780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uokyto on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:28.283841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.aaoxde on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\nDeploy daemon haproxy.nfs.foo.smithi156.aaoxde ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.208065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ctqyne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\nDeploy daemon haproxy.nfs.foo.smithi079.ctqyne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.210828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.whnbhz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:20:33.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:33 smithi079 bash[24931]: cluster 2023-12-21T05:20:32.246184+0000 mgr.smithi079.gpuwcc (mgr.14180) 1481 : cluster [DBG] pgmap v954: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:33.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:33 smithi079 bash[24931]: audit 2023-12-21T05:20:32.497487+0000 mon.smithi079 (mon.0) 1025 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:20:33.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:33 smithi079 bash[24931]: audit 2023-12-21T05:20:32.782730+0000 mon.smithi079 (mon.0) 1026 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:20:33.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:33 smithi079 bash[24931]: audit 2023-12-21T05:20:32.783723+0000 mon.smithi079 (mon.0) 1027 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:20:33.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:33 smithi079 bash[24931]: audit 2023-12-21T05:20:32.790838+0000 mon.smithi079 (mon.0) 1028 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:20:33.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:33 smithi079 bash[24931]: audit 2023-12-21T05:20:32.799892+0000 mon.smithi079 (mon.0) 1029 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:20:33.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:33 smithi079 bash[24931]: audit 2023-12-21T05:20:32.811376+0000 mon.smithi079 (mon.0) 1030 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:20:33.626 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:20:33.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:33 smithi156 bash[28307]: cluster 2023-12-21T05:20:32.246184+0000 mgr.smithi079.gpuwcc (mgr.14180) 1481 : cluster [DBG] pgmap v954: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:33.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:33 smithi156 bash[28307]: audit 2023-12-21T05:20:32.497487+0000 mon.smithi079 (mon.0) 1025 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:20:33.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:33 smithi156 bash[28307]: audit 2023-12-21T05:20:32.782730+0000 mon.smithi079 (mon.0) 1026 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:20:33.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:33 smithi156 bash[28307]: audit 2023-12-21T05:20:32.783723+0000 mon.smithi079 (mon.0) 1027 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:20:33.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:33 smithi156 bash[28307]: audit 2023-12-21T05:20:32.790838+0000 mon.smithi079 (mon.0) 1028 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:20:33.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:33 smithi156 bash[28307]: audit 2023-12-21T05:20:32.799892+0000 mon.smithi079 (mon.0) 1029 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:20:33.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:33 smithi156 bash[28307]: audit 2023-12-21T05:20:32.811376+0000 mon.smithi079 (mon.0) 1030 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:20:34.548 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:34 smithi156 bash[28307]: cluster 2023-12-21T05:20:32.791580+0000 mgr.smithi079.gpuwcc (mgr.14180) 1482 : cluster [DBG] pgmap v955: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T05:20:34.548 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:34 smithi156 bash[28307]: cephadm 2023-12-21T05:20:32.814819+0000 mgr.smithi079.gpuwcc (mgr.14180) 1483 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.wqetke on smithi156 2023-12-21T05:20:34.548 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:34 smithi156 bash[28307]: audit 2023-12-21T05:20:32.876008+0000 mgr.smithi079.gpuwcc (mgr.14180) 1484 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:20:34.548 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:34 smithi156 bash[28307]: cluster 2023-12-21T05:20:33.787530+0000 mon.smithi079 (mon.0) 1031 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:20:34.548 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:34 smithi156 bash[28307]: cluster 2023-12-21T05:20:33.787594+0000 mon.smithi079 (mon.0) 1032 : cluster [INF] Cluster is now healthy 2023-12-21T05:20:34.627 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:20:34.639 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:34 smithi079 bash[24931]: cluster 2023-12-21T05:20:32.791580+0000 mgr.smithi079.gpuwcc (mgr.14180) 1482 : cluster [DBG] pgmap v955: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T05:20:34.639 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:34 smithi079 bash[24931]: cephadm 2023-12-21T05:20:32.814819+0000 mgr.smithi079.gpuwcc (mgr.14180) 1483 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.wqetke on smithi156 2023-12-21T05:20:34.639 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:34 smithi079 bash[24931]: audit 2023-12-21T05:20:32.876008+0000 mgr.smithi079.gpuwcc (mgr.14180) 1484 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:20:34.639 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:34 smithi079 bash[24931]: cluster 2023-12-21T05:20:33.787530+0000 mon.smithi079 (mon.0) 1031 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:20:34.639 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:34 smithi079 bash[24931]: cluster 2023-12-21T05:20:33.787594+0000 mon.smithi079 (mon.0) 1032 : cluster [INF] Cluster is now healthy 2023-12-21T05:20:35.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:35 smithi079 bash[24931]: cluster 2023-12-21T05:20:34.792020+0000 mgr.smithi079.gpuwcc (mgr.14180) 1485 : cluster [DBG] pgmap v956: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T05:20:35.982 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:35 smithi079 bash[24931]: audit 2023-12-21T05:20:34.863040+0000 mon.smithi079 (mon.0) 1033 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:20:36.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:35 smithi156 bash[28307]: cluster 2023-12-21T05:20:34.792020+0000 mgr.smithi079.gpuwcc (mgr.14180) 1485 : cluster [DBG] pgmap v956: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T05:20:36.240 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:35 smithi156 bash[28307]: audit 2023-12-21T05:20:34.863040+0000 mon.smithi079 (mon.0) 1033 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:20:37.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:37 smithi079 bash[24931]: audit 2023-12-21T05:20:36.924395+0000 mon.smithi079 (mon.0) 1034 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.wqetke"}]: dispatch 2023-12-21T05:20:37.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:37 smithi156 bash[28307]: audit 2023-12-21T05:20:36.924395+0000 mon.smithi079 (mon.0) 1034 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.wqetke"}]: dispatch 2023-12-21T05:20:37.760 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:20:37.760 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:19:28.283841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.aaoxde on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-aaoxde\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.aaoxde\nDeploy daemon haproxy.nfs.foo.smithi156.aaoxde ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.208065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.ctqyne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-ctqyne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.ctqyne\nDeploy daemon haproxy.nfs.foo.smithi079.ctqyne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:19:32.210828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.whnbhz on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:36.925489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wqetke on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\nDeploy daemon haproxy.nfs.foo.smithi156.wqetke ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:20:38.594 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: cluster 2023-12-21T05:20:36.792946+0000 mgr.smithi079.gpuwcc (mgr.14180) 1486 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T05:20:38.594 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: cephadm 2023-12-21T05:20:36.923469+0000 mgr.smithi079.gpuwcc (mgr.14180) 1487 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke 2023-12-21T05:20:38.595 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:20:38.595 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke 2023-12-21T05:20:38.595 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke 2023-12-21T05:20:38.595 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:20:38.595 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke 2023-12-21T05:20:38.595 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.wqetke ... 2023-12-21T05:20:38.595 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:20:38.595 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:20:38.595 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:20:38.595 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:20:38.595 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:20:38.595 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:20:38.596 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:20:38.596 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:20:38.596 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:20:38.596 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:20:38.596 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke 2023-12-21T05:20:38.596 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:20:38.596 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke 2023-12-21T05:20:38.596 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke 2023-12-21T05:20:38.596 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:20:38.596 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke 2023-12-21T05:20:38.596 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.wqetke ... 2023-12-21T05:20:38.596 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:20:38.596 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:20:38.596 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:20:38.596 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:20:38.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:20:38.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: cephadm 2023-12-21T05:20:36.923904+0000 mgr.smithi079.gpuwcc (mgr.14180) 1488 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.wqetke 2023-12-21T05:20:38.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: cephadm 2023-12-21T05:20:36.925622+0000 mgr.smithi079.gpuwcc (mgr.14180) 1489 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.wqetke on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke 2023-12-21T05:20:38.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:20:38.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke 2023-12-21T05:20:38.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke 2023-12-21T05:20:38.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:20:38.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke 2023-12-21T05:20:38.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.wqetke ... 2023-12-21T05:20:38.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:20:38.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:20:38.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:20:38.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:20:38.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:20:38.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:38 smithi079 bash[24931]: cephadm 2023-12-21T05:20:36.927969+0000 mgr.smithi079.gpuwcc (mgr.14180) 1490 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.zfqqxz on smithi079 2023-12-21T05:20:38.599 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:20:38.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: cluster 2023-12-21T05:20:36.792946+0000 mgr.smithi079.gpuwcc (mgr.14180) 1486 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T05:20:38.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: cephadm 2023-12-21T05:20:36.923469+0000 mgr.smithi079.gpuwcc (mgr.14180) 1487 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke 2023-12-21T05:20:38.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:20:38.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke 2023-12-21T05:20:38.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke 2023-12-21T05:20:38.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:20:38.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke 2023-12-21T05:20:38.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.wqetke ... 2023-12-21T05:20:38.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:20:38.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:20:38.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:20:38.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:20:38.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:20:38.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:20:38.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:20:38.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:20:38.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:20:38.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:20:38.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke 2023-12-21T05:20:38.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:20:38.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke 2023-12-21T05:20:38.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke 2023-12-21T05:20:38.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:20:38.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke 2023-12-21T05:20:38.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.wqetke ... 2023-12-21T05:20:38.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:20:38.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:20:38.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:20:38.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:20:38.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:20:38.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: cephadm 2023-12-21T05:20:36.923904+0000 mgr.smithi079.gpuwcc (mgr.14180) 1488 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.wqetke 2023-12-21T05:20:38.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: cephadm 2023-12-21T05:20:36.925622+0000 mgr.smithi079.gpuwcc (mgr.14180) 1489 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.wqetke on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke 2023-12-21T05:20:38.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:20:38.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke 2023-12-21T05:20:38.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke 2023-12-21T05:20:38.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:20:38.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke 2023-12-21T05:20:38.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.wqetke ... 2023-12-21T05:20:38.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:20:38.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:20:38.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:20:38.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:20:38.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:20:38.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:38 smithi156 bash[28307]: cephadm 2023-12-21T05:20:36.927969+0000 mgr.smithi079.gpuwcc (mgr.14180) 1490 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.zfqqxz on smithi079 2023-12-21T05:20:39.599 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:20:39.612 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:39 smithi079 bash[24931]: audit 2023-12-21T05:20:37.752530+0000 mgr.smithi079.gpuwcc (mgr.14180) 1491 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:20:39.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:39 smithi156 bash[28307]: audit 2023-12-21T05:20:37.752530+0000 mgr.smithi079.gpuwcc (mgr.14180) 1491 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:20:40.713 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:40 smithi079 bash[24931]: cluster 2023-12-21T05:20:38.793612+0000 mgr.smithi079.gpuwcc (mgr.14180) 1492 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T05:20:40.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:40 smithi156 bash[28307]: cluster 2023-12-21T05:20:38.793612+0000 mgr.smithi079.gpuwcc (mgr.14180) 1492 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T05:20:41.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:41 smithi079 bash[24931]: audit 2023-12-21T05:20:40.832583+0000 mon.smithi079 (mon.0) 1035 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.zfqqxz"}]: dispatch 2023-12-21T05:20:41.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:41 smithi156 bash[28307]: audit 2023-12-21T05:20:40.832583+0000 mon.smithi079 (mon.0) 1035 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.zfqqxz"}]: dispatch 2023-12-21T05:20:42.545 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: cluster 2023-12-21T05:20:40.794656+0000 mgr.smithi079.gpuwcc (mgr.14180) 1493 : cluster [DBG] pgmap v959: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T05:20:42.545 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: cephadm 2023-12-21T05:20:40.831525+0000 mgr.smithi079.gpuwcc (mgr.14180) 1494 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz 2023-12-21T05:20:42.545 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:20:42.545 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz 2023-12-21T05:20:42.545 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz 2023-12-21T05:20:42.546 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:20:42.546 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz 2023-12-21T05:20:42.546 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.zfqqxz ... 2023-12-21T05:20:42.546 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:20:42.546 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:20:42.546 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:20:42.546 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:20:42.546 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:20:42.546 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:20:42.546 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:20:42.546 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:20:42.546 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:20:42.547 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:20:42.547 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz 2023-12-21T05:20:42.547 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:20:42.547 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz 2023-12-21T05:20:42.547 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz 2023-12-21T05:20:42.547 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:20:42.547 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz 2023-12-21T05:20:42.547 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.zfqqxz ... 2023-12-21T05:20:42.547 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:20:42.547 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:20:42.547 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:20:42.547 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:20:42.547 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:20:42.548 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: cephadm 2023-12-21T05:20:40.831956+0000 mgr.smithi079.gpuwcc (mgr.14180) 1495 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.zfqqxz 2023-12-21T05:20:42.548 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: cephadm 2023-12-21T05:20:40.833970+0000 mgr.smithi079.gpuwcc (mgr.14180) 1496 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.zfqqxz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz 2023-12-21T05:20:42.548 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:20:42.548 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz 2023-12-21T05:20:42.548 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz 2023-12-21T05:20:42.548 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:20:42.548 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz 2023-12-21T05:20:42.548 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.zfqqxz ... 2023-12-21T05:20:42.548 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:20:42.548 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:20:42.548 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:20:42.548 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:20:42.549 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:20:42.549 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: cephadm 2023-12-21T05:20:40.837146+0000 mgr.smithi079.gpuwcc (mgr.14180) 1497 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.lsqcxg on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:20:42.549 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: cephadm 2023-12-21T05:20:40.840193+0000 mgr.smithi079.gpuwcc (mgr.14180) 1498 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.grcrbo on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:20:42.549 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: cluster 2023-12-21T05:20:40.841124+0000 mgr.smithi079.gpuwcc (mgr.14180) 1499 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 238 B/s rd, 0 op/s 2023-12-21T05:20:42.549 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:42 smithi079 bash[24931]: cluster 2023-12-21T05:20:41.270435+0000 mon.smithi079 (mon.0) 1036 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:20:42.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: cluster 2023-12-21T05:20:40.794656+0000 mgr.smithi079.gpuwcc (mgr.14180) 1493 : cluster [DBG] pgmap v959: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-21T05:20:42.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: cephadm 2023-12-21T05:20:40.831525+0000 mgr.smithi079.gpuwcc (mgr.14180) 1494 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz 2023-12-21T05:20:42.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:20:42.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz 2023-12-21T05:20:42.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz 2023-12-21T05:20:42.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:20:42.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz 2023-12-21T05:20:42.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.zfqqxz ... 2023-12-21T05:20:42.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:20:42.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:20:42.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:20:42.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:20:42.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:20:42.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:20:42.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:20:42.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:20:42.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:20:42.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:20:42.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz 2023-12-21T05:20:42.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:20:42.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz 2023-12-21T05:20:42.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz 2023-12-21T05:20:42.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:20:42.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz 2023-12-21T05:20:42.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.zfqqxz ... 2023-12-21T05:20:42.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:20:42.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:20:42.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:20:42.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:20:42.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:20:42.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: cephadm 2023-12-21T05:20:40.831956+0000 mgr.smithi079.gpuwcc (mgr.14180) 1495 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.zfqqxz 2023-12-21T05:20:42.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: cephadm 2023-12-21T05:20:40.833970+0000 mgr.smithi079.gpuwcc (mgr.14180) 1496 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.zfqqxz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz 2023-12-21T05:20:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:20:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz 2023-12-21T05:20:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz 2023-12-21T05:20:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:20:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz 2023-12-21T05:20:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.zfqqxz ... 2023-12-21T05:20:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:20:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:20:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:20:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:20:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:20:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: cephadm 2023-12-21T05:20:40.837146+0000 mgr.smithi079.gpuwcc (mgr.14180) 1497 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.lsqcxg on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:20:42.744 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: cephadm 2023-12-21T05:20:40.840193+0000 mgr.smithi079.gpuwcc (mgr.14180) 1498 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.grcrbo on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:20:42.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: cluster 2023-12-21T05:20:40.841124+0000 mgr.smithi079.gpuwcc (mgr.14180) 1499 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 238 B/s rd, 0 op/s 2023-12-21T05:20:42.745 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:42 smithi156 bash[28307]: cluster 2023-12-21T05:20:41.270435+0000 mon.smithi079 (mon.0) 1036 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:20:42.920 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:20:42.920 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:36.925489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wqetke on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\nDeploy daemon haproxy.nfs.foo.smithi156.wqetke ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.833694Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zfqqxz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\nDeploy daemon haproxy.nfs.foo.smithi079.zfqqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.836973Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.lsqcxg on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:40.840035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.grcrbo on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:20:43.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:20:44.549 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:44 smithi156 bash[28307]: cluster 2023-12-21T05:20:42.842182+0000 mgr.smithi079.gpuwcc (mgr.14180) 1500 : cluster [DBG] pgmap v961: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T05:20:44.549 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:44 smithi156 bash[28307]: audit 2023-12-21T05:20:42.915757+0000 mgr.smithi079.gpuwcc (mgr.14180) 1501 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:20:44.549 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:44 smithi156 bash[28307]: audit 2023-12-21T05:20:43.239217+0000 mon.smithi079 (mon.0) 1037 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:20:44.692 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:20:44.705 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:44 smithi079 bash[24931]: cluster 2023-12-21T05:20:42.842182+0000 mgr.smithi079.gpuwcc (mgr.14180) 1500 : cluster [DBG] pgmap v961: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T05:20:44.705 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:44 smithi079 bash[24931]: audit 2023-12-21T05:20:42.915757+0000 mgr.smithi079.gpuwcc (mgr.14180) 1501 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:20:44.705 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:44 smithi079 bash[24931]: audit 2023-12-21T05:20:43.239217+0000 mon.smithi079 (mon.0) 1037 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:20:46.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:46 smithi079 bash[24931]: cluster 2023-12-21T05:20:44.843200+0000 mgr.smithi079.gpuwcc (mgr.14180) 1502 : cluster [DBG] pgmap v962: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T05:20:46.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:46 smithi156 bash[28307]: cluster 2023-12-21T05:20:44.843200+0000 mgr.smithi079.gpuwcc (mgr.14180) 1502 : cluster [DBG] pgmap v962: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T05:20:47.885 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:20:47.885 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:36.925489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wqetke on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\nDeploy daemon haproxy.nfs.foo.smithi156.wqetke ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.833694Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zfqqxz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\nDeploy daemon haproxy.nfs.foo.smithi079.zfqqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.836973Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.lsqcxg on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:40.840035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.grcrbo on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:20:48.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:48 smithi079 bash[24931]: cluster 2023-12-21T05:20:46.844136+0000 mgr.smithi079.gpuwcc (mgr.14180) 1503 : cluster [DBG] pgmap v963: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T05:20:48.609 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:20:48.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:48 smithi156 bash[28307]: cluster 2023-12-21T05:20:46.844136+0000 mgr.smithi079.gpuwcc (mgr.14180) 1503 : cluster [DBG] pgmap v963: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T05:20:49.610 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:20:49.623 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:49 smithi079 bash[24931]: audit 2023-12-21T05:20:47.876703+0000 mgr.smithi079.gpuwcc (mgr.14180) 1504 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:20:49.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:49 smithi156 bash[28307]: audit 2023-12-21T05:20:47.876703+0000 mgr.smithi079.gpuwcc (mgr.14180) 1504 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:20:50.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:50 smithi079 bash[24931]: cluster 2023-12-21T05:20:48.845006+0000 mgr.smithi079.gpuwcc (mgr.14180) 1505 : cluster [DBG] pgmap v964: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T05:20:50.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:50 smithi079 bash[24931]: audit 2023-12-21T05:20:49.861332+0000 mon.smithi079 (mon.0) 1038 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:20:50.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:50 smithi156 bash[28307]: cluster 2023-12-21T05:20:48.845006+0000 mgr.smithi079.gpuwcc (mgr.14180) 1505 : cluster [DBG] pgmap v964: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T05:20:50.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:50 smithi156 bash[28307]: audit 2023-12-21T05:20:49.861332+0000 mon.smithi079 (mon.0) 1038 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:20:52.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:52 smithi079 bash[24931]: cluster 2023-12-21T05:20:50.846384+0000 mgr.smithi079.gpuwcc (mgr.14180) 1506 : cluster [DBG] pgmap v965: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T05:20:52.588 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:20:52.588 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:36.925489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wqetke on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\nDeploy daemon haproxy.nfs.foo.smithi156.wqetke ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.833694Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zfqqxz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\nDeploy daemon haproxy.nfs.foo.smithi079.zfqqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.836973Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.lsqcxg on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:40.840035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.grcrbo on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:20:52.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:52 smithi156 bash[28307]: cluster 2023-12-21T05:20:50.846384+0000 mgr.smithi079.gpuwcc (mgr.14180) 1506 : cluster [DBG] pgmap v965: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T05:20:53.294 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:20:54.295 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:20:54.548 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:54 smithi156 bash[28307]: audit 2023-12-21T05:20:52.583838+0000 mgr.smithi079.gpuwcc (mgr.14180) 1507 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:20:54.548 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:54 smithi156 bash[28307]: cluster 2023-12-21T05:20:52.847711+0000 mgr.smithi079.gpuwcc (mgr.14180) 1508 : cluster [DBG] pgmap v966: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:54.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:54 smithi079 bash[24931]: audit 2023-12-21T05:20:52.583838+0000 mgr.smithi079.gpuwcc (mgr.14180) 1507 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:20:54.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:54 smithi079 bash[24931]: cluster 2023-12-21T05:20:52.847711+0000 mgr.smithi079.gpuwcc (mgr.14180) 1508 : cluster [DBG] pgmap v966: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:56.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:56 smithi079 bash[24931]: cluster 2023-12-21T05:20:54.848662+0000 mgr.smithi079.gpuwcc (mgr.14180) 1509 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:56.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:56 smithi156 bash[28307]: cluster 2023-12-21T05:20:54.848662+0000 mgr.smithi079.gpuwcc (mgr.14180) 1509 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:57.448 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:20:57.448 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:36.925489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wqetke on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\nDeploy daemon haproxy.nfs.foo.smithi156.wqetke ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.833694Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zfqqxz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\nDeploy daemon haproxy.nfs.foo.smithi079.zfqqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.836973Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.lsqcxg on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:40.840035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.grcrbo on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:20:58.216 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:20:58.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:58 smithi079 bash[24931]: cluster 2023-12-21T05:20:56.850140+0000 mgr.smithi079.gpuwcc (mgr.14180) 1510 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:58.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:58 smithi156 bash[28307]: cluster 2023-12-21T05:20:56.850140+0000 mgr.smithi079.gpuwcc (mgr.14180) 1510 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:20:59.216 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:20:59.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:20:59 smithi079 bash[24931]: audit 2023-12-21T05:20:57.439041+0000 mgr.smithi079.gpuwcc (mgr.14180) 1511 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:20:59.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:20:59 smithi156 bash[28307]: audit 2023-12-21T05:20:57.439041+0000 mgr.smithi079.gpuwcc (mgr.14180) 1511 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:21:00.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:00 smithi079 bash[24931]: cluster 2023-12-21T05:20:58.851074+0000 mgr.smithi079.gpuwcc (mgr.14180) 1512 : cluster [DBG] pgmap v969: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:00.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:00 smithi156 bash[28307]: cluster 2023-12-21T05:20:58.851074+0000 mgr.smithi079.gpuwcc (mgr.14180) 1512 : cluster [DBG] pgmap v969: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:02.279 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:21:02.279 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:36.925489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wqetke on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\nDeploy daemon haproxy.nfs.foo.smithi156.wqetke ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.833694Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zfqqxz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\nDeploy daemon haproxy.nfs.foo.smithi079.zfqqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.836973Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.lsqcxg on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:40.840035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.grcrbo on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:21:02.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:02 smithi079 bash[24931]: cluster 2023-12-21T05:21:00.852084+0000 mgr.smithi079.gpuwcc (mgr.14180) 1513 : cluster [DBG] pgmap v970: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:21:02.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:02 smithi156 bash[28307]: cluster 2023-12-21T05:21:00.852084+0000 mgr.smithi079.gpuwcc (mgr.14180) 1513 : cluster [DBG] pgmap v970: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:21:03.028 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:21:03.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:03 smithi079 bash[24931]: audit 2023-12-21T05:21:02.269881+0000 mgr.smithi079.gpuwcc (mgr.14180) 1514 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:21:03.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:03 smithi156 bash[28307]: audit 2023-12-21T05:21:02.269881+0000 mgr.smithi079.gpuwcc (mgr.14180) 1514 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:21:04.029 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:21:04.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:04 smithi079 bash[24931]: cluster 2023-12-21T05:21:02.852975+0000 mgr.smithi079.gpuwcc (mgr.14180) 1515 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:04.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:04 smithi156 bash[28307]: cluster 2023-12-21T05:21:02.852975+0000 mgr.smithi079.gpuwcc (mgr.14180) 1515 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:06.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:06 smithi079 bash[24931]: cluster 2023-12-21T05:21:04.854008+0000 mgr.smithi079.gpuwcc (mgr.14180) 1516 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:06.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:06 smithi156 bash[28307]: cluster 2023-12-21T05:21:04.854008+0000 mgr.smithi079.gpuwcc (mgr.14180) 1516 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:07.203 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:21:07.203 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:36.925489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wqetke on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\nDeploy daemon haproxy.nfs.foo.smithi156.wqetke ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.833694Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zfqqxz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\nDeploy daemon haproxy.nfs.foo.smithi079.zfqqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.836973Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.lsqcxg on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:40.840035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.grcrbo on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:21:07.955 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:21:08.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:08 smithi079 bash[24931]: cluster 2023-12-21T05:21:06.855521+0000 mgr.smithi079.gpuwcc (mgr.14180) 1517 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:08.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:08 smithi079 bash[24931]: audit 2023-12-21T05:21:07.193117+0000 mgr.smithi079.gpuwcc (mgr.14180) 1518 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:21:08.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:08 smithi156 bash[28307]: cluster 2023-12-21T05:21:06.855521+0000 mgr.smithi079.gpuwcc (mgr.14180) 1517 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:08.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:08 smithi156 bash[28307]: audit 2023-12-21T05:21:07.193117+0000 mgr.smithi079.gpuwcc (mgr.14180) 1518 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:21:08.956 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:21:10.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:10 smithi079 bash[24931]: cluster 2023-12-21T05:21:08.856481+0000 mgr.smithi079.gpuwcc (mgr.14180) 1519 : cluster [DBG] pgmap v974: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:10.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:10 smithi156 bash[28307]: cluster 2023-12-21T05:21:08.856481+0000 mgr.smithi079.gpuwcc (mgr.14180) 1519 : cluster [DBG] pgmap v974: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:12.070 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:21:12.071 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:36.925489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wqetke on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\nDeploy daemon haproxy.nfs.foo.smithi156.wqetke ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.833694Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zfqqxz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\nDeploy daemon haproxy.nfs.foo.smithi079.zfqqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.836973Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.lsqcxg on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:40.840035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.grcrbo on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:21:12.481 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:12 smithi079 bash[24931]: cluster 2023-12-21T05:21:10.857430+0000 mgr.smithi079.gpuwcc (mgr.14180) 1520 : cluster [DBG] pgmap v975: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:21:12.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:12 smithi156 bash[28307]: cluster 2023-12-21T05:21:10.857430+0000 mgr.smithi079.gpuwcc (mgr.14180) 1520 : cluster [DBG] pgmap v975: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:21:12.921 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:21:13.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:13 smithi079 bash[24931]: audit 2023-12-21T05:21:12.062437+0000 mgr.smithi079.gpuwcc (mgr.14180) 1521 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:21:13.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:13 smithi156 bash[28307]: audit 2023-12-21T05:21:12.062437+0000 mgr.smithi079.gpuwcc (mgr.14180) 1521 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:21:13.922 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:21:14.483 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:14 smithi079 bash[24931]: cluster 2023-12-21T05:21:12.858665+0000 mgr.smithi079.gpuwcc (mgr.14180) 1522 : cluster [DBG] pgmap v976: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:14.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:14 smithi156 bash[28307]: cluster 2023-12-21T05:21:12.858665+0000 mgr.smithi079.gpuwcc (mgr.14180) 1522 : cluster [DBG] pgmap v976: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:16.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:16 smithi079 bash[24931]: cluster 2023-12-21T05:21:14.859653+0000 mgr.smithi079.gpuwcc (mgr.14180) 1523 : cluster [DBG] pgmap v977: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:16.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:16 smithi156 bash[28307]: cluster 2023-12-21T05:21:14.859653+0000 mgr.smithi079.gpuwcc (mgr.14180) 1523 : cluster [DBG] pgmap v977: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:17.115 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:21:17.116 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:36.925489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wqetke on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\nDeploy daemon haproxy.nfs.foo.smithi156.wqetke ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.833694Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zfqqxz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\nDeploy daemon haproxy.nfs.foo.smithi079.zfqqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.836973Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.lsqcxg on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:40.840035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.grcrbo on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:21:17.853 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:21:18.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:18 smithi079 bash[24931]: cluster 2023-12-21T05:21:16.860974+0000 mgr.smithi079.gpuwcc (mgr.14180) 1524 : cluster [DBG] pgmap v978: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:18.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:18 smithi079 bash[24931]: audit 2023-12-21T05:21:17.105994+0000 mgr.smithi079.gpuwcc (mgr.14180) 1525 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:21:18.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:18 smithi156 bash[28307]: cluster 2023-12-21T05:21:16.860974+0000 mgr.smithi079.gpuwcc (mgr.14180) 1524 : cluster [DBG] pgmap v978: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:18.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:18 smithi156 bash[28307]: audit 2023-12-21T05:21:17.105994+0000 mgr.smithi079.gpuwcc (mgr.14180) 1525 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:21:18.854 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:21:20.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:20 smithi079 bash[24931]: cluster 2023-12-21T05:21:18.861878+0000 mgr.smithi079.gpuwcc (mgr.14180) 1526 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:20.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:20 smithi156 bash[28307]: cluster 2023-12-21T05:21:18.861878+0000 mgr.smithi079.gpuwcc (mgr.14180) 1526 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:21.887 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:21:21.888 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:36.925489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wqetke on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\nDeploy daemon haproxy.nfs.foo.smithi156.wqetke ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.833694Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zfqqxz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\nDeploy daemon haproxy.nfs.foo.smithi079.zfqqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.836973Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.lsqcxg on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:40.840035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.grcrbo on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:21:22.484 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:22 smithi079 bash[24931]: cluster 2023-12-21T05:21:20.863165+0000 mgr.smithi079.gpuwcc (mgr.14180) 1527 : cluster [DBG] pgmap v980: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:21:22.700 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:21:22.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:22 smithi156 bash[28307]: cluster 2023-12-21T05:21:20.863165+0000 mgr.smithi079.gpuwcc (mgr.14180) 1527 : cluster [DBG] pgmap v980: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:21:23.560 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:23 smithi079 bash[24931]: audit 2023-12-21T05:21:21.878983+0000 mgr.smithi079.gpuwcc (mgr.14180) 1528 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:21:23.701 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:21:23.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:23 smithi156 bash[28307]: audit 2023-12-21T05:21:21.878983+0000 mgr.smithi079.gpuwcc (mgr.14180) 1528 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:21:24.679 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:24 smithi079 bash[24931]: cluster 2023-12-21T05:21:22.864418+0000 mgr.smithi079.gpuwcc (mgr.14180) 1529 : cluster [DBG] pgmap v981: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:24.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:24 smithi156 bash[28307]: cluster 2023-12-21T05:21:22.864418+0000 mgr.smithi079.gpuwcc (mgr.14180) 1529 : cluster [DBG] pgmap v981: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:26.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:26 smithi079 bash[24931]: cluster 2023-12-21T05:21:24.865394+0000 mgr.smithi079.gpuwcc (mgr.14180) 1530 : cluster [DBG] pgmap v982: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:26.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:26 smithi156 bash[28307]: cluster 2023-12-21T05:21:24.865394+0000 mgr.smithi079.gpuwcc (mgr.14180) 1530 : cluster [DBG] pgmap v982: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:26.811 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:21:26.811 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:36.925489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wqetke on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\nDeploy daemon haproxy.nfs.foo.smithi156.wqetke ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.833694Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zfqqxz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\nDeploy daemon haproxy.nfs.foo.smithi079.zfqqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.836973Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.lsqcxg on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:40.840035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.grcrbo on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:21:27.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:21:28.590 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:21:28.602 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:28 smithi079 bash[24931]: audit 2023-12-21T05:21:26.800669+0000 mgr.smithi079.gpuwcc (mgr.14180) 1531 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:21:28.602 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:28 smithi079 bash[24931]: cluster 2023-12-21T05:21:26.866721+0000 mgr.smithi079.gpuwcc (mgr.14180) 1532 : cluster [DBG] pgmap v983: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:28.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:28 smithi156 bash[28307]: audit 2023-12-21T05:21:26.800669+0000 mgr.smithi079.gpuwcc (mgr.14180) 1531 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:21:28.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:28 smithi156 bash[28307]: cluster 2023-12-21T05:21:26.866721+0000 mgr.smithi079.gpuwcc (mgr.14180) 1532 : cluster [DBG] pgmap v983: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:30.657 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:30 smithi079 bash[24931]: cluster 2023-12-21T05:21:28.867650+0000 mgr.smithi079.gpuwcc (mgr.14180) 1533 : cluster [DBG] pgmap v984: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:30.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:30 smithi156 bash[28307]: cluster 2023-12-21T05:21:28.867650+0000 mgr.smithi079.gpuwcc (mgr.14180) 1533 : cluster [DBG] pgmap v984: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:31.876 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:21:31.876 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:36.925489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wqetke on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\nDeploy daemon haproxy.nfs.foo.smithi156.wqetke ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.833694Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zfqqxz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\nDeploy daemon haproxy.nfs.foo.smithi079.zfqqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.836973Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.lsqcxg on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:40.840035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.grcrbo on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:21:32.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:32 smithi079 bash[24931]: cluster 2023-12-21T05:21:30.869169+0000 mgr.smithi079.gpuwcc (mgr.14180) 1534 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:21:32.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:21:32.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:32 smithi156 bash[28307]: cluster 2023-12-21T05:21:30.869169+0000 mgr.smithi079.gpuwcc (mgr.14180) 1534 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:21:33.590 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:21:33.600 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:33 smithi079 bash[24931]: audit 2023-12-21T05:21:31.865716+0000 mgr.smithi079.gpuwcc (mgr.14180) 1535 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:21:33.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:33 smithi156 bash[28307]: audit 2023-12-21T05:21:31.865716+0000 mgr.smithi079.gpuwcc (mgr.14180) 1535 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:21:34.610 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:34 smithi079 bash[24931]: cluster 2023-12-21T05:21:32.870344+0000 mgr.smithi079.gpuwcc (mgr.14180) 1536 : cluster [DBG] pgmap v986: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:34.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:34 smithi156 bash[28307]: cluster 2023-12-21T05:21:32.870344+0000 mgr.smithi079.gpuwcc (mgr.14180) 1536 : cluster [DBG] pgmap v986: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:36.479 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:21:36.480 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:36.925489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wqetke on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\nDeploy daemon haproxy.nfs.foo.smithi156.wqetke ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.833694Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zfqqxz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\nDeploy daemon haproxy.nfs.foo.smithi079.zfqqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.836973Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.lsqcxg on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:40.840035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.grcrbo on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:21:36.689 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:36 smithi079 bash[24931]: cluster 2023-12-21T05:21:34.874342+0000 mgr.smithi079.gpuwcc (mgr.14180) 1537 : cluster [DBG] pgmap v987: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:36.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:36 smithi156 bash[28307]: cluster 2023-12-21T05:21:34.874342+0000 mgr.smithi079.gpuwcc (mgr.14180) 1537 : cluster [DBG] pgmap v987: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:37.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:21:38.236 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:21:38.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:38 smithi079 bash[24931]: audit 2023-12-21T05:21:36.470306+0000 mgr.smithi079.gpuwcc (mgr.14180) 1538 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:21:38.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:38 smithi079 bash[24931]: cluster 2023-12-21T05:21:36.875611+0000 mgr.smithi079.gpuwcc (mgr.14180) 1539 : cluster [DBG] pgmap v988: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:38.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:38 smithi156 bash[28307]: audit 2023-12-21T05:21:36.470306+0000 mgr.smithi079.gpuwcc (mgr.14180) 1538 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:21:38.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:38 smithi156 bash[28307]: cluster 2023-12-21T05:21:36.875611+0000 mgr.smithi079.gpuwcc (mgr.14180) 1539 : cluster [DBG] pgmap v988: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:40.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:40 smithi079 bash[24931]: cluster 2023-12-21T05:21:38.876164+0000 mgr.smithi079.gpuwcc (mgr.14180) 1540 : cluster [DBG] pgmap v989: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:40.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:40 smithi156 bash[28307]: cluster 2023-12-21T05:21:38.876164+0000 mgr.smithi079.gpuwcc (mgr.14180) 1540 : cluster [DBG] pgmap v989: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:41.227 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:21:41.227 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:36.925489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wqetke on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\nDeploy daemon haproxy.nfs.foo.smithi156.wqetke ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.833694Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zfqqxz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\nDeploy daemon haproxy.nfs.foo.smithi079.zfqqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.836973Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.lsqcxg on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:40.840035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.grcrbo on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:21:41.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:41 smithi079 bash[24931]: audit 2023-12-21T05:21:40.844346+0000 mon.smithi079 (mon.0) 1039 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:21:41.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:41 smithi156 bash[28307]: audit 2023-12-21T05:21:40.844346+0000 mon.smithi079 (mon.0) 1039 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:21:41.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:21:42.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:42 smithi079 bash[24931]: cluster 2023-12-21T05:21:40.876896+0000 mgr.smithi079.gpuwcc (mgr.14180) 1541 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:21:42.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:42 smithi079 bash[24931]: audit 2023-12-21T05:21:41.217035+0000 mgr.smithi079.gpuwcc (mgr.14180) 1542 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:21:42.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:42 smithi156 bash[28307]: cluster 2023-12-21T05:21:40.876896+0000 mgr.smithi079.gpuwcc (mgr.14180) 1541 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:21:42.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:42 smithi156 bash[28307]: audit 2023-12-21T05:21:41.217035+0000 mgr.smithi079.gpuwcc (mgr.14180) 1542 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:21:42.962 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:21:44.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:44 smithi079 bash[24931]: cluster 2023-12-21T05:21:42.877954+0000 mgr.smithi079.gpuwcc (mgr.14180) 1543 : cluster [DBG] pgmap v991: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:44.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:44 smithi156 bash[28307]: cluster 2023-12-21T05:21:42.877954+0000 mgr.smithi079.gpuwcc (mgr.14180) 1543 : cluster [DBG] pgmap v991: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:46.102 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:21:46.103 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:11:25.686797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:11:24.965633Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:11:25.687262Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:19:32.213356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.eobino on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:36.925489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wqetke on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\nDeploy daemon haproxy.nfs.foo.smithi156.wqetke ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.833694Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zfqqxz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\nDeploy daemon haproxy.nfs.foo.smithi079.zfqqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.836973Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.lsqcxg on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:40.840035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.grcrbo on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:11:24.967032Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:11:24.965896Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:11:24.966067Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:11:24.967213Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:11:24.966227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:11:24.966383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:11:25.687842Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:21:46.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:46 smithi079 bash[24931]: cluster 2023-12-21T05:21:44.878986+0000 mgr.smithi079.gpuwcc (mgr.14180) 1544 : cluster [DBG] pgmap v992: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:46.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:46 smithi156 bash[28307]: cluster 2023-12-21T05:21:44.878986+0000 mgr.smithi079.gpuwcc (mgr.14180) 1544 : cluster [DBG] pgmap v992: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:46.885 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:21:47.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:47 smithi079 bash[24931]: audit 2023-12-21T05:21:46.097329+0000 mgr.smithi079.gpuwcc (mgr.14180) 1545 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:21:47.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:47 smithi079 bash[24931]: audit 2023-12-21T05:21:46.498420+0000 mon.smithi079 (mon.0) 1040 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:21:47.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:47 smithi079 bash[24931]: audit 2023-12-21T05:21:46.815448+0000 mon.smithi079 (mon.0) 1041 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:21:47.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:47 smithi079 bash[24931]: audit 2023-12-21T05:21:47.097227+0000 mon.smithi079 (mon.0) 1042 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:21:47.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:47 smithi079 bash[24931]: audit 2023-12-21T05:21:47.098409+0000 mon.smithi079 (mon.0) 1043 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:21:47.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:47 smithi079 bash[24931]: audit 2023-12-21T05:21:47.104995+0000 mon.smithi079 (mon.0) 1044 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:21:47.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:47 smithi079 bash[24931]: audit 2023-12-21T05:21:47.113211+0000 mon.smithi079 (mon.0) 1045 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:21:47.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:47 smithi079 bash[24931]: audit 2023-12-21T05:21:47.127702+0000 mon.smithi079 (mon.0) 1046 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:21:47.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:47 smithi156 bash[28307]: audit 2023-12-21T05:21:46.097329+0000 mgr.smithi079.gpuwcc (mgr.14180) 1545 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:21:47.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:47 smithi156 bash[28307]: audit 2023-12-21T05:21:46.498420+0000 mon.smithi079 (mon.0) 1040 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:21:47.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:47 smithi156 bash[28307]: audit 2023-12-21T05:21:46.815448+0000 mon.smithi079 (mon.0) 1041 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:21:47.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:47 smithi156 bash[28307]: audit 2023-12-21T05:21:47.097227+0000 mon.smithi079 (mon.0) 1042 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:21:47.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:47 smithi156 bash[28307]: audit 2023-12-21T05:21:47.098409+0000 mon.smithi079 (mon.0) 1043 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:21:47.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:47 smithi156 bash[28307]: audit 2023-12-21T05:21:47.104995+0000 mon.smithi079 (mon.0) 1044 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:21:47.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:47 smithi156 bash[28307]: audit 2023-12-21T05:21:47.113211+0000 mon.smithi079 (mon.0) 1045 : audit [DBG] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:21:47.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:47 smithi156 bash[28307]: audit 2023-12-21T05:21:47.127702+0000 mon.smithi079 (mon.0) 1046 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:21:47.886 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:21:48.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:48 smithi079 bash[24931]: cluster 2023-12-21T05:21:46.880453+0000 mgr.smithi079.gpuwcc (mgr.14180) 1546 : cluster [DBG] pgmap v993: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:48.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:48 smithi079 bash[24931]: cluster 2023-12-21T05:21:47.105865+0000 mgr.smithi079.gpuwcc (mgr.14180) 1547 : cluster [DBG] pgmap v994: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-21T05:21:48.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:48 smithi079 bash[24931]: cephadm 2023-12-21T05:21:47.131044+0000 mgr.smithi079.gpuwcc (mgr.14180) 1548 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.ppdacr on smithi156 2023-12-21T05:21:48.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:48 smithi079 bash[24931]: cluster 2023-12-21T05:21:47.813321+0000 mon.smithi079 (mon.0) 1047 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:21:48.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:48 smithi079 bash[24931]: cluster 2023-12-21T05:21:47.813383+0000 mon.smithi079 (mon.0) 1048 : cluster [INF] Cluster is now healthy 2023-12-21T05:21:48.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:48 smithi156 bash[28307]: cluster 2023-12-21T05:21:46.880453+0000 mgr.smithi079.gpuwcc (mgr.14180) 1546 : cluster [DBG] pgmap v993: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:21:48.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:48 smithi156 bash[28307]: cluster 2023-12-21T05:21:47.105865+0000 mgr.smithi079.gpuwcc (mgr.14180) 1547 : cluster [DBG] pgmap v994: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-21T05:21:48.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:48 smithi156 bash[28307]: cephadm 2023-12-21T05:21:47.131044+0000 mgr.smithi079.gpuwcc (mgr.14180) 1548 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi156.ppdacr on smithi156 2023-12-21T05:21:48.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:48 smithi156 bash[28307]: cluster 2023-12-21T05:21:47.813321+0000 mon.smithi079 (mon.0) 1047 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:21:48.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:48 smithi156 bash[28307]: cluster 2023-12-21T05:21:47.813383+0000 mon.smithi079 (mon.0) 1048 : cluster [INF] Cluster is now healthy 2023-12-21T05:21:50.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:50 smithi079 bash[24931]: cluster 2023-12-21T05:21:49.106322+0000 mgr.smithi079.gpuwcc (mgr.14180) 1549 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-21T05:21:50.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:50 smithi079 bash[24931]: audit 2023-12-21T05:21:49.864538+0000 mon.smithi079 (mon.0) 1049 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:21:50.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:50 smithi156 bash[28307]: cluster 2023-12-21T05:21:49.106322+0000 mgr.smithi079.gpuwcc (mgr.14180) 1549 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-21T05:21:50.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:50 smithi156 bash[28307]: audit 2023-12-21T05:21:49.864538+0000 mon.smithi079 (mon.0) 1049 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:21:50.995 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:21:50.995 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:21:46.806647Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:21:46.487458Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:21:46.806891Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:20:36.925489Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.wqetke on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-wqetke\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.wqetke\nDeploy daemon haproxy.nfs.foo.smithi156.wqetke ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.833694Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zfqqxz on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-zfqqxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.zfqqxz\nDeploy daemon haproxy.nfs.foo.smithi079.zfqqxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:20:40.836973Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.lsqcxg on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:20:40.840035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.grcrbo on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:21:50.904997Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ppdacr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr\nDeploy daemon haproxy.nfs.foo.smithi156.ppdacr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:21:46.488616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:21:46.487642Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:21:46.487766Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:21:46.488767Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:21:46.487886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:21:46.488029Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:21:46.807133Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:21:51.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:51 smithi079 bash[24931]: audit 2023-12-21T05:21:50.904016+0000 mon.smithi079 (mon.0) 1050 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.ppdacr"}]: dispatch 2023-12-21T05:21:51.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:51 smithi156 bash[28307]: audit 2023-12-21T05:21:50.904016+0000 mon.smithi079 (mon.0) 1050 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi156.ppdacr"}]: dispatch 2023-12-21T05:21:51.787 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:21:52.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: cephadm 2023-12-21T05:21:50.903243+0000 mgr.smithi079.gpuwcc (mgr.14180) 1550 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr 2023-12-21T05:21:52.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:21:52.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr 2023-12-21T05:21:52.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr 2023-12-21T05:21:52.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:21:52.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr 2023-12-21T05:21:52.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.ppdacr ... 2023-12-21T05:21:52.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:21:52.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:21:52.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:21:52.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:21:52.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:21:52.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:21:52.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:21:52.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:21:52.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:21:52.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:21:52.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr 2023-12-21T05:21:52.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:21:52.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr 2023-12-21T05:21:52.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr 2023-12-21T05:21:52.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:21:52.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr 2023-12-21T05:21:52.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.ppdacr ... 2023-12-21T05:21:52.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:21:52.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:21:52.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:21:52.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:21:52.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:21:52.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: cephadm 2023-12-21T05:21:50.903538+0000 mgr.smithi079.gpuwcc (mgr.14180) 1551 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.ppdacr 2023-12-21T05:21:52.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: cephadm 2023-12-21T05:21:50.905127+0000 mgr.smithi079.gpuwcc (mgr.14180) 1552 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.ppdacr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr 2023-12-21T05:21:52.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:21:52.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr 2023-12-21T05:21:52.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr 2023-12-21T05:21:52.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:21:52.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr 2023-12-21T05:21:52.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi156.ppdacr ... 2023-12-21T05:21:52.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:21:52.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:21:52.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:21:52.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:21:52.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:21:52.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: cephadm 2023-12-21T05:21:50.909639+0000 mgr.smithi079.gpuwcc (mgr.14180) 1553 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.iedmgi on smithi079 2023-12-21T05:21:52.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: audit 2023-12-21T05:21:50.987079+0000 mgr.smithi079.gpuwcc (mgr.14180) 1554 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:21:52.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:52 smithi079 bash[24931]: cluster 2023-12-21T05:21:51.106916+0000 mgr.smithi079.gpuwcc (mgr.14180) 1555 : cluster [DBG] pgmap v996: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-21T05:21:52.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: cephadm 2023-12-21T05:21:50.903243+0000 mgr.smithi079.gpuwcc (mgr.14180) 1550 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr 2023-12-21T05:21:52.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:21:52.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr 2023-12-21T05:21:52.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr 2023-12-21T05:21:52.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:21:52.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr 2023-12-21T05:21:52.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.ppdacr ... 2023-12-21T05:21:52.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:21:52.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:21:52.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:21:52.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:21:52.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:21:52.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:21:52.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:21:52.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:21:52.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:21:52.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:21:52.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr 2023-12-21T05:21:52.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:21:52.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr 2023-12-21T05:21:52.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr 2023-12-21T05:21:52.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:21:52.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr 2023-12-21T05:21:52.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.ppdacr ... 2023-12-21T05:21:52.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:21:52.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:21:52.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:21:52.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:21:52.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:21:52.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: cephadm 2023-12-21T05:21:50.903538+0000 mgr.smithi079.gpuwcc (mgr.14180) 1551 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi156.ppdacr 2023-12-21T05:21:52.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: cephadm 2023-12-21T05:21:50.905127+0000 mgr.smithi079.gpuwcc (mgr.14180) 1552 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi156.ppdacr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr 2023-12-21T05:21:52.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:21:52.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr 2023-12-21T05:21:52.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr 2023-12-21T05:21:52.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:21:52.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr 2023-12-21T05:21:52.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi156.ppdacr ... 2023-12-21T05:21:52.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:21:52.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:21:52.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:21:52.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:21:52.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:21:52.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: cephadm 2023-12-21T05:21:50.909639+0000 mgr.smithi079.gpuwcc (mgr.14180) 1553 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.iedmgi on smithi079 2023-12-21T05:21:52.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: audit 2023-12-21T05:21:50.987079+0000 mgr.smithi079.gpuwcc (mgr.14180) 1554 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:21:52.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:52 smithi156 bash[28307]: cluster 2023-12-21T05:21:51.106916+0000 mgr.smithi079.gpuwcc (mgr.14180) 1555 : cluster [DBG] pgmap v996: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-21T05:21:52.788 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:21:54.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:54 smithi079 bash[24931]: cluster 2023-12-21T05:21:53.107519+0000 mgr.smithi079.gpuwcc (mgr.14180) 1556 : cluster [DBG] pgmap v997: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-21T05:21:54.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:54 smithi156 bash[28307]: cluster 2023-12-21T05:21:53.107519+0000 mgr.smithi079.gpuwcc (mgr.14180) 1556 : cluster [DBG] pgmap v997: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-21T05:21:55.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: cephadm 2023-12-21T05:21:54.952177+0000 mgr.smithi079.gpuwcc (mgr.14180) 1557 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi 2023-12-21T05:21:55.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:21:55.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi 2023-12-21T05:21:55.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi 2023-12-21T05:21:55.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:21:55.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi 2023-12-21T05:21:55.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.iedmgi ... 2023-12-21T05:21:55.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:21:55.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:21:55.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:21:55.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:21:55.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:21:55.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: Traceback (most recent call last): 2023-12-21T05:21:55.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:21:55.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: yield (conn, connr) 2023-12-21T05:21:55.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:21:55.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: code, '\n'.join(err))) 2023-12-21T05:21:55.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi 2023-12-21T05:21:55.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:21:55.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi 2023-12-21T05:21:55.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi 2023-12-21T05:21:55.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:21:55.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi 2023-12-21T05:21:55.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.iedmgi ... 2023-12-21T05:21:55.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:21:55.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:21:55.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:21:55.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:21:55.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:21:55.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: cephadm 2023-12-21T05:21:54.952666+0000 mgr.smithi079.gpuwcc (mgr.14180) 1558 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.iedmgi 2023-12-21T05:21:55.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: audit 2023-12-21T05:21:54.953139+0000 mon.smithi079 (mon.0) 1051 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.iedmgi"}]: dispatch 2023-12-21T05:21:55.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: cephadm 2023-12-21T05:21:54.954258+0000 mgr.smithi079.gpuwcc (mgr.14180) 1559 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.iedmgi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi 2023-12-21T05:21:55.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:21:55.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi 2023-12-21T05:21:55.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi 2023-12-21T05:21:55.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: /usr/bin/docker: stdout 2023-12-21T05:21:55.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi 2023-12-21T05:21:55.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: Deploy daemon haproxy.nfs.foo.smithi079.iedmgi ... 2023-12-21T05:21:55.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:21:55.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:21:55.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:21:55.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: stat: stderr See 'docker run --help'. 2023-12-21T05:21:55.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:21:55.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: cephadm 2023-12-21T05:21:54.956310+0000 mgr.smithi079.gpuwcc (mgr.14180) 1560 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.obwlhw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:21:55.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: cephadm 2023-12-21T05:21:54.957915+0000 mgr.smithi079.gpuwcc (mgr.14180) 1561 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.zewnjb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:21:55.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:55 smithi079 bash[24931]: cluster 2023-12-21T05:21:54.958858+0000 mgr.smithi079.gpuwcc (mgr.14180) 1562 : cluster [DBG] pgmap v998: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T05:21:55.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: cephadm 2023-12-21T05:21:54.952177+0000 mgr.smithi079.gpuwcc (mgr.14180) 1557 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi 2023-12-21T05:21:55.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:21:55.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi 2023-12-21T05:21:55.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi 2023-12-21T05:21:55.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:21:55.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi 2023-12-21T05:21:55.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.iedmgi ... 2023-12-21T05:21:55.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:21:55.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:21:55.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:21:55.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:21:55.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:21:55.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: Traceback (most recent call last): 2023-12-21T05:21:55.740 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:21:55.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: yield (conn, connr) 2023-12-21T05:21:55.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:21:55.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: code, '\n'.join(err))) 2023-12-21T05:21:55.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi 2023-12-21T05:21:55.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:21:55.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi 2023-12-21T05:21:55.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi 2023-12-21T05:21:55.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:21:55.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi 2023-12-21T05:21:55.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.iedmgi ... 2023-12-21T05:21:55.741 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:21:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:21:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:21:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:21:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:21:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: cephadm 2023-12-21T05:21:54.952666+0000 mgr.smithi079.gpuwcc (mgr.14180) 1558 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.iedmgi 2023-12-21T05:21:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: audit 2023-12-21T05:21:54.953139+0000 mon.smithi079 (mon.0) 1051 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.iedmgi"}]: dispatch 2023-12-21T05:21:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: cephadm 2023-12-21T05:21:54.954258+0000 mgr.smithi079.gpuwcc (mgr.14180) 1559 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.iedmgi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi 2023-12-21T05:21:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:21:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi 2023-12-21T05:21:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi 2023-12-21T05:21:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: /usr/bin/docker: stdout 2023-12-21T05:21:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi 2023-12-21T05:21:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: Deploy daemon haproxy.nfs.foo.smithi079.iedmgi ... 2023-12-21T05:21:55.742 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:21:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:21:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:21:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: stat: stderr See 'docker run --help'. 2023-12-21T05:21:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:21:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: cephadm 2023-12-21T05:21:54.956310+0000 mgr.smithi079.gpuwcc (mgr.14180) 1560 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi156.obwlhw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:21:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: cephadm 2023-12-21T05:21:54.957915+0000 mgr.smithi079.gpuwcc (mgr.14180) 1561 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.zewnjb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:21:55.743 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:55 smithi156 bash[28307]: cluster 2023-12-21T05:21:54.958858+0000 mgr.smithi079.gpuwcc (mgr.14180) 1562 : cluster [DBG] pgmap v998: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T05:21:56.303 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:21:56.303 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:21:46.806647Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:21:46.487458Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:21:46.806891Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:20:40.840035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.grcrbo on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:21:50.904997Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ppdacr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr\nDeploy daemon haproxy.nfs.foo.smithi156.ppdacr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:21:54.954108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.iedmgi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi\nDeploy daemon haproxy.nfs.foo.smithi079.iedmgi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:21:54.956201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.obwlhw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:21:54.957803Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zewnjb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:21:46.488616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:21:46.487642Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:21:46.487766Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:21:46.488767Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:21:46.487886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:21:46.488029Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:21:46.807133Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:21:56.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:56 smithi079 bash[24931]: cluster 2023-12-21T05:21:55.399334+0000 mon.smithi079 (mon.0) 1052 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:21:56.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:56 smithi079 bash[24931]: audit 2023-12-21T05:21:56.295910+0000 mgr.smithi079.gpuwcc (mgr.14180) 1563 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:21:56.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:56 smithi156 bash[28307]: cluster 2023-12-21T05:21:55.399334+0000 mon.smithi079 (mon.0) 1052 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:21:56.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:56 smithi156 bash[28307]: audit 2023-12-21T05:21:56.295910+0000 mgr.smithi079.gpuwcc (mgr.14180) 1563 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:21:57.075 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:21:57.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:57 smithi079 bash[24931]: cluster 2023-12-21T05:21:56.960328+0000 mgr.smithi079.gpuwcc (mgr.14180) 1564 : cluster [DBG] pgmap v999: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T05:21:57.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:57 smithi156 bash[28307]: cluster 2023-12-21T05:21:56.960328+0000 mgr.smithi079.gpuwcc (mgr.14180) 1564 : cluster [DBG] pgmap v999: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-21T05:21:58.076 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:21:59.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:21:59 smithi079 bash[24931]: audit 2023-12-21T05:21:58.290281+0000 mon.smithi079 (mon.0) 1053 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:21:59.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:21:59 smithi156 bash[28307]: audit 2023-12-21T05:21:58.290281+0000 mon.smithi079 (mon.0) 1053 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:22:00.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:00 smithi079 bash[24931]: cluster 2023-12-21T05:21:58.961248+0000 mgr.smithi079.gpuwcc (mgr.14180) 1565 : cluster [DBG] pgmap v1000: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T05:22:00.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:00 smithi156 bash[28307]: cluster 2023-12-21T05:21:58.961248+0000 mgr.smithi079.gpuwcc (mgr.14180) 1565 : cluster [DBG] pgmap v1000: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T05:22:01.262 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:22:01.262 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:21:46.806647Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:21:46.487458Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:21:46.806891Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:20:40.840035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.grcrbo on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:21:50.904997Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ppdacr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr\nDeploy daemon haproxy.nfs.foo.smithi156.ppdacr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:21:54.954108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.iedmgi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi\nDeploy daemon haproxy.nfs.foo.smithi079.iedmgi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:21:54.956201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.obwlhw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:21:54.957803Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zewnjb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:21:46.488616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:21:46.487642Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:21:46.487766Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:21:46.488767Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:21:46.487886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:21:46.488029Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:21:46.807133Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:22:02.012 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:22:02.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:02 smithi079 bash[24931]: cluster 2023-12-21T05:22:00.961962+0000 mgr.smithi079.gpuwcc (mgr.14180) 1566 : cluster [DBG] pgmap v1001: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 345 B/s rd, 0 op/s 2023-12-21T05:22:02.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:02 smithi079 bash[24931]: audit 2023-12-21T05:22:01.254211+0000 mgr.smithi079.gpuwcc (mgr.14180) 1567 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:22:02.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:02 smithi156 bash[28307]: cluster 2023-12-21T05:22:00.961962+0000 mgr.smithi079.gpuwcc (mgr.14180) 1566 : cluster [DBG] pgmap v1001: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 345 B/s rd, 0 op/s 2023-12-21T05:22:02.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:02 smithi156 bash[28307]: audit 2023-12-21T05:22:01.254211+0000 mgr.smithi079.gpuwcc (mgr.14180) 1567 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:22:03.013 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:22:04.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:04 smithi079 bash[24931]: cluster 2023-12-21T05:22:02.963086+0000 mgr.smithi079.gpuwcc (mgr.14180) 1568 : cluster [DBG] pgmap v1002: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T05:22:04.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:04 smithi156 bash[28307]: cluster 2023-12-21T05:22:02.963086+0000 mgr.smithi079.gpuwcc (mgr.14180) 1568 : cluster [DBG] pgmap v1002: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T05:22:06.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:05 smithi079 bash[24931]: audit 2023-12-21T05:22:04.865975+0000 mon.smithi079 (mon.0) 1054 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:22:06.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:05 smithi079 bash[24931]: cluster 2023-12-21T05:22:04.964067+0000 mgr.smithi079.gpuwcc (mgr.14180) 1569 : cluster [DBG] pgmap v1003: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T05:22:06.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:05 smithi156 bash[28307]: audit 2023-12-21T05:22:04.865975+0000 mon.smithi079 (mon.0) 1054 : audit [INF] from='mgr.14180 172.21.15.79:0/3016827410' entity='mgr.smithi079.gpuwcc' 2023-12-21T05:22:06.239 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:05 smithi156 bash[28307]: cluster 2023-12-21T05:22:04.964067+0000 mgr.smithi079.gpuwcc (mgr.14180) 1569 : cluster [DBG] pgmap v1003: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T05:22:06.299 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:22:06.300 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:21:46.806647Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:21:46.487458Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:21:46.806891Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:20:40.840035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.grcrbo on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:21:50.904997Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ppdacr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr\nDeploy daemon haproxy.nfs.foo.smithi156.ppdacr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:21:54.954108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.iedmgi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi\nDeploy daemon haproxy.nfs.foo.smithi079.iedmgi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:21:54.956201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.obwlhw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:21:54.957803Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zewnjb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:21:46.488616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:21:46.487642Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:21:46.487766Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:21:46.488767Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:21:46.487886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:21:46.488029Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:21:46.807133Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:22:07.129 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:22:07.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:07 smithi079 bash[24931]: audit 2023-12-21T05:22:06.288624+0000 mgr.smithi079.gpuwcc (mgr.14180) 1570 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:22:07.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:07 smithi156 bash[28307]: audit 2023-12-21T05:22:06.288624+0000 mgr.smithi079.gpuwcc (mgr.14180) 1570 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:22:08.130 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:22:08.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:08 smithi079 bash[24931]: cluster 2023-12-21T05:22:06.965476+0000 mgr.smithi079.gpuwcc (mgr.14180) 1571 : cluster [DBG] pgmap v1004: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:22:08.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:08 smithi156 bash[28307]: cluster 2023-12-21T05:22:06.965476+0000 mgr.smithi079.gpuwcc (mgr.14180) 1571 : cluster [DBG] pgmap v1004: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:22:10.620 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:10 smithi079 bash[24931]: cluster 2023-12-21T05:22:08.966220+0000 mgr.smithi079.gpuwcc (mgr.14180) 1572 : cluster [DBG] pgmap v1005: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:22:10.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:10 smithi156 bash[28307]: cluster 2023-12-21T05:22:08.966220+0000 mgr.smithi079.gpuwcc (mgr.14180) 1572 : cluster [DBG] pgmap v1005: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:22:11.015 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:22:11.016 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:21:46.806647Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:21:46.487458Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:21:46.806891Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:20:40.840035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.grcrbo on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:21:50.904997Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ppdacr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr\nDeploy daemon haproxy.nfs.foo.smithi156.ppdacr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:21:54.954108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.iedmgi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi\nDeploy daemon haproxy.nfs.foo.smithi079.iedmgi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:21:54.956201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.obwlhw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:21:54.957803Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zewnjb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:21:46.488616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:21:46.487642Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:21:46.487766Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:21:46.488767Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:21:46.487886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:21:46.488029Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:21:46.807133Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:22:11.789 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:22:12.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:12 smithi079 bash[24931]: cluster 2023-12-21T05:22:10.967055+0000 mgr.smithi079.gpuwcc (mgr.14180) 1573 : cluster [DBG] pgmap v1006: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:22:12.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:12 smithi079 bash[24931]: audit 2023-12-21T05:22:11.006119+0000 mgr.smithi079.gpuwcc (mgr.14180) 1574 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:22:12.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:12 smithi156 bash[28307]: cluster 2023-12-21T05:22:10.967055+0000 mgr.smithi079.gpuwcc (mgr.14180) 1573 : cluster [DBG] pgmap v1006: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:22:12.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:12 smithi156 bash[28307]: audit 2023-12-21T05:22:11.006119+0000 mgr.smithi079.gpuwcc (mgr.14180) 1574 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:22:12.790 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:22:14.482 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:14 smithi079 bash[24931]: cluster 2023-12-21T05:22:12.968531+0000 mgr.smithi079.gpuwcc (mgr.14180) 1575 : cluster [DBG] pgmap v1007: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:22:14.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:14 smithi156 bash[28307]: cluster 2023-12-21T05:22:12.968531+0000 mgr.smithi079.gpuwcc (mgr.14180) 1575 : cluster [DBG] pgmap v1007: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:22:15.867 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:22:15.868 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:21:46.806647Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:21:46.487458Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:21:46.806891Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:20:40.840035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.grcrbo on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:21:50.904997Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ppdacr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr\nDeploy daemon haproxy.nfs.foo.smithi156.ppdacr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:21:54.954108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.iedmgi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi\nDeploy daemon haproxy.nfs.foo.smithi079.iedmgi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:21:54.956201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.obwlhw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:21:54.957803Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zewnjb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:21:46.488616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:21:46.487642Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:21:46.487766Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:21:46.488767Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:21:46.487886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:21:46.488029Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:21:46.807133Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:22:16.481 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:16 smithi079 bash[24931]: cluster 2023-12-21T05:22:14.969238+0000 mgr.smithi079.gpuwcc (mgr.14180) 1576 : cluster [DBG] pgmap v1008: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:22:16.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:22:16.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:16 smithi156 bash[28307]: cluster 2023-12-21T05:22:14.969238+0000 mgr.smithi079.gpuwcc (mgr.14180) 1576 : cluster [DBG] pgmap v1008: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:22:17.678 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:22:17.692 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:17 smithi079 bash[24931]: audit 2023-12-21T05:22:15.863504+0000 mgr.smithi079.gpuwcc (mgr.14180) 1577 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:22:17.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:17 smithi156 bash[28307]: audit 2023-12-21T05:22:15.863504+0000 mgr.smithi079.gpuwcc (mgr.14180) 1577 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:22:18.716 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:18 smithi079 bash[24931]: cluster 2023-12-21T05:22:16.970784+0000 mgr.smithi079.gpuwcc (mgr.14180) 1578 : cluster [DBG] pgmap v1009: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:22:18.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:18 smithi156 bash[28307]: cluster 2023-12-21T05:22:16.970784+0000 mgr.smithi079.gpuwcc (mgr.14180) 1578 : cluster [DBG] pgmap v1009: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:22:20.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:20 smithi079 bash[24931]: cluster 2023-12-21T05:22:18.971928+0000 mgr.smithi079.gpuwcc (mgr.14180) 1579 : cluster [DBG] pgmap v1010: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:22:20.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:20 smithi156 bash[28307]: cluster 2023-12-21T05:22:18.971928+0000 mgr.smithi079.gpuwcc (mgr.14180) 1579 : cluster [DBG] pgmap v1010: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:22:20.751 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:22:20.751 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:21:46.806647Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:21:46.487458Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:21:46.806891Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:20:40.840035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.grcrbo on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:21:50.904997Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ppdacr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr\nDeploy daemon haproxy.nfs.foo.smithi156.ppdacr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:21:54.954108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.iedmgi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi\nDeploy daemon haproxy.nfs.foo.smithi079.iedmgi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:21:54.956201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.obwlhw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:21:54.957803Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zewnjb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:21:46.488616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:21:46.487642Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:21:46.487766Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:21:46.488767Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:21:46.487886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:21:46.488029Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:21:46.807133Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:22:21.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:22:22.473 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:22:22.671 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:22 smithi079 bash[24931]: audit 2023-12-21T05:22:20.747096+0000 mgr.smithi079.gpuwcc (mgr.14180) 1580 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:22:22.671 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:22 smithi079 bash[24931]: cluster 2023-12-21T05:22:20.972964+0000 mgr.smithi079.gpuwcc (mgr.14180) 1581 : cluster [DBG] pgmap v1011: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:22:22.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:22 smithi156 bash[28307]: audit 2023-12-21T05:22:20.747096+0000 mgr.smithi079.gpuwcc (mgr.14180) 1580 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:22:22.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:22 smithi156 bash[28307]: cluster 2023-12-21T05:22:20.972964+0000 mgr.smithi079.gpuwcc (mgr.14180) 1581 : cluster [DBG] pgmap v1011: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:22:24.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:24 smithi079 bash[24931]: cluster 2023-12-21T05:22:22.974146+0000 mgr.smithi079.gpuwcc (mgr.14180) 1582 : cluster [DBG] pgmap v1012: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:22:24.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:24 smithi156 bash[28307]: cluster 2023-12-21T05:22:22.974146+0000 mgr.smithi079.gpuwcc (mgr.14180) 1582 : cluster [DBG] pgmap v1012: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:22:25.557 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:22:25.557 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:21:46.806647Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:21:46.487458Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:21:46.806891Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:20:40.840035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.grcrbo on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:21:50.904997Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ppdacr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr\nDeploy daemon haproxy.nfs.foo.smithi156.ppdacr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:21:54.954108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.iedmgi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi\nDeploy daemon haproxy.nfs.foo.smithi079.iedmgi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:21:54.956201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.obwlhw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:21:54.957803Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zewnjb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:21:46.488616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:21:46.487642Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:21:46.487766Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:21:46.488767Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:21:46.487886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:21:46.488029Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:21:46.807133Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:22:26.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:22:26.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:26 smithi079 bash[24931]: cluster 2023-12-21T05:22:24.975215+0000 mgr.smithi079.gpuwcc (mgr.14180) 1583 : cluster [DBG] pgmap v1013: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:22:26.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:26 smithi156 bash[28307]: cluster 2023-12-21T05:22:24.975215+0000 mgr.smithi079.gpuwcc (mgr.14180) 1583 : cluster [DBG] pgmap v1013: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:22:27.326 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:22:27.731 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:27 smithi079 bash[24931]: audit 2023-12-21T05:22:25.547997+0000 mgr.smithi079.gpuwcc (mgr.14180) 1584 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:22:27.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:27 smithi156 bash[28307]: audit 2023-12-21T05:22:25.547997+0000 mgr.smithi079.gpuwcc (mgr.14180) 1584 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:22:28.662 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:28 smithi079 bash[24931]: cluster 2023-12-21T05:22:26.976837+0000 mgr.smithi079.gpuwcc (mgr.14180) 1585 : cluster [DBG] pgmap v1014: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:22:28.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:28 smithi156 bash[28307]: cluster 2023-12-21T05:22:26.976837+0000 mgr.smithi079.gpuwcc (mgr.14180) 1585 : cluster [DBG] pgmap v1014: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:22:30.347 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:22:30.347 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:21:46.806647Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:21:46.487458Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:21:46.806891Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:20:40.840035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.grcrbo on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:21:50.904997Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ppdacr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr\nDeploy daemon haproxy.nfs.foo.smithi156.ppdacr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:21:54.954108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.iedmgi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi\nDeploy daemon haproxy.nfs.foo.smithi079.iedmgi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:21:54.956201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.obwlhw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:21:54.957803Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zewnjb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:21:46.488616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:21:46.487642Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:21:46.487766Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:21:46.488767Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:21:46.487886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:21:46.488029Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:21:46.807133Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:22:30.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:30 smithi079 bash[24931]: cluster 2023-12-21T05:22:28.977903+0000 mgr.smithi079.gpuwcc (mgr.14180) 1586 : cluster [DBG] pgmap v1015: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:22:30.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:30 smithi156 bash[28307]: cluster 2023-12-21T05:22:28.977903+0000 mgr.smithi079.gpuwcc (mgr.14180) 1586 : cluster [DBG] pgmap v1015: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:22:31.092 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:22:31.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:31 smithi079 bash[24931]: audit 2023-12-21T05:22:30.337888+0000 mgr.smithi079.gpuwcc (mgr.14180) 1587 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:22:31.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:31 smithi156 bash[28307]: audit 2023-12-21T05:22:30.337888+0000 mgr.smithi079.gpuwcc (mgr.14180) 1587 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:22:32.093 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 19206218-9fbc-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:22:32.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:32 smithi079 bash[24931]: cluster 2023-12-21T05:22:30.979304+0000 mgr.smithi079.gpuwcc (mgr.14180) 1588 : cluster [DBG] pgmap v1016: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:22:32.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:32 smithi156 bash[28307]: cluster 2023-12-21T05:22:30.979304+0000 mgr.smithi079.gpuwcc (mgr.14180) 1588 : cluster [DBG] pgmap v1016: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T05:22:34.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:34 smithi079 bash[24931]: cluster 2023-12-21T05:22:32.980426+0000 mgr.smithi079.gpuwcc (mgr.14180) 1589 : cluster [DBG] pgmap v1017: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:22:34.739 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:34 smithi156 bash[28307]: cluster 2023-12-21T05:22:32.980426+0000 mgr.smithi079.gpuwcc (mgr.14180) 1589 : cluster [DBG] pgmap v1017: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:22:35.256 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-21T05:22:35.256 INFO:teuthology.orchestra.run.smithi079.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:49:37.672766Z", "last_refresh": "2023-12-21T05:21:46.806647Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:49:29.576698Z", "last_refresh": "2023-12-21T05:21:46.487458Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:49:33.366906Z", "last_refresh": "2023-12-21T05:21:46.806891Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:20:40.840035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.grcrbo on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:21:50.904997Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi156.ppdacr on smithi156: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi156-ppdacr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi156.ppdacr\nDeploy daemon haproxy.nfs.foo.smithi156.ppdacr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi156 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:21:54.954108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.iedmgi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi079-iedmgi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi079.iedmgi\nDeploy daemon haproxy.nfs.foo.smithi079.iedmgi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:21:54.956201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi156.obwlhw on smithi156: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:21:54.957803Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.zewnjb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.79/16"}, "status": {"created": "2023-12-21T04:57:41.991358Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.79/16"}}, {"events": ["2023-12-21T04:57:38.018515Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:57:38.015074Z", "last_refresh": "2023-12-21T05:21:46.488616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:49:27.693991Z", "last_refresh": "2023-12-21T05:21:46.487642Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:11.559377Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi079:172.21.15.79=smithi079", "smithi156:172.21.15.156=smithi156"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:51:11.553511Z", "last_refresh": "2023-12-21T05:21:46.487766Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:57:41.990649Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:57:41.983880Z", "last_refresh": "2023-12-21T05:21:46.488767Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:49:35.235811Z", "last_refresh": "2023-12-21T05:21:46.487886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:51:48.915990Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:51:48.908509Z", "last_refresh": "2023-12-21T05:21:46.488029Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:49:31.481206Z", "last_refresh": "2023-12-21T05:21:46.807133Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:22:35.983 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:22:35.983 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-21T05:22:36.080 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=d12c425842834587a1821244d6c27630 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-21T05:22:36.082 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-12-21T05:22:36.091 INFO:tasks.vip:Removing 10.0.15.79 (and any VIPs) on smithi079.front.sepia.ceph.com iface enp3s0f1... 2023-12-21T05:22:36.092 DEBUG:teuthology.orchestra.run.smithi079:> sudo ip addr del 10.0.15.79/16 dev enp3s0f1 2023-12-21T05:22:36.110 DEBUG:teuthology.orchestra.run.smithi079:> sudo ip addr del 10.0.31.79/16 dev enp3s0f1 2023-12-21T05:22:36.172 INFO:teuthology.orchestra.run.smithi079.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-21T05:22:36.172 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-21T05:22:36.173 INFO:tasks.vip:Removing 10.0.15.156 (and any VIPs) on smithi156.front.sepia.ceph.com iface enp3s0f1... 2023-12-21T05:22:36.173 DEBUG:teuthology.orchestra.run.smithi156:> sudo ip addr del 10.0.15.156/16 dev enp3s0f1 2023-12-21T05:22:36.190 DEBUG:teuthology.orchestra.run.smithi156:> sudo ip addr del 10.0.31.79/16 dev enp3s0f1 2023-12-21T05:22:36.246 INFO:teuthology.orchestra.run.smithi156.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-21T05:22:36.247 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-21T05:22:36.248 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-21T05:22:36.257 INFO:tasks.cephadm:Teardown begin 2023-12-21T05:22:36.258 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T05:22:36.272 DEBUG:teuthology.orchestra.run.smithi156:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T05:22:36.306 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-21T05:22:36.307 DEBUG:teuthology.orchestra.run.smithi079:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-21T05:22:36.322 DEBUG:teuthology.orchestra.run.smithi156:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-21T05:22:36.353 INFO:tasks.cephadm:Stopping all daemons... 2023-12-21T05:22:36.353 INFO:tasks.cephadm.mon.smithi079:Stopping mon.smithi079... 2023-12-21T05:22:36.354 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-19206218-9fbc-11ee-95a5-87774f69a715@mon.smithi079 2023-12-21T05:22:36.488 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:36 smithi156 bash[28307]: cluster 2023-12-21T05:22:34.981355+0000 mgr.smithi079.gpuwcc (mgr.14180) 1590 : cluster [DBG] pgmap v1018: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:22:36.489 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:36 smithi156 bash[28307]: audit 2023-12-21T05:22:35.248006+0000 mgr.smithi079.gpuwcc (mgr.14180) 1591 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:22:36.552 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:36 smithi079 systemd[1]: Stopping Ceph mon.smithi079 for 19206218-9fbc-11ee-95a5-87774f69a715... 2023-12-21T05:22:36.552 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:36 smithi079 bash[128846]: Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-mon.smithi079 2023-12-21T05:22:36.552 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:36 smithi079 bash[24931]: cluster 2023-12-21T05:22:34.981355+0000 mgr.smithi079.gpuwcc (mgr.14180) 1590 : cluster [DBG] pgmap v1018: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:22:36.552 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:36 smithi079 bash[24931]: audit 2023-12-21T05:22:35.248006+0000 mgr.smithi079.gpuwcc (mgr.14180) 1591 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:22:36.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:36 smithi079 bash[24931]: debug 2023-12-21T05:22:36.549+0000 7f09d9e4e700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi079 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-21T05:22:36.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Dec 21 05:22:36 smithi079 bash[24931]: debug 2023-12-21T05:22:36.549+0000 7f09d9e4e700 -1 mon.smithi079@0(leader) e2 *** Got Signal Terminated *** 2023-12-21T05:22:37.672 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-19206218-9fbc-11ee-95a5-87774f69a715@mon.smithi079.service' 2023-12-21T05:22:37.714 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T05:22:37.714 INFO:tasks.cephadm.mon.smithi079:Stopped mon.smithi079 2023-12-21T05:22:37.715 INFO:tasks.cephadm.mon.smithi156:Stopping mon.smithi156... 2023-12-21T05:22:37.715 DEBUG:teuthology.orchestra.run.smithi156:> sudo systemctl stop ceph-19206218-9fbc-11ee-95a5-87774f69a715@mon.smithi156 2023-12-21T05:22:37.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:37 smithi156 systemd[1]: Stopping Ceph mon.smithi156 for 19206218-9fbc-11ee-95a5-87774f69a715... 2023-12-21T05:22:37.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:37 smithi156 bash[50439]: Error response from daemon: No such container: ceph-19206218-9fbc-11ee-95a5-87774f69a715-mon.smithi156 2023-12-21T05:22:37.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:37 smithi156 bash[28307]: debug 2023-12-21T05:22:37.918+0000 7ff1699ce700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi156 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-21T05:22:37.989 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:Dec 21 05:22:37 smithi156 bash[28307]: debug 2023-12-21T05:22:37.918+0000 7ff1699ce700 -1 mon.smithi156@1(peon) e2 *** Got Signal Terminated *** 2023-12-21T05:22:39.069 DEBUG:teuthology.orchestra.run.smithi156:> sudo pkill -f 'journalctl -f -n 0 -u ceph-19206218-9fbc-11ee-95a5-87774f69a715@mon.smithi156.service' 2023-12-21T05:22:39.108 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T05:22:39.109 INFO:tasks.cephadm.mon.smithi156:Stopped mon.smithi156 2023-12-21T05:22:39.109 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 19206218-9fbc-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-21T05:23:39.887 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 19206218-9fbc-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-21T05:24:39.503 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T05:24:39.520 DEBUG:teuthology.orchestra.run.smithi156:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T05:24:39.535 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-21T05:24:39.537 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499187/remote/ubuntu@smithi079.front.sepia.ceph.com/crash 2023-12-21T05:24:39.538 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/crash -- . 2023-12-21T05:24:39.576 INFO:teuthology.orchestra.run.smithi079.stderr:tar: /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-21T05:24:39.577 INFO:teuthology.orchestra.run.smithi079.stderr:tar: Error is not recoverable: exiting now 2023-12-21T05:24:39.578 DEBUG:teuthology.misc:Transferring archived files from smithi156:/var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499187/remote/ubuntu@smithi156.front.sepia.ceph.com/crash 2023-12-21T05:24:39.579 DEBUG:teuthology.orchestra.run.smithi156:> sudo tar c -f - -C /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/crash -- . 2023-12-21T05:24:39.592 INFO:teuthology.orchestra.run.smithi156.stderr:tar: /var/lib/ceph/19206218-9fbc-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-21T05:24:39.593 INFO:teuthology.orchestra.run.smithi156.stderr:tar: Error is not recoverable: exiting now 2023-12-21T05:24:39.594 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-21T05:24:39.594 DEBUG:teuthology.orchestra.run.smithi079:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-21T05:24:39.635 INFO:teuthology.orchestra.run.smithi079.stderr:grep: /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-21T05:24:39.637 INFO:tasks.cephadm:Compressing logs... 2023-12-21T05:24:39.637 DEBUG:teuthology.orchestra.run.smithi079:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-21T05:24:39.683 DEBUG:teuthology.orchestra.run.smithi156:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-21T05:24:39.697 INFO:teuthology.orchestra.run.smithi079.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-21T05:24:39.698 INFO:teuthology.orchestra.run.smithi156.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-21T05:24:39.705 INFO:teuthology.orchestra.run.smithi156.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-21T05:24:39.705 INFO:teuthology.orchestra.run.smithi156.stderr:gzip -5 --verbose -- /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi156.ojyawe.log 2023-12-21T05:24:39.706 INFO:teuthology.orchestra.run.smithi156.stderr:gzip -5 --verbose -- /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-mgr.smithi156.purgrq.log 2023-12-21T05:24:39.706 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-osd.6.log 2023-12-21T05:24:39.707 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi156.ojyawe.log: /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-mgr.smithi156.purgrq.log: gzip -5 --verbose -- /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-osd.0.log 2023-12-21T05:24:39.707 INFO:teuthology.orchestra.run.smithi156.stderr: 83.3% -- replaced with /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi156.ojyawe.log.gz 2023-12-21T05:24:39.708 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-mon.smithi156.log 2023-12-21T05:24:39.710 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-21T05:24:39.710 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-mon.smithi079.log 2023-12-21T05:24:39.711 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-mgr.smithi079.gpuwcc.log 2023-12-21T05:24:39.711 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-osd.5.log 2023-12-21T05:24:39.711 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-mon.smithi079.log: /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-mgr.smithi079.gpuwcc.log: gzip -5 --verbose -- /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-osd.1.log 2023-12-21T05:24:39.711 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-osd.3.log 2023-12-21T05:24:39.711 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-21T05:24:39.711 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-osd.4.log 2023-12-21T05:24:39.712 INFO:teuthology.orchestra.run.smithi156.stderr:gzip -5 --verbose -- /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-21T05:24:39.712 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-mon.smithi156.log: /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-osd.2.log 2023-12-21T05:24:39.713 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-osd.7.log /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-osd.3.log: 2023-12-21T05:24:39.713 INFO:teuthology.orchestra.run.smithi079.stderr:gzip /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-volume.log: -5 --verbose -- /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi079.ypkibv.log 2023-12-21T05:24:39.716 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-volume.log: /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-osd.2.log: 93.7% -- replaced with /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-mgr.smithi156.purgrq.log.gz 2023-12-21T05:24:39.717 INFO:teuthology.orchestra.run.smithi156.stderr: 90.3% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-21T05:24:39.720 INFO:teuthology.orchestra.run.smithi156.stderr: 92.4% -- replaced with /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-21T05:24:39.722 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-osd.7.log: /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi079.ypkibv.log: 59.9% -- replaced with /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi079.ypkibv.log.gz 2023-12-21T05:24:39.723 INFO:teuthology.orchestra.run.smithi079.stderr: 92.5% -- replaced with /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-21T05:24:39.732 INFO:teuthology.orchestra.run.smithi079.stderr: 92.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-21T05:24:40.016 INFO:teuthology.orchestra.run.smithi156.stderr: 92.5% -- replaced with /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-mon.smithi156.log.gz 2023-12-21T05:24:40.119 INFO:teuthology.orchestra.run.smithi079.stderr: 89.4% -- replaced with /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-mgr.smithi079.gpuwcc.log.gz 2023-12-21T05:24:40.170 INFO:teuthology.orchestra.run.smithi156.stderr: 93.0% -- replaced with /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-osd.2.log.gz 2023-12-21T05:24:40.335 INFO:teuthology.orchestra.run.smithi156.stderr: 92.9% -- replaced with /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-osd.6.log.gz 2023-12-21T05:24:40.341 INFO:teuthology.orchestra.run.smithi079.stderr: 93.4% -- replaced with /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-osd.3.log.gz 2023-12-21T05:24:40.344 INFO:teuthology.orchestra.run.smithi079.stderr: 93.1% -- replaced with /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-osd.7.log.gz 2023-12-21T05:24:40.362 INFO:teuthology.orchestra.run.smithi156.stderr: 92.9% -- replaced with /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-osd.4.log.gz 2023-12-21T05:24:40.381 INFO:teuthology.orchestra.run.smithi079.stderr: 93.0% -- replaced with /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-osd.5.log.gz 2023-12-21T05:24:40.394 INFO:teuthology.orchestra.run.smithi079.stderr: 92.9% -- replaced with /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-osd.1.log.gz 2023-12-21T05:24:40.463 INFO:teuthology.orchestra.run.smithi156.stderr: 92.9% -- replaced with /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-osd.0.log.gz 2023-12-21T05:24:40.466 INFO:teuthology.orchestra.run.smithi156.stderr: 2023-12-21T05:24:40.466 INFO:teuthology.orchestra.run.smithi156.stderr:real 0m0.777s 2023-12-21T05:24:40.466 INFO:teuthology.orchestra.run.smithi156.stderr:user 0m2.737s 2023-12-21T05:24:40.466 INFO:teuthology.orchestra.run.smithi156.stderr:sys 0m0.128s 2023-12-21T05:24:40.609 INFO:teuthology.orchestra.run.smithi079.stderr: 90.0% -- replaced with /var/log/ceph/19206218-9fbc-11ee-95a5-87774f69a715/ceph-mon.smithi079.log.gz 2023-12-21T05:24:40.610 INFO:teuthology.orchestra.run.smithi079.stderr: 2023-12-21T05:24:40.610 INFO:teuthology.orchestra.run.smithi079.stderr:real 0m0.924s 2023-12-21T05:24:40.610 INFO:teuthology.orchestra.run.smithi079.stderr:user 0m3.819s 2023-12-21T05:24:40.610 INFO:teuthology.orchestra.run.smithi079.stderr:sys 0m0.175s 2023-12-21T05:24:40.611 INFO:tasks.cephadm:Archiving logs... 2023-12-21T05:24:40.612 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499187/remote/ubuntu@smithi079.front.sepia.ceph.com/log 2023-12-21T05:24:40.613 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-21T05:24:41.156 DEBUG:teuthology.misc:Transferring archived files from smithi156:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499187/remote/ubuntu@smithi156.front.sepia.ceph.com/log 2023-12-21T05:24:41.157 DEBUG:teuthology.orchestra.run.smithi156:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-21T05:24:41.520 INFO:tasks.cephadm:Removing cluster... 2023-12-21T05:24:41.520 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 19206218-9fbc-11ee-95a5-87774f69a715 --force 2023-12-21T05:24:42.893 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 19206218-9fbc-11ee-95a5-87774f69a715 --force 2023-12-21T05:24:44.248 INFO:tasks.cephadm:Removing cephadm ... 2023-12-21T05:24:44.248 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-21T05:24:44.255 DEBUG:teuthology.orchestra.run.smithi156:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-21T05:24:44.261 INFO:tasks.cephadm:Teardown complete 2023-12-21T05:24:44.262 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-21T05:24:44.273 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi079:/dev/vg_nvme/lv_1... 2023-12-21T05:24:44.273 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme disconnect -n lv_1 2023-12-21T05:24:44.586 INFO:teuthology.orchestra.run.smithi079.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-21T05:24:44.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:24:44.588 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi079:/dev/vg_nvme/lv_2... 2023-12-21T05:24:44.588 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme disconnect -n lv_2 2023-12-21T05:24:44.846 INFO:teuthology.orchestra.run.smithi079.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-21T05:24:44.847 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:24:44.848 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi079:/dev/vg_nvme/lv_3... 2023-12-21T05:24:44.848 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme disconnect -n lv_3 2023-12-21T05:24:45.154 INFO:teuthology.orchestra.run.smithi079.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-21T05:24:45.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:24:45.156 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi079:/dev/vg_nvme/lv_4... 2023-12-21T05:24:45.156 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme disconnect -n lv_4 2023-12-21T05:24:45.442 INFO:teuthology.orchestra.run.smithi079.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-21T05:24:45.443 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:24:45.444 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-21T05:24:45.444 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/scratch_devs 2023-12-21T05:24:45.459 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi156:/dev/vg_nvme/lv_1... 2023-12-21T05:24:45.459 DEBUG:teuthology.orchestra.run.smithi156:> sudo nvme disconnect -n lv_1 2023-12-21T05:24:45.751 INFO:teuthology.orchestra.run.smithi156.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-21T05:24:45.753 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:24:45.753 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi156:/dev/vg_nvme/lv_2... 2023-12-21T05:24:45.754 DEBUG:teuthology.orchestra.run.smithi156:> sudo nvme disconnect -n lv_2 2023-12-21T05:24:46.047 INFO:teuthology.orchestra.run.smithi156.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-21T05:24:46.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:24:46.049 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi156:/dev/vg_nvme/lv_3... 2023-12-21T05:24:46.049 DEBUG:teuthology.orchestra.run.smithi156:> sudo nvme disconnect -n lv_3 2023-12-21T05:24:46.351 INFO:teuthology.orchestra.run.smithi156.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-21T05:24:46.352 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:24:46.353 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi156:/dev/vg_nvme/lv_4... 2023-12-21T05:24:46.353 DEBUG:teuthology.orchestra.run.smithi156:> sudo nvme disconnect -n lv_4 2023-12-21T05:24:46.651 INFO:teuthology.orchestra.run.smithi156.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-21T05:24:46.653 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:24:46.654 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-21T05:24:46.654 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/scratch_devs 2023-12-21T05:24:46.669 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-21T05:24:46.680 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-21T05:24:46.680 DEBUG:teuthology.orchestra.run.smithi079:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-21T05:24:46.683 DEBUG:teuthology.orchestra.run.smithi156:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-21T05:24:46.700 INFO:teuthology.orchestra.run.smithi079.stdout: remote refid st t when poll reach delay offset jitter 2023-12-21T05:24:46.700 INFO:teuthology.orchestra.run.smithi079.stdout:============================================================================== 2023-12-21T05:24:46.700 INFO:teuthology.orchestra.run.smithi079.stdout:*hv01.front.sepi 44.4.53.2 2 u 46 128 377 0.088 -0.405 0.031 2023-12-21T05:24:46.700 INFO:teuthology.orchestra.run.smithi079.stdout:+hv02.front.sepi 63.231.80.2 3 u 50 128 377 0.089 0.849 0.027 2023-12-21T05:24:46.700 INFO:teuthology.orchestra.run.smithi079.stdout:+hv03.front.sepi 74.6.168.72 3 u 133 128 377 0.079 -0.833 0.228 2023-12-21T05:24:46.701 INFO:teuthology.orchestra.run.smithi079.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-21T05:24:46.730 INFO:teuthology.orchestra.run.smithi156.stdout: remote refid st t when poll reach delay offset jitter 2023-12-21T05:24:46.730 INFO:teuthology.orchestra.run.smithi156.stdout:============================================================================== 2023-12-21T05:24:46.730 INFO:teuthology.orchestra.run.smithi156.stdout:*hv01.front.sepi 44.4.53.2 2 u 1 64 377 0.101 0.711 1.724 2023-12-21T05:24:46.730 INFO:teuthology.orchestra.run.smithi156.stdout:+hv02.front.sepi 63.231.80.2 3 u 59 64 377 0.090 4.538 1.562 2023-12-21T05:24:46.731 INFO:teuthology.orchestra.run.smithi156.stdout:+hv03.front.sepi 74.6.168.72 3 u 56 64 377 0.084 0.709 1.442 2023-12-21T05:24:46.731 INFO:teuthology.orchestra.run.smithi156.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-21T05:24:46.731 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-21T05:24:46.741 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-21T05:24:46.742 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-21T05:24:46.770 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-21T05:24:46.819 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-21T05:24:46.874 INFO:teuthology.task.internal:Duration was 2587.260382 seconds 2023-12-21T05:24:46.875 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-21T05:24:46.896 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-21T05:24:46.897 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-21T05:24:46.899 DEBUG:teuthology.orchestra.run.smithi156:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-21T05:24:46.946 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-21T05:24:46.946 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi079.front.sepia.ceph.com 2023-12-21T05:24:46.946 DEBUG:teuthology.orchestra.run.smithi079:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-21T05:24:47.007 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi156.front.sepia.ceph.com 2023-12-21T05:24:47.007 DEBUG:teuthology.orchestra.run.smithi156:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-21T05:24:47.022 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-21T05:24:47.022 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-21T05:24:47.051 DEBUG:teuthology.orchestra.run.smithi156:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-21T05:24:47.132 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-21T05:24:47.132 DEBUG:teuthology.orchestra.run.smithi079:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-21T05:24:47.134 DEBUG:teuthology.orchestra.run.smithi156:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-21T05:24:47.332 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-21T05:24:47.343 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-21T05:24:47.344 DEBUG:teuthology.orchestra.run.smithi079:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-21T05:24:47.360 DEBUG:teuthology.orchestra.run.smithi156:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-21T05:24:47.375 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-21T05:24:47.385 DEBUG:teuthology.orchestra.run.smithi079:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-21T05:24:47.403 DEBUG:teuthology.orchestra.run.smithi156:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-21T05:24:47.415 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = core 2023-12-21T05:24:47.432 INFO:teuthology.orchestra.run.smithi156.stdout:kernel.core_pattern = core 2023-12-21T05:24:47.464 DEBUG:teuthology.orchestra.run.smithi079:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-21T05:24:47.486 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:24:47.487 DEBUG:teuthology.orchestra.run.smithi156:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-21T05:24:47.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:24:47.512 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-21T05:24:47.523 INFO:teuthology.task.internal:Transferring archived files... 2023-12-21T05:24:47.524 DEBUG:teuthology.misc:Transferring archived files from smithi079:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499187/remote/smithi079 2023-12-21T05:24:47.525 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-21T05:24:47.564 DEBUG:teuthology.misc:Transferring archived files from smithi156:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499187/remote/smithi156 2023-12-21T05:24:47.565 DEBUG:teuthology.orchestra.run.smithi156:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-21T05:24:47.589 INFO:teuthology.task.internal:Removing archive directory... 2023-12-21T05:24:47.589 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-21T05:24:47.599 DEBUG:teuthology.orchestra.run.smithi156:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-21T05:24:47.633 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-21T05:24:47.645 INFO:teuthology.task.internal:Not uploading archives. 2023-12-21T05:24:47.645 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-21T05:24:47.672 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-21T05:24:47.672 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-21T05:24:47.675 DEBUG:teuthology.orchestra.run.smithi156:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-21T05:24:47.680 INFO:teuthology.orchestra.run.smithi079.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 21 05:24 /home/ubuntu/cephtest 2023-12-21T05:24:47.683 INFO:teuthology.orchestra.run.smithi156.stdout: 1048617 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 21 05:24 /home/ubuntu/cephtest 2023-12-21T05:24:47.685 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-21T05:24:47.715 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-21T05:24:47.798 INFO:teuthology.nuke:Checking targets against current locks 2023-12-21T05:24:47.826 DEBUG:teuthology.nuke:shortname: smithi079 2023-12-21T05:24:47.827 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T05:24:47.847 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499187', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 04:32:28.500752', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-21T05:24:47.850 DEBUG:teuthology.nuke:shortname: smithi156 2023-12-21T05:24:47.851 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T05:24:47.872 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi156.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499187', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 04:32:28.502611', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-21T05:24:47.904 INFO:teuthology.orchestra.console.smithi079:Power off 2023-12-21T05:24:47.905 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-21T05:24:47.929 DEBUG:teuthology.orchestra.console.smithi079:power off output: Chassis Power Control: Down/Off 2023-12-21T05:24:47.929 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T05:24:47.942 INFO:teuthology.orchestra.console.smithi156:Power off 2023-12-21T05:24:47.943 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-21T05:24:47.951 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2023-12-21T05:24:47.965 DEBUG:teuthology.orchestra.console.smithi156:power off output: Chassis Power Control: Down/Off 2023-12-21T05:24:47.966 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T05:24:47.988 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is on 2023-12-21T05:24:51.952 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T05:24:51.989 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T05:24:52.063 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2023-12-21T05:24:52.097 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is on 2023-12-21T05:24:56.068 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T05:24:56.098 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T05:24:56.179 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is off 2023-12-21T05:24:56.207 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is on 2023-12-21T05:24:56.280 INFO:teuthology.orchestra.console.smithi079:Power off completed 2023-12-21T05:25:00.209 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T05:25:00.319 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is off 2023-12-21T05:25:00.420 INFO:teuthology.orchestra.console.smithi156:Power off completed 2023-12-21T05:25:00.525 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} duration: 2587.2603816986084 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=d12c425842834587a1821244d6c27630 status: fail success: false 2023-12-21T05:25:00.525 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-21T05:25:00.608 INFO:teuthology.run:FAIL